Update src/app/page.tsx

This commit is contained in:
2026-03-03 06:06:56 +00:00
parent bdcba9e368
commit bbd5ffff26

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="small" contentWidth="small"
sizing="largeSmallSizeLargeTitles" sizing="largeSmallSizeLargeTitles"
background="aurora" background="circleGradient"
cardStyle="gradient-bordered" cardStyle="gradient-bordered"
primaryButtonStyle="double-inset" primaryButtonStyle="double-inset"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "Explore Collection", href: "products" }, { text: "Explore Collection", href: "products" },
{ text: "Learn Our Story", href: "about" }, { text: "Learn Our Story", href: "about" },
]} ]}
background={{ variant: "aurora" }} background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg" imageSrc="http://img.b2bpic.net/free-photo/close-up-fair-skinned-young-women-s-hands-holding-jars-organic-body-creams-care-moisturizing-concept_197531-31493.jpg"
imageAlt="Luxury skincare products on natural background" imageAlt="Luxury skincare products on natural background"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
@@ -170,7 +170,7 @@ export default function LandingPage() {
{ {
id: "5", title: "What is your return policy?", content: "We offer a 60-day satisfaction guarantee. If you're not completely happy with your purchase, we'll provide a full refund, no questions asked."}, id: "5", title: "What is your return policy?", content: "We offer a 60-day satisfaction guarantee. If you're not completely happy with your purchase, we'll provide a full refund, no questions asked."},
{ {
id: "6", title: "How should I store my skincare products?", content: "Store all products in a cool, dark place away from direct sunlight. Keep containers tightly sealed to maintain freshness. For best results, use within 12 months of opening."}, id: "6", title: "How should I store my skincare products?", content: "Store all products in a cool, dark place away from direct sunlight. Keep containers tightly sealed to maintain freshness. For best results, use within 12 months of opening."}
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/two-caucasian-girls-different-ages-cosmetic-facial-procedures-light-room-wellness-self-care-concept_197531-31432.jpg" imageSrc="http://img.b2bpic.net/free-photo/two-caucasian-girls-different-ages-cosmetic-facial-procedures-light-room-wellness-self-care-concept_197531-31432.jpg"
imageAlt="Skincare routine essentials" imageAlt="Skincare routine essentials"
@@ -190,7 +190,7 @@ export default function LandingPage() {
tagIcon={Mail} tagIcon={Mail}
title="Join Our Beauty Community" title="Join Our Beauty Community"
description="Subscribe to receive exclusive skincare tips, early access to new products, and special discounts delivered to your inbox." description="Subscribe to receive exclusive skincare tips, early access to new products, and special discounts delivered to your inbox."
background={{ variant: "aurora" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true} useInvertedBackground={true}
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Subscribe" buttonText="Subscribe"