From 2038bb80263c7be6d4aa3361faa92c7a5c9c0ac7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 13:19:03 +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 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 -- 2.49.1