From 9cbcf1d0822bbad28b6441904295565fc9ee341b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:06:27 +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 26adf3a..dbea84b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Haute Couture" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetics-bag-still-life_23-2151141473.jpg", imageAlt: "Luxury leather handbag" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-portrait_624325-3509.jpg", imageAlt: "Fine diamond jewellery" }, -- 2.49.1