From 72b4f1c269b4b0afa666d3fb41cd32714084d1e0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 16:30:16 +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 a632aac..092861c 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="hover-magnetic" - buttonAnimation="hover-magnetic" + tagAnimation="blur-reveal" + buttonAnimation="blur-reveal" />
-- 2.49.1