From 705d8ee06a1f7777144ad32b800e43ebf3763bf5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 12:16:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4705376..8bb2bdf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,7 +127,7 @@ export default function LandingPage() { faqs={[ { id: "1", title: "What are your opening hours?", content: "We are open daily from 11:00 AM to 11:00 PM." }, { id: "2", title: "Do you offer reservations?", content: "Yes, we highly recommend making a reservation, especially on weekends." }, - { id: "3", title: "Where is the restaurant located?", content: "We are located at a central site in Lebanon. See our map link." }, + { id: "3", title: "Where is the restaurant located?", content: "We are located in Jnah, Lebanon." }, ]} title="Common Questions" description="Information about our hours, location, and services." -- 2.49.1