diff --git a/src/app/page.tsx b/src/app/page.tsx index b121f13..f138f8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterCard from '@/components/sections/footer/FooterCard'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TeamCardSix from '@/components/sections/team/TeamCardSix'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { return ( @@ -37,9 +29,9 @@ export default function LandingPage() { { name: "Contact", id: "/contact" }, ]} brandName="GG Goldhair" + button={{ text: "Book Now", href: "/booking" }} /> -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - );