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() { /> -
+
alert("Booking functionality: Please select date and service in the contact form below.") + }, ], }, { id: "pro", badge: "Signature", price: "€350", subtitle: "Full Detail", features: [ "Full Paint Correction", "Leather Treatment", "Engine Bay Cleaning"], buttons: [ - { - text: "Select", href: "#"}, + { + text: "Book Now", + onClick: () => alert("Booking functionality: Please select date and service in the contact form below.") + }, ], }, { id: "ultimate", badge: "Elite", price: "€600", subtitle: "Bespoke Treatment", features: [ "Ceramic Shield", "Interior Restoration", "Express Booking"], buttons: [ - { - text: "Select", href: "#"}, + { + text: "Book Now", + onClick: () => alert("Booking functionality: Please select date and service in the contact form below.") + }, ], }, ]} - title="Curated Detail Packages" - description="Choose the level of care your vehicle truly deserves." + title="Online Booking Calendar" + description="Select your preferred service package to initiate your booking request." />
@@ -161,22 +167,17 @@ export default function LandingPage() {
- alert("Booking submitted! You will receive an automated confirmation email shortly. Details: " + JSON.stringify(data))} />