Update src/app/page.tsx
This commit is contained in:
@@ -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: "#" }
|
||||||
|
|||||||
Reference in New Issue
Block a user