4 Commits

Author SHA1 Message Date
a8600d5245 Update src/app/page.tsx 2026-05-15 14:26:00 +00:00
cfacc60f19 Merge version_1 into main
Merge version_1 into main
2026-03-27 20:59:50 +00:00
c627bae935 Merge version_1 into main
Merge version_1 into main
2026-03-27 20:59:26 +00:00
0ecfb6c391 Merge version_1 into main
Merge version_1 into main
2026-03-27 20:58:57 +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>
);
}
}