diff --git a/src/app/categories/page.tsx b/src/app/categories/page.tsx index c794cf7..66d38d9 100644 --- a/src/app/categories/page.tsx +++ b/src/app/categories/page.tsx @@ -54,42 +54,42 @@ export default function CategoriesPage() { title: "Shirts", description: "Casual, formal, and dress shirts with up to 50% off from premium brands", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-men-fashion-shirt_1203-7644.jpg", + "http://img.b2bpic.net/free-photo/beautiful-men-fashion-shirt_1203-7644.jpg?_wi=6", }, { id: "02", title: "Blazers & Coats", description: "Business blazers, sport coats, and outerwear with massive discounts", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-beige-checkered-suit-posing-street-background_158538-2574.jpg", + "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-beige-checkered-suit-posing-street-background_158538-2574.jpg?_wi=6", }, { id: "03", title: "Footwear", description: "Premium sneakers, dress shoes, and casual footwear on sale", imageSrc: - "http://img.b2bpic.net/free-photo/footwear-stacked-shoe-rack-indoors_23-2150991598.jpg", + "http://img.b2bpic.net/free-photo/footwear-stacked-shoe-rack-indoors_23-2150991598.jpg?_wi=6", }, { id: "04", title: "Sweaters & Knitwear", description: "Luxurious sweaters, cardigans, and knitted wear with special pricing", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669856.jpg", + "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669856.jpg?_wi=4", }, { id: "05", title: "Accessories", description: "Belts, scarves, ties, hats, and more premium accessories", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-men-fashion-shirt_1203-7644.jpg", + "http://img.b2bpic.net/free-photo/beautiful-men-fashion-shirt_1203-7644.jpg?_wi=7", }, { id: "06", title: "Suits & Formal", description: "Complete formal suits and evening wear collections on promotion", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-beige-checkered-suit-posing-street-background_158538-2574.jpg", + "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-beige-checkered-suit-posing-street-background_158538-2574.jpg?_wi=7", }, ]} textboxLayout="default" @@ -111,7 +111,7 @@ export default function CategoriesPage() { name: "Premium Cotton Polo", price: "-45%", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-men-fashion-shirt_1203-7644.jpg", + "http://img.b2bpic.net/free-photo/beautiful-men-fashion-shirt_1203-7644.jpg?_wi=8", imageAlt: "Premium Cotton Polo", }, { @@ -119,7 +119,7 @@ export default function CategoriesPage() { name: "Executive Blazer", price: "-40%", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-beige-checkered-suit-posing-street-background_158538-2574.jpg", + "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-beige-checkered-suit-posing-street-background_158538-2574.jpg?_wi=8", imageAlt: "Executive Blazer", }, { @@ -127,7 +127,7 @@ export default function CategoriesPage() { name: "Designer Sneakers", price: "-55%", imageSrc: - "http://img.b2bpic.net/free-photo/footwear-stacked-shoe-rack-indoors_23-2150991598.jpg", + "http://img.b2bpic.net/free-photo/footwear-stacked-shoe-rack-indoors_23-2150991598.jpg?_wi=7", imageAlt: "Designer Sneakers", }, { @@ -135,7 +135,7 @@ export default function CategoriesPage() { name: "Merino Wool Sweater", price: "-50%", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669856.jpg", + "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669856.jpg?_wi=5", imageAlt: "Merino Wool Sweater", }, ]}