From 065d75a135c731673ba031844b883904f1e4108f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 08:24:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 74d0354..ca2ab6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,15 +77,15 @@ export default function LandingPage() { imageAlt: "Collection pieces", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-fashion-woman-interior_624325-3513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-fashion-woman-interior_624325-3513.jpg?_wi=1", imageAlt: "Luxury evening dress", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-floral-clothes-holding-green-plant-twigs-looking-camera_23-2148122032.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-floral-clothes-holding-green-plant-twigs-looking-camera_23-2148122032.jpg?_wi=1", imageAlt: "Silk blouse collection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-fur-isolated_1303-13240.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-fur-isolated_1303-13240.jpg?_wi=1", imageAlt: "Winter muse design", }, ]} @@ -132,19 +132,19 @@ export default function LandingPage() { id: "p1", name: "Evening Elegance", price: "$450", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-fashion-woman-interior_624325-3513.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-fashion-woman-interior_624325-3513.jpg?_wi=2", }, { id: "p2", name: "Silk Serenity", price: "$295", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-floral-clothes-holding-green-plant-twigs-looking-camera_23-2148122032.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-floral-clothes-holding-green-plant-twigs-looking-camera_23-2148122032.jpg?_wi=2", }, { id: "p3", name: "Winter Muse", price: "$620", - imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-fur-isolated_1303-13240.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-fur-isolated_1303-13240.jpg?_wi=2", }, { id: "p4", -- 2.49.1