From 1819ff02c9bebaaa9d1c1c53ba9f4496a9df72bb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 11:14:39 +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 617e31e..825afd0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,7 +161,7 @@ export default function LandingPage() { faqs={[ { id: "1", title: "Is the restaurant kid-friendly?", content: "Absolutely! We have a dedicated book selection, child-friendly menu items, and plenty of space for families." }, { id: "2", title: "Do you offer vegetarian options?", content: "Yes, we prioritize fresh vegetables and have several delicious vegetarian-friendly dishes on our menu." }, - { id: "3", title: "Where are you located?", content: "We are conveniently located in the heart of the community—drop by and spot our sign!" }, + { id: "3", title: "Where are you located?", content: "We are located at 123 Culinary Lane, Adliya District. Drop by and spot our sign!" }, { id: "4", title: "Do you take reservations?", content: "We love welcoming walk-ins, but feel free to call ahead for larger family gatherings." }, ]} title="Frequently Asked" -- 2.49.1