4 Commits

Author SHA1 Message Date
b7f7dc5ccc Merge version_2 into main
Merge version_2 into main
2026-05-04 16:59:30 +00:00
513a6d3f0f Update src/app/page.tsx 2026-05-04 16:59:24 +00:00
e55f75db40 Merge version_1 into main
Merge version_1 into main
2026-05-04 16:57:29 +00:00
b7b6aed144 Merge version_1 into main
Merge version_1 into main
2026-05-04 16:56:57 +00:00

View File

@@ -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: "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: "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" title="Common Questions"
description="Answers to frequently asked questions about our branch and menu." description="Answers to frequently asked questions about our branch and menu."
@@ -224,4 +226,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }