diff --git a/src/app/page.tsx b/src/app/page.tsx index 9eb25c2..3d8b347 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,7 +132,7 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { id: "q1", title: "What are your opening hours?", content: "We are open daily from 8:00 AM to 10:00 PM." }, - { id: "q2", title: "Do you offer delivery?", content: "Yes, we provide local delivery services for residents." }, + { id: "q2", title: "Do you offer delivery?", content: "Yes, we provide free local delivery within a 10km radius of Poros. Orders are delivered within 2 hours of confirmation." }, { id: "q3", title: "Is parking available?", content: "Yes, free parking is available for customers." }, ]} title="Common Questions" @@ -176,4 +176,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file