Update src/app/page.tsx

This commit is contained in:
2026-05-14 06:26:54 +00:00
parent 414d17abfc
commit b5b7c799ff

View File

@@ -145,7 +145,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "plain" }}
title="Reserve Your Table"
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."
description="Call us at +91 9999999999 or 9625682596, and email us at bookings@cookducook.com or infovarun83@gmail.com to book your buffet experience."
buttonText="Confirm Reservation"
imageSrc="http://img.b2bpic.net/free-photo/couple-having-date-night_53876-13928.jpg"
imageAlt="restaurant entrance interior"
@@ -166,4 +166,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}