From f004dd976cf4733313a14cd032ffb5aa2d3ccfd3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 06:20:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58960eb..9bc9a94 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,7 +145,8 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain" }} title="Reserve Your Table" - description="Book your buffet experience now to enjoy a traditional culinary adventure." + description="Contact Information: For bookings call +91 9999999999 or email us at bookings@cookducook.com. Book your buffet experience now to enjoy a traditional culinary adventure." + buttonText="Confirm Reservation" imageSrc="http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg" imageAlt="restaurant entrance interior" mediaAnimation="slide-up" @@ -165,4 +166,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}