Update src/app/page.tsx

This commit is contained in:
2026-03-03 13:20:51 +00:00
parent 06c70e748f
commit 1deb0bb3a8

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "about" } { text: "Learn More", href: "about" }
]} ]}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-pleased-curly-haired-woman-puts-green-hydrogel-patches-eyes-rejuvenate-skin-smiles-tenderly-poses-bare-shoulders-isolated-beige-studio-background-beauty-concept_273609-59328.jpg" imageSrc="http://img.b2bpic.net/free-photo/indoor-shot-pleased-curly-haired-woman-puts-green-hydrogel-patches-eyes-rejuvenate-skin-smiles-tenderly-poses-bare-shoulders-isolated-beige-studio-background-beauty-concept_273609-59328.jpg?_wi=1"
imageAlt="Premium skincare products and natural ingredients" imageAlt="Premium skincare products and natural ingredients"
frameStyle="card" frameStyle="card"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -79,13 +79,13 @@ export default function LandingPage() {
description="Carefully crafted skincare essentials designed to transform your daily routine into a moment of luxury and self-care." description="Carefully crafted skincare essentials designed to transform your daily routine into a moment of luxury and self-care."
products={[ products={[
{ {
id: "1", name: "Luminous Serum", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-serum-bottle-hand-orange-background_185193-162127.jpg", imageAlt: "Luminous Serum bottle" id: "1", name: "Luminous Serum", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-serum-bottle-hand-orange-background_185193-162127.jpg?_wi=1", imageAlt: "Luminous Serum bottle"
}, },
{ {
id: "2", name: "Deep Moisture Cream", price: "$72", imageSrc: "http://img.b2bpic.net/free-photo/woman-caring-her-skin-standing-near-mirror-bathroom_1301-3694.jpg", imageAlt: "Deep Moisture Cream jar" id: "2", name: "Deep Moisture Cream", price: "$72", imageSrc: "http://img.b2bpic.net/free-photo/woman-caring-her-skin-standing-near-mirror-bathroom_1301-3694.jpg?_wi=1", imageAlt: "Deep Moisture Cream jar"
}, },
{ {
id: "3", name: "Pure Radiance Cleanser", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-spa-essentials-background-home-decor_53876-128208.jpg", imageAlt: "Pure Radiance Cleanser" id: "3", name: "Pure Radiance Cleanser", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-spa-essentials-background-home-decor_53876-128208.jpg?_wi=1", imageAlt: "Pure Radiance Cleanser"
} }
]} ]}
textboxLayout="default" textboxLayout="default"
@@ -157,7 +157,7 @@ export default function LandingPage() {
id: "4", title: "Can I use multiple products together?", content: "Absolutely! We recommend a simple routine: cleanse, apply serum, and moisturize. Our products are designed to work synergistically. For best results, apply products in order from lightest to thickest consistency, allowing each to absorb before applying the next." id: "4", title: "Can I use multiple products together?", content: "Absolutely! We recommend a simple routine: cleanse, apply serum, and moisturize. Our products are designed to work synergistically. For best results, apply products in order from lightest to thickest consistency, allowing each to absorb before applying the next."
} }
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-doing-self-care-treatment-home_23-2148974362.jpg" imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-doing-self-care-treatment-home_23-2148974362.jpg?_wi=1"
imageAlt="Natural skincare routine" imageAlt="Natural skincare routine"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="left" mediaPosition="left"