From faa2874f035844ec964239c8284d6e7fe114f8e5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 19:34:14 +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 f3c30c9..46aeb9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { id: "q1", title: "Do you deliver?", content: "Yes, we offer local delivery via WhatsApp requests." }, + { id: "q1", title: "Do you deliver?", content: "Yes, we offer local delivery via WhatsApp for orders over $20 within a 10km radius." }, { id: "q2", title: "Are your sweets fresh?", content: "Absolutely. We prepare everything daily using fresh, high-quality ingredients." }, { id: "q3", title: "What are your opening hours?", content: "We are open daily from 10 AM to 12 AM." }, ]} @@ -163,4 +163,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1