From 1681487cd41571c7621b79c47494d64b01ada1a6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:37:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f9c30b..236a1b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { @@ -115,7 +115,7 @@ export default function LandingPage() { buttons={[ { text: "View Full Menu", href: "#full-menu" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="opacity" /> @@ -233,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="entrance-slide" - metricsAnimation="entrance-slide" + mediaAnimation="opacity" + metricsAnimation="opacity" /> @@ -248,7 +248,7 @@ export default function LandingPage() { { text: "Book a Table", href: "#reservations" }, { text: "Order Takeaway", href: "#takeaway" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="opacity" background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1