Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-05-14 06:20:39 +00:00
Showing only changes of commit f004dd976c - Show all commits

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>
);
}
}