diff --git a/src/app/page.tsx b/src/app/page.tsx index 8441b88..8402c9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file