From fe7b96c64aaabd0ebdf0a23362787c0a4913f8c9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 14:21:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ba539a..4a0f064 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,8 +55,8 @@ export default function HomePage() { ]} enableKpiAnimation={true} tag="Welcome to Moonlight Café" - tagAnimation="expand-hover" - buttonAnimation="expand-hover" + tagAnimation="text-stagger" + buttonAnimation="text-stagger" imageSrc="http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-strawberries-waffles-cup-tea-light-blue-surface_140725-66681.jpg" imageAlt="Cozy Moonlight Café Interior" mediaAnimation="slide-up" @@ -71,7 +71,7 @@ export default function HomePage() { { text: "Discover Our Story", href: "/about" } ]} useInvertedBackground={true} - buttonAnimation="expand-hover" + buttonAnimation="text-stagger" />
@@ -124,7 +124,7 @@ export default function HomePage() { buttons={[ { text: "Read All Reviews", href: "/reviews" } ]} - buttonAnimation="expand-hover" + buttonAnimation="text-stagger" />