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