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() {