Update src/app/page.tsx

This commit is contained in:
2026-05-14 06:20:33 +00:00
parent f92802a776
commit f004dd976c

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}