From c8d4e28324a60133f18dc6de701e57e5a8100ff8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 07:24:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d8bfac..6306909 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -190,7 +190,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq1", title: "Do I need an appointment?", content: "Yes, we recommend booking an appointment for better service."}, + id: "faq1", title: "Do I need an appointment?", content: "Yes, we recommend booking an appointment. Please Book Now or call us at 052 688 8889."}, { id: "faq2", title: "How long does detailing take?", content: "Depending on the service, it usually takes a few hours to a full day."}, { @@ -250,4 +250,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1