From 432832ede9fcebdc0d7d767518ac90336318a9cc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 08:17:45 +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 9048935..997cca7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { { text: "Explore Features", href: "#features"}, ]} - buttonAnimation="reveal-blur" + buttonAnimation="blur-reveal" carouselItems={[ { id: "hero-carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163387.jpg", imageAlt: "Smart Member Dashboard"}, @@ -97,7 +97,7 @@ export default function LandingPage() { { text: "Our Mission", href: "#"}, ]} - buttonAnimation="reveal-blur" + buttonAnimation="blur-reveal" /> -- 2.49.1