From 4bc20e4b823f792086a3ba84c96cfba7bbc356d7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:44:54 +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 3c7c854..ca90579 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: "aurora" }} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-green-background_23-2149157610.jpg" imageAlt="Cinco premium clothing showcase" imagePosition="right" @@ -184,7 +184,7 @@ export default function LandingPage() { { text: "Subscribe to Updates", href: "#" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} /> -- 2.49.1