From 72e912b02fb94594d7582ecadad974c58021f1c1 Mon Sep 17 00:00:00 2001 From: ashutosh-rath02 Date: Sun, 17 Mar 2024 21:39:48 +0530 Subject: [PATCH 1/5] chore: add components to homepage --- src/components/Hero.jsx | 2 +- src/components/shared/NavBar.jsx | 2 +- src/pages/home.jsx | 39 +++++++++----------------------- 3 files changed, 13 insertions(+), 30 deletions(-) diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index 527e432..6ef29d1 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -29,7 +29,7 @@ const Hero = () => {
diff --git a/src/pages/home.jsx b/src/pages/home.jsx index 437c9fd..d22453d 100644 --- a/src/pages/home.jsx +++ b/src/pages/home.jsx @@ -1,34 +1,17 @@ -import { Link } from 'react-router-dom'; -import { Button } from '../components/ui/button'; +import AboutUs from '../components/AboutUs'; +import FAQ from '../components/FaqSection/faq'; +import Hero from '../components/Hero'; +import Navbar from '../components/shared/NavBar'; +import Footer from '../components/shared/marginals/footer'; export default function Home() { return ( -
-

1999 Reunion Tour

-
-

How to contribute

-

- 1. Store content and other data in data folder. -

-

- 2. Store reusable components in components folder. -

-

- 3. Store pages in pages folder. -

-

- 4. Add custom styles in tailwind.config.css file. -

-

- 5. Add shared ui in ui folder. -

-

- 6. Add images and other assets in assets folder. -

-
- - - +
+ + + + +
); } From 3c2aa2b526cf7522c355e5887886e0ecd5aa304b Mon Sep 17 00:00:00 2001 From: Ashish Padhy <100484401+Shurtu-gal@users.noreply.github.com> Date: Sun, 17 Mar 2024 23:41:12 +0530 Subject: [PATCH 2/5] chore: float the navbar --- src/components/shared/NavBar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/shared/NavBar.jsx b/src/components/shared/NavBar.jsx index a69addd..71f346c 100644 --- a/src/components/shared/NavBar.jsx +++ b/src/components/shared/NavBar.jsx @@ -18,7 +18,7 @@ function NavBar() { return (