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() {