diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 50fedc9..990f000 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -61,42 +61,42 @@ export default function ShopPage() { id: "shop-product-1", name: "Classic Polo Shirt", price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts-hanger_23-2150828601.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-classic-shirts-hanger_23-2150828601.jpg?_wi=2", imageAlt: "Ralph Lauren Classic Polo Shirt" }, { id: "shop-product-2", name: "Oxford Button Down", price: "$125.00", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-male-with-tattoos-arms-dressed-red-christmas-pants-using-tablet-pc-room-with-loft-interior_613910-14671.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-male-with-tattoos-arms-dressed-red-christmas-pants-using-tablet-pc-room-with-loft-interior_613910-14671.jpg?_wi=2", imageAlt: "Ralph Lauren Oxford Button Down" }, { id: "shop-product-3", name: "Wool Sweater", price: "$165.00", - imageSrc: "http://img.b2bpic.net/free-photo/modern-lady-denim-jacket-with-handbag-looking-away-outside-wavy-haired-woman-with-red-lips-white-pants-smiling-outdoors_197531-19351.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-lady-denim-jacket-with-handbag-looking-away-outside-wavy-haired-woman-with-red-lips-white-pants-smiling-outdoors_197531-19351.jpg?_wi=2", imageAlt: "Ralph Lauren Premium Wool Sweater" }, { id: "shop-product-4", name: "Premium Blazer", price: "$249.99", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-beige-checkered-suit-posing-street-background_158538-2617.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-beige-checkered-suit-posing-street-background_158538-2617.jpg?_wi=2", imageAlt: "Ralph Lauren Premium Blazer" }, { id: "shop-product-5", name: "Vintage Denim", price: "$95.00", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-store-employee-assisting-male-client-with-style-choices_482257-118053.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-store-employee-assisting-male-client-with-style-choices_482257-118053.jpg?_wi=2", imageAlt: "Ralph Lauren Vintage Denim" }, { id: "shop-product-6", name: "Designer Collection Piece", price: "$325.00", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-spending-time-around-city_23-2149117283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-spending-time-around-city_23-2149117283.jpg?_wi=2", imageAlt: "Ralph Lauren Designer Collection" } ]} @@ -121,7 +121,7 @@ export default function ShopPage() { role: "Fashion Blogger", company: "Style Chronicles", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-attractive-smiling-woman-dressed-elegant-blue-suit-walking-city_285396-7918.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-attractive-smiling-woman-dressed-elegant-blue-suit-walking-city_285396-7918.jpg?_wi=2" }, { id: "shop-testimonial-2", @@ -129,7 +129,7 @@ export default function ShopPage() { role: "Luxury Collector", company: "Heritage Collectors", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-hat-shop_1303-19837.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-hat-shop_1303-19837.jpg?_wi=2" }, { id: "shop-testimonial-3", @@ -137,7 +137,7 @@ export default function ShopPage() { role: "Fashion Designer", company: "Modern Classics Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-creating-vision-board_23-2150061902.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-creating-vision-board_23-2150061902.jpg?_wi=2" } ]} />