Update src/app/page.tsx

This commit is contained in:
2026-03-08 03:27:51 +00:00
parent 0e24a87177
commit 50653cb108

View File

@@ -24,7 +24,8 @@ import {
Cake,
Gift,
Briefcase,
MapPin
MapPin,
Calendar
} from "lucide-react";
export default function LandingPage() {
@@ -67,11 +68,14 @@ export default function LandingPage() {
imageAlt="Elegant restaurant garden dining area"
textPosition="bottom-left"
showBlur={true}
showDimOverlay={true}
showDimOverlay={false}
buttons={[
{ text: "View Menu", href: "#menu" },
{
text: "Order on WhatsApp", href: "https://wa.me/919993448166?text=Hello%20Shree%20Manbhavan%21%20I%20would%20like%20to%20place%20an%20order."
},
{
text: "Reserve Table", href: "https://wa.me/919993448166?text=Hi%20Shree%20Manbhavan%21%20I%20would%20like%20to%20reserve%20a%20table."
}
]}
/>