Merge version_1 into main #9

Merged
bender merged 1 commits from version_1 into main 2026-03-03 04:47:35 +00:00

View File

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