Update src/app/page.tsx

This commit is contained in:
2026-03-03 04:47:30 +00:00
parent 9e6100bccf
commit aed8d9ee3f

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Reservations", id: "contact" } { name: "Reservations", id: "contact" }
]} ]}
button={{ text: "Call Now", href: "tel:+919876543210" }} button={{ text: "Call Now", href: "tel:+919876543210" }}
animateOnLoad={true} animateOnLoad={false}
/> />
</div> </div>
@@ -47,7 +47,7 @@ export default function LandingPage() {
tag="Family Welcome" tag="Family Welcome"
tagIcon={Heart} tagIcon={Heart}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "radial-gradient" }} background={{ variant: "fluid" }}
buttons={[ buttons={[
{ text: "Reserve Your Table Now", href: "#contact" }, { text: "Reserve Your Table Now", href: "#contact" },
{ text: "Order Online", href: "#" } { text: "Order Online", href: "#" }