From 8a9d7096b896857eedb71b059a8b3f8c47bf45c6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 22:31:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e88ca9f..b72fd92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Explore Collection", href: "products" }, { text: "Learn More", href: "about" }, ]} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/overhead-view-nail-polish-bottle-lipstick-sponge-compact-white-background_23-2148031290.jpg" imageAlt="Premium skincare products in warm natural light" frameStyle="card" @@ -102,8 +102,7 @@ export default function LandingPage() { { title: "Clinically Proven Results", description: "See visible improvements in skin texture and radiance", bentoComponent: "line-chart"}, { - title: "Eco-Conscious Packaging", description: "Recyclable, sustainable materials for a greener future", bentoComponent: "marquee", centerIcon: Leaf, - variant: "icon", icons: [Sprout, Droplets, Leaf, Wind], + title: "Eco-Conscious Packaging", description: "Recyclable, sustainable materials for a greener future", bentoComponent: "marquee", centerIcon: Leaf, variant: "icon", icons: [Sprout, Droplets, Leaf, Wind], }, ]} title="Why Choose Lumière" -- 2.49.1