From be7407543faba7f5ef05f43cadace50c13641aaa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 16:27:47 +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 5497500..043051a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,8 +57,8 @@ export default function LandingPage() { ariaLabel="Wedding Invitation Hero Section" tag="You're Invited" tagIcon={Sparkles} - tagAnimation="shift-hover" - buttonAnimation="shift-hover" + tagAnimation="entrance-slide" + buttonAnimation="icon-arrow" />
-- 2.49.1