From 0f8e98d6a745b25abb391940a35258ceaa9f2ee7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:07:37 +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 588688f..447a100 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement_23-2150326118.jpg", imageAlt: "Ultra-soft organic cotton texture and premium fabric quality" }, { - imageSrc: "http://img.b2bpic.net/free-photo/long-view-beans-jar-shadows_23-2148746907.jpg", imageAlt: "Minimalist product arrangement showcasing soft aesthetic" + imageSrc: "http://img.b2bpic.net/free-photo/long-view-beans-jar-shadows_23-2148746907.jpg?_wi=1", imageAlt: "Minimalist product arrangement showcasing soft aesthetic" } ] } @@ -114,7 +114,7 @@ export default function LandingPage() { id: "2", name: "Ultra-Soft Baby Diapers", price: "From $32", imageSrc: "http://img.b2bpic.net/free-photo/mother-playing-with-her-baby_23-2147983534.jpg", imageAlt: "Gentle, hypoallergenic ultra-soft baby diaper" }, { - id: "3", name: "Premium Starter Bundle", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/long-view-beans-jar-shadows_23-2148746907.jpg", imageAlt: "Complete IWS hygiene starter collection" + id: "3", name: "Premium Starter Bundle", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/long-view-beans-jar-shadows_23-2148746907.jpg?_wi=2", imageAlt: "Complete IWS hygiene starter collection" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1