From 0fa203adbaf5b8e20c1c2247150ef9ec2299a101 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:21:34 +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 22f96e6..485b2c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-3400.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-3400.jpg?_wi=1", imageAlt: "Fashion Model", }, { @@ -115,7 +115,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-3400.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-african-american-man-posing-outdoors-paris-happy-smile-fashion-style-lights-evening-cafes_1321-3400.jpg?_wi=2", imageAlt: "men fashion street style", }, { @@ -139,19 +139,19 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-excited-young-woman-grinning-broadly-attracting-your-attention-her-blank-t-shirt-pointing-fingers-down_273609-607.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-excited-young-woman-grinning-broadly-attracting-your-attention-her-blank-t-shirt-pointing-fingers-down_273609-607.jpg?_wi=1", imageAlt: "men fashion street style", }, { title: "Under KSh 1500", description: "Affordable styles without sacrifice.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/happy-cute-romantic-caucasian-woman-summer-elegant-white-open-back-dress-straw-hat_343596-318.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-cute-romantic-caucasian-woman-summer-elegant-white-open-back-dress-straw-hat_343596-318.jpg?_wi=1", imageAlt: "Budget", }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/girl_1303-4477.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl_1303-4477.jpg?_wi=1", imageAlt: "men fashion street style", }, ]} @@ -171,19 +171,19 @@ export default function LandingPage() { id: "1", name: "T-Shirt", price: "KSh 1200", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-excited-young-woman-grinning-broadly-attracting-your-attention-her-blank-t-shirt-pointing-fingers-down_273609-607.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/joyful-excited-young-woman-grinning-broadly-attracting-your-attention-her-blank-t-shirt-pointing-fingers-down_273609-607.jpg?_wi=2", }, { id: "2", name: "Dress", price: "KSh 2000", - imageSrc: "http://img.b2bpic.net/free-photo/happy-cute-romantic-caucasian-woman-summer-elegant-white-open-back-dress-straw-hat_343596-318.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-cute-romantic-caucasian-woman-summer-elegant-white-open-back-dress-straw-hat_343596-318.jpg?_wi=2", }, { id: "3", name: "Trousers", price: "KSh 1800", - imageSrc: "http://img.b2bpic.net/free-photo/girl_1303-4477.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl_1303-4477.jpg?_wi=2", }, { id: "4", -- 2.49.1