From bf872d26b2b31603eca72453299d8ae3d1160a64 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 00:43:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3974f5e..bc08adc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Premium Fashion Brand" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-with-sunglasses-posing-outdoors-with-copy-space_23-2148682634.jpg", imageAlt: "Recolin Polo Collection Featured" @@ -154,7 +154,7 @@ export default function LandingPage() {