From d1d45239633cd694490a5dbdd49d4ece62f25043 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:22:28 +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 646cfba..b63718a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { text: "Shop Women", href: "#women"}, ]} 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", imageAlt: "Fashion Model" }, + { 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" }, { imageSrc: "http://img.b2bpic.net/free-photo/empty-clothing-store-mall_482257-91309.jpg", imageAlt: "Fashion Model" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trucker-hat_23-2149432328.jpg", imageAlt: "Fashion Model" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-black-woman-with-afro-curls-hairstylesmiling-hipster-model-yellow-hoodie-sexy-carefree-female-posing-street-background-sunglasses-cheerful-happy_158538-21015.jpg", imageAlt: "Fashion Model" }, @@ -73,7 +73,7 @@ export default function LandingPage() { features={[ { title: "Men", description: "Latest trends for modern men.", media: { - 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", imageAlt: "men fashion street style"}, + 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"}, items: [], reverse: false, }, @@ -85,13 +85,13 @@ export default function LandingPage() { }, { title: "Trending", description: "What everyone is wearing right now.", media: { - 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", imageAlt: "men fashion street style"}, + 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"}, items: [], reverse: false, }, { title: "Under KSh 1500", description: "Affordable styles without sacrifice.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/girl_1303-4477.jpg", imageAlt: "men fashion street style"}, + imageSrc: "http://img.b2bpic.net/free-photo/girl_1303-4477.jpg?_wi=1", imageAlt: "men fashion street style"}, items: [], reverse: true, }, @@ -108,9 +108,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { 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" }, + { 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?_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" }, - { id: "3", name: "Trousers", price: "KSh 1800", imageSrc: "http://img.b2bpic.net/free-photo/girl_1303-4477.jpg" }, + { id: "3", name: "Trousers", price: "KSh 1800", imageSrc: "http://img.b2bpic.net/free-photo/girl_1303-4477.jpg?_wi=2" }, { id: "4", name: "Denim Jacket", price: "KSh 2500", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-jeans-jacket-posing-near-concrete-wall_613910-2889.jpg" }, { id: "5", name: "Pullover", price: "KSh 1500", imageSrc: "http://img.b2bpic.net/free-photo/inside-portrait-adorable-lovely-woman-with-blond-hair-wearing-knitted-pullover-is-posing-isolated-background-with-romantic-smile-beautiful-woman-is-posing-photoshoot_291650-2439.jpg" }, { id: "6", name: "Handbag", price: "KSh 2200", imageSrc: "http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073516.jpg" }, -- 2.49.1