From ae088537dddb237af835f8e16f4744ca138f8072 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:36:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc5ff76..1f977de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,19 +72,19 @@ export default function LandingPage() { imageAlt: "Store front", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20616.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20616.jpg?_wi=1", imageAlt: "Clothing display", }, { - imageSrc: "http://img.b2bpic.net/free-photo/ecstatic-blonde-girl-red-hat-standing-confident-pose-beside-brick-wall-outdoor-shot-cute-caucasian-woman-jeans-denim-jacket-having-fun-street_197531-5044.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ecstatic-blonde-girl-red-hat-standing-confident-pose-beside-brick-wall-outdoor-shot-cute-caucasian-woman-jeans-denim-jacket-having-fun-street_197531-5044.jpg?_wi=1", imageAlt: "Jeans display", }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts_23-2150828597.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts_23-2150828597.jpg?_wi=1", imageAlt: "T-shirt collection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/indian-man-city-male-traditional-turban-hinduist-summer-city_1157-41016.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indian-man-city-male-traditional-turban-hinduist-summer-city_1157-41016.jpg?_wi=1", imageAlt: "Ethnic wear", }, ]} @@ -106,7 +106,7 @@ export default function LandingPage() { price: "From ₹799", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20616.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20616.jpg?_wi=2", }, { id: "2", @@ -115,7 +115,7 @@ export default function LandingPage() { price: "From ₹1299", rating: 5, reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/ecstatic-blonde-girl-red-hat-standing-confident-pose-beside-brick-wall-outdoor-shot-cute-caucasian-woman-jeans-denim-jacket-having-fun-street_197531-5044.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ecstatic-blonde-girl-red-hat-standing-confident-pose-beside-brick-wall-outdoor-shot-cute-caucasian-woman-jeans-denim-jacket-having-fun-street_197531-5044.jpg?_wi=2", }, { id: "3", @@ -124,7 +124,7 @@ export default function LandingPage() { price: "From ₹499", rating: 5, reviewCount: "20", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts_23-2150828597.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts_23-2150828597.jpg?_wi=2", }, { id: "4", @@ -133,7 +133,7 @@ export default function LandingPage() { price: "From ₹1599", rating: 5, reviewCount: "5", - imageSrc: "http://img.b2bpic.net/free-photo/indian-man-city-male-traditional-turban-hinduist-summer-city_1157-41016.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indian-man-city-male-traditional-turban-hinduist-summer-city_1157-41016.jpg?_wi=2", }, { id: "5", @@ -142,7 +142,7 @@ export default function LandingPage() { price: "From ₹999", rating: 5, reviewCount: "9", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20616.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-modelmodern-man-dressed-white-shirt-fashion-male-posing-street-background-sunglasses-outdoors-sunset_158538-20616.jpg?_wi=3", }, { id: "6", @@ -151,7 +151,7 @@ export default function LandingPage() { price: "From ₹1899", rating: 5, reviewCount: "4", - imageSrc: "http://img.b2bpic.net/free-photo/ecstatic-blonde-girl-red-hat-standing-confident-pose-beside-brick-wall-outdoor-shot-cute-caucasian-woman-jeans-denim-jacket-having-fun-street_197531-5044.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ecstatic-blonde-girl-red-hat-standing-confident-pose-beside-brick-wall-outdoor-shot-cute-caucasian-woman-jeans-denim-jacket-having-fun-street_197531-5044.jpg?_wi=3", }, ]} title="Trending Collections" -- 2.49.1