From 868dcb4e8b8fa25fc38c47979408de951d3b3b09 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 03:50:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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} -- 2.49.1