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 +}