From 4473f49c9b20d58c89caedea6eaf9f9cc39395b6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 05:34:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2171c34..89efb70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { { text: "Start Free Trial", href: "#" }, { text: "View Demo", href: "#" } ]} - buttonAnimation="slide-up" + buttonAnimation="blur-reveal" background={{ variant: "sparkles-gradient" }} dashboard={{ title: "Live Analytics Dashboard", searchPlaceholder: "Search metrics...", logoIcon: Hexagon, -- 2.49.1