From 0bac69a6723218b998d5e1eac78f524dfe287617 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 14:39:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c9c364..6bd7778 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-choosing-shirt-shop_1303-19863.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-choosing-shirt-shop_1303-19863.jpg?_wi=1" imageAlt="denim jeans display retail store" /> @@ -94,7 +94,7 @@ export default function LandingPage() { price: "55,000 TZS", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/young-teenage-boy-wearing-denim-outfit_23-2150151059.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-teenage-boy-wearing-denim-outfit_23-2150151059.jpg?_wi=1", }, { id: "p2", @@ -103,7 +103,7 @@ export default function LandingPage() { price: "60,000 TZS", rating: 5, reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/clothes-clothing-store_23-2148164876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/clothes-clothing-store_23-2148164876.jpg?_wi=1", }, { id: "p3", @@ -112,7 +112,7 @@ export default function LandingPage() { price: "58,000 TZS", rating: 4, reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-funny-crazy-glamor-stylish-smiling-beautiful-young-woman-model-bright-hipster-summer-casual-jeans-clothes-posing-street-iron-grating-blue-sky_158538-1987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-funny-crazy-glamor-stylish-smiling-beautiful-young-woman-model-bright-hipster-summer-casual-jeans-clothes-posing-street-iron-grating-blue-sky_158538-1987.jpg?_wi=1", }, { id: "p4", @@ -201,7 +201,7 @@ export default function LandingPage() { quote: "The store boasts a diverse selection of denim styles, from classic cuts to trendy designs. Interior is modern and marvelous.", tag: "Local Guide", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-curly-haired-woman-wears-pink-t-shirt-denim-jacket-necklace-shows-bare-shoulder-smiles-gladfully-isolated-blue-wall_273609-53080.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-shirt-shop_1303-19863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-shirt-shop_1303-19863.jpg?_wi=2", imageAlt: "person wearing denim smiling portrait", }, { @@ -223,7 +223,7 @@ export default function LandingPage() { quote: "Exrent service and high quality clothing.", tag: "Shopper", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-girls-with-cassette-player_23-2149550615.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-teenage-boy-wearing-denim-outfit_23-2150151059.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-teenage-boy-wearing-denim-outfit_23-2150151059.jpg?_wi=2", imageAlt: "person wearing denim smiling portrait", }, { @@ -234,7 +234,7 @@ export default function LandingPage() { quote: "Found the perfect fit after searching everywhere in Makumbusho. Highly recommended.", tag: "Fashionista", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-smiling-female-trendy-summer-clothes-sexy-carefree-woman-posing-near-blue-wall-studio-positive-model-having-fun-indoors-cheerful-happy_158538-20736.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/clothes-clothing-store_23-2148164876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/clothes-clothing-store_23-2148164876.jpg?_wi=2", imageAlt: "person wearing denim smiling portrait", }, { @@ -245,7 +245,7 @@ export default function LandingPage() { quote: "The staff helped me find exactly what I needed for a special event.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-brunette-woman-dressed-denim-jacket_171337-6059.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-funny-crazy-glamor-stylish-smiling-beautiful-young-woman-model-bright-hipster-summer-casual-jeans-clothes-posing-street-iron-grating-blue-sky_158538-1987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-funny-crazy-glamor-stylish-smiling-beautiful-young-woman-model-bright-hipster-summer-casual-jeans-clothes-posing-street-iron-grating-blue-sky_158538-1987.jpg?_wi=2", imageAlt: "person wearing denim smiling portrait", }, ]} -- 2.49.1