diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b61527..8f2165d 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/body-almond-moisturizer-white-background_1150-45158.jpg", imageAlt: "Luxe Night Cream", isFavorited: false, + id: "cream-1", name: "Luxe Night Cream", price: "$85.00", imageSrc: "http://img.b2bpic.net/free-photo/body-almond-moisturizer-white-background_1150-45158.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-psd/luxury-cosmetic-cream-jar-with-gold-lid-isolated_84443-79723.jpg", imageAlt: "Renewal Face Mask", isFavorited: false, + id: "mask-1", name: "Renewal Face Mask", price: "$52.00", imageSrc: "http://img.b2bpic.net/free-psd/luxury-cosmetic-cream-jar-with-gold-lid-isolated_84443-79723.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/body-almond-moisturizer-white-background_1150-45158.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/body-almond-moisturizer-white-background_1150-45158.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-psd/luxury-cosmetic-cream-jar-with-gold-lid-isolated_84443-79723.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-psd/luxury-cosmetic-cream-jar-with-gold-lid-isolated_84443-79723.jpg?_wi=2", imageAlt: "Results" } ]} />