From 98bf1564ed43e1947ca6cd8c887f87f88e8fb72a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:41:31 +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 68831a9..4bb38e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { tag="Premium Clothing" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-green-background_23-2149157610.jpg" imageAlt="Cinco premium clothing showcase" imagePosition="right" @@ -188,7 +188,7 @@ export default function LandingPage() { { text: "Subscribe to Updates", href: "#" } ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} useInvertedBackground={false} /> -- 2.49.1