diff --git a/src/app/page.tsx b/src/app/page.tsx index d6c63cc..d049a16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactFaq from '@/components/sections/contact/ContactFaq'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; @@ -10,7 +10,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, Calendar, ShieldCheck, Sparkles } from "lucide-react"; +import { Award, ShieldCheck, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -51,7 +51,7 @@ export default function LandingPage() { description="Experience the gold standard of luxury detailing in Valencia. We treat your vehicle as a work of art." buttons={[ { - text: "Book Your Detail", href: "#pricing"}, + text: "Book Your Detail", href: "#booking"}, ]} carouselItems={[ { @@ -103,7 +103,7 @@ export default function LandingPage() { /> -