Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-15 14:26:03 +00:00

View File

@@ -45,6 +45,7 @@ export default function LandingPage() {
description="Experience the Best Dining in Lucknow. Delicious food, cozy ambiance, and an unforgettable experience. Rated 4.8 by 80+ happy foodies."
buttons={[
{ text: "View Menu", href: "#menu" },
{ text: "Call Now", href: "tel:09454363252" },
{ text: "Book a Table", href: "#contact" },
]}
slides={[
@@ -125,7 +126,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
title="Reserve Your Table"
description="Visit us at City Chauraha, Railway Station, Nabiullah Rd, Kaiser Bagh, Lucknow. Book now to secure your spot."
description="Visit us at City Chauraha, Railway Station, Nabiullah Rd, Kaiser Bagh, Lucknow. Book now to secure your spot. Or call us directly for inquiries."
buttonText="Book Now"
tag="Contact Us"
/>
@@ -147,4 +148,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}