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} />