diff --git a/src/app/page.tsx b/src/app/page.tsx index 28c76b4..81e327d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Car, Droplet, Phone, RefreshCw, Settings, ShieldCheck, Sparkles, Mail, Calendar } from "lucide-react"; +import { Car, Droplet, Sparkles, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -111,6 +111,7 @@ export default function LandingPage() { ]} textarea={{ name: "notes", placeholder: "Additional service requirements" }} buttonText="Confirm Booking" + useInvertedBackground={false} /> @@ -121,6 +122,7 @@ export default function LandingPage() { { id: "2", title: "Do I need to book in advance?", content: "Yes, 48 hours recommended." } ]} title="Common Questions" + description="Find answers to common inquiries about our services." faqsAnimation="slide-up" textboxLayout="split" useInvertedBackground={false}