From 59f9454e913e47f503f61910171b29dde21175bb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 22:33:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 792930d..d2d3437 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { { text: "Order Online", href: "#products" }, { text: "View Menu", href: "#products" } ]} - buttonAnimation="slide-up" + buttonAnimation="hover-magnetic" />
@@ -71,7 +71,7 @@ export default function LandingPage() { buttons={[ { text: "Learn More", href: "#" } ]} - buttonAnimation="slide-up" + buttonAnimation="hover-magnetic" imageWrapperClassName="order-first md:order-last" imageClassName="w-full h-full object-cover rounded-lg" headingClassName="text-balance text-left text-4xl font-semibold leading-tight tracking-tight md:text-5xl lg:text-6xl" -- 2.49.1