From e250e596d7166771d6dd8546ded166f6f7cd05b9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:07:13 +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 d13a254..4f78397 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium Collection" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "Explore Collection", href: "products" }, { text: "Learn More", href: "about" }, @@ -183,7 +183,7 @@ export default function LandingPage() { { text: "Subscribe for Updates", href: "#" }, ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} /> -- 2.49.1