From f83c61c291c626067b6e35132573a3895a6525f8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:34:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3de334..6f9c30b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { @@ -116,7 +115,7 @@ export default function LandingPage() { buttons={[ { text: "View Full Menu", href: "#full-menu" } ]} - buttonAnimation="none" + buttonAnimation="entrance-slide" /> @@ -234,8 +233,8 @@ export default function LandingPage() { useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg" imageAlt="La Choza authentic Mexican restaurant atmosphere" - mediaAnimation="none" - metricsAnimation="none" + mediaAnimation="entrance-slide" + metricsAnimation="entrance-slide" /> @@ -249,7 +248,7 @@ export default function LandingPage() { { text: "Book a Table", href: "#reservations" }, { text: "Order Takeaway", href: "#takeaway" } ]} - buttonAnimation="none" + buttonAnimation="entrance-slide" background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1