From bbffec162c796c55cea28a3022bcc085a13044ef Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:30:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 201 ++++++++++------------------------------------- 1 file changed, 43 insertions(+), 158 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f70edcf..6a9deb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,19 +47,14 @@ export default function LandingPage() {
@@ -253,20 +162,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Where are you located?", - content: "Bypass Road, Kotli, Pakistan.", - }, + id: "f1", title: "Where are you located?", content: "Bypass Road, Kotli, Pakistan."}, { - id: "f2", - title: "What are your hours?", - content: "Open daily from 10 AM to 1 AM.", - }, + id: "f2", title: "What are your hours?", content: "Open daily from 10 AM to 1 AM."}, { - id: "f3", - title: "Do you offer reservations?", - content: "Yes! Use the form below to book a table.", - }, + id: "f3", title: "Do you offer reservations?", content: "Yes! Please book your table instantly via our [WhatsApp](https://wa.me/923427799096) or by filling out the reservation form below."}, ]} imageSrc="http://img.b2bpic.net/free-photo/3d-render-map-with-local-business-gps-pin-location_107791-15046.jpg" title="Location & Info" @@ -280,18 +180,13 @@ export default function LandingPage() {
@@ -300,29 +195,19 @@ export default function LandingPage() {