Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-16 01:47:27 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroCentered
title="Transform Your Skin Naturally"
description="Discover the power of luxurious, science-backed skincare that nourishes and revitalizes. Our premium collection combines nature's finest ingredients with cutting-edge formulations for radiant, healthy skin."
background="plain"
background={{ variant: "plain" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-typing-her-laptop_231208-13559.jpg", alt: "Customer 1"
@@ -96,11 +96,11 @@ export default function LandingPage() {
initialQuantity: 1
},
{
id: "cream-1", name: "Luxe Night Cream", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232284.jpg?_wi=1", imageAlt: "Luxe Night Cream", isFavorited: false,
id: "cream-1", name: "Luxe Night Cream", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232284.jpg", imageAlt: "Luxe Night Cream", isFavorited: false,
initialQuantity: 1
},
{
id: "mask-1", name: "Renewal Face Mask", price: "$52.00", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-jar_187299-45985.jpg?_wi=1", imageAlt: "Renewal Face Mask", isFavorited: false,
id: "mask-1", name: "Renewal Face Mask", price: "$52.00", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-jar_187299-45985.jpg", imageAlt: "Renewal Face Mask", isFavorited: false,
initialQuantity: 1
}
]}
@@ -124,11 +124,11 @@ export default function LandingPage() {
},
{
id: 2,
title: "Dermatologist Tested", description: "Formulated with dermatologists to ensure safety and effectiveness for all skin types.", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232284.jpg?_wi=2", imageAlt: "Dermatologist approved"
title: "Dermatologist Tested", description: "Formulated with dermatologists to ensure safety and effectiveness for all skin types.", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232284.jpg", imageAlt: "Dermatologist approved"
},
{
id: 3,
title: "Visible Results in 28 Days", description: "See noticeable improvements in skin texture, clarity, and radiance within four weeks.", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-jar_187299-45985.jpg?_wi=2", imageAlt: "Results"
title: "Visible Results in 28 Days", description: "See noticeable improvements in skin texture, clarity, and radiance within four weeks.", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-jar_187299-45985.jpg", imageAlt: "Results"
}
]}
/>