From e8955b21e4f0f5e38f74cf16dc738f5c2d152ff9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:34:22 +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 f70094f..1cf88ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -271,7 +271,7 @@ export default function LandingPage() { { text: "Join Premium", href: "#pricing" } ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} /> -- 2.49.1