Update src/app/page.tsx

This commit is contained in:
2026-03-03 21:29:44 +00:00
parent 209af93b87
commit af255a96d5

View File

@@ -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"