From 7f4d037374409e846d8d3cf55a1f45c77de70041 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 18:38:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f238ed2..a27ed14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { { title: "Curated Selections", description: "Hand-picked products for discerning tastes.", icon: Lightbulb, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-products-made-with-natural-ingredients_181624-33827.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-products-made-with-natural-ingredients_181624-33827.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-anti-aging-serum-bottle_181624-34860.jpg" } ] }, @@ -120,7 +120,7 @@ export default function LandingPage() { }, { id: "4", brand: "Veridian Bloom", name: "Hydrating Mist", price: "$75.00", rating: 4.7, - reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-products-made-with-natural-ingredients_181624-33827.jpg", imageAlt: "Hydrating Mist" + reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-products-made-with-natural-ingredients_181624-33827.jpg?_wi=2", imageAlt: "Hydrating Mist" } ]} /> -- 2.49.1