From a1579110392dcae44bd72c6da0521b8530146726 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 01:47:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf93e89..04408cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} />