From af255a96d55d6ece646dad3cad42e88d9df27506 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:29:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0974f85..d175740 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/high-angle-plant-selfcare-products_23-2149249586.jpg" imageAlt="Premium skincare products display" frameStyle="card" @@ -167,7 +167,7 @@ export default function LandingPage() { { id: "5", title: "Can I use these products if I'm pregnant?", content: "Most of our products are pregnancy-safe, but we recommend consulting with your healthcare provider. Our Rose Renewal Serum and Hydration Mask are specifically formulated for sensitive skin conditions including pregnancy."}, { - id: "6", title: "How should I store my products?", content: "Store all Lumière products in a cool, dry place away from direct sunlight. Our glass and metal packaging protects ingredients from degradation. Avoid storing in bathrooms with high humidity for optimal shelf life."}, + id: "6", title: "How should I store my products?", content: "Store all Lumière products in a cool, dry place away from direct sunlight. Our glass and metal packaging protects ingredients from degradation. Avoid storing in bathrooms with high humidity for optimal shelf life."} ]} imageSrc="http://img.b2bpic.net/free-photo/young-woman-applies-cream-her-face-looks-mirror_169016-19492.jpg" imageAlt="Skincare routine setup" @@ -185,7 +185,7 @@ export default function LandingPage() { tagIcon={Mail} title="Stay Radiant with Insider Tips" description="Subscribe to our newsletter for exclusive product launches, skincare tips from our experts, and special members-only discounts." - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe" -- 2.49.1