diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c89973..6b6844b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -187,7 +187,7 @@ export default function LandingPage() { { id: "1", title: "What are your operating hours?", content: "We are open every day starting at 8:00 AM and close at 2:00 AM."}, { - id: "2", title: "Do you offer delivery?", content: "Yes, we offer no-contact delivery and curbside pickup."}, + id: "2", title: "Do you offer delivery?", content: "Yes, we offer delivery via GrabFood and FoodPanda, or you can call us directly at 0917-123-4567 for orders."}, { id: "3", title: "Where is the restaurant located?", content: "You can find us at Arnaldo Hwy, General Trias, Cavite."}, ]} @@ -228,4 +228,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file