Update src/app/page.tsx

This commit is contained in:
2026-03-16 01:47:47 +00:00
parent 2c98938dd6
commit a157911039

View File

@@ -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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=2", imageAlt: "Results"
}
]}
/>