From 513a6d3f0fcf97c6f2fb37d42a712e266fa967e2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 16:59:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index add1a19..ca6f6e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -191,6 +191,8 @@ export default function LandingPage() { id: "q2", title: "Do you have parking?", content: "We offer ample dedicated parking for our customers."}, { id: "q3", title: "Is the food spicy?", content: "We offer various levels of spice adjustment upon request."}, + { + id: "q4", title: "Where is Branch 2 located?", content: "Branch 2 is located at the Main Jinnah Road, near the City Landmark Plaza in Quetta."}, ]} title="Common Questions" description="Answers to frequently asked questions about our branch and menu." @@ -224,4 +226,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file