diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4587785..76fba4b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -90,6 +90,9 @@ export default function LandingPage() {
className="w-full p-2 mb-4 border rounded text-black"
onChange={(e) => setMobile(e.target.value)}
/>
+
@@ -105,7 +108,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
buttons={[
- { text: "Reserve on WhatsApp", onClick: () => setIsReserving(true) }
+ { text: "Book a Table", onClick: () => setIsReserving(true) }
]}
products={[
{ id: "m1", name: "Butter Chicken", price: "₹450", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-delicious-bright-cake-with-cream-cracker-cookies-dark-wall-cake-biscuit-pie-sugar-sweet-photo-cookie_140725-53987.jpg?_wi=1" },
@@ -174,7 +177,7 @@ export default function LandingPage() {
title="Shaffa - Sec 26B, Chandigarh"
description="Visit us for an unforgettable North Indian dining experience. Use WhatsApp to reserve your table today."
imageSrc="http://img.b2bpic.net/free-photo/miami-bayside-landscape_23-2151636382.jpg"
- buttonText="Reserve Now"
+ buttonText="Book a Table"
onSubmit={() => setIsReserving(true)}
/>