From 44c87a635561e809c22bd221fd8763f83285c862 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:00:13 +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 ca9809a..32dff5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLarge" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Explore Collections", href: "products" }, { text: "Learn Our Story", href: "about" }, ]} - background={{ variant: "grid" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing-studio_23-2149429028.jpg" imageAlt="Luxury fashion hero image" frameStyle="card" -- 2.49.1