From 3f477d5fec2e7d8e354f57c0d138478e17e66f2a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:27:38 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 81e84c9..05a248c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -97,7 +97,7 @@ export default function AboutPage() { { title: "Men's Clothing", description: "Sophisticated casual wear and professional attire for the modern man. Premium fabrics and timeless designs.", - imageSrc: "http://img.b2bpic.net/free-photo/young-guy-with-coat-sitting-medium-shot_23-2148248489.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-guy-with-coat-sitting-medium-shot_23-2148248489.jpg?_wi=3", imageAlt: "Men's Collection", button: { text: "Explore Men's", @@ -107,7 +107,7 @@ export default function AboutPage() { { title: "Women's Clothing", description: "Elegant and versatile pieces designed for every occasion. From everyday basics to statement pieces.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-details-stylish-woman-purple-suit-walking-city-street-spring-summer-autumn-season-fashion-trend-holding-purse_285396-6994.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-details-stylish-woman-purple-suit-walking-city-street-spring-summer-autumn-season-fashion-trend-holding-purse_285396-6994.jpg?_wi=3", imageAlt: "Women's Collection", button: { text: "Explore Women's", @@ -117,7 +117,7 @@ export default function AboutPage() { { title: "New Arrivals", description: "Stay on top of the latest trends with our newest collections. Fresh designs and innovative styles arriving weekly.", - imageSrc: "http://img.b2bpic.net/free-photo/shopping-day-international-girlfriends-women-mall_1157-46780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shopping-day-international-girlfriends-women-mall_1157-46780.jpg?_wi=3", imageAlt: "New Arrivals", button: { text: "Shop New Items", @@ -138,37 +138,37 @@ export default function AboutPage() { { id: "1", name: "Sarah Anderson", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-sofa-posing-high-quality-photo_114579-31512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-sofa-posing-high-quality-photo_114579-31512.jpg?_wi=3", imageAlt: "Sarah Anderson", }, { id: "2", name: "James Mitchell", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-elegant-black-suit-fashion-male-posing-studio-dark-background_158538-21659.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-elegant-black-suit-fashion-male-posing-studio-dark-background_158538-21659.jpg?_wi=3", imageAlt: "James Mitchell", }, { id: "3", name: "Emily Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-formal-wear-glasses-is-riding-electrical-scooter-from-her-work_613910-3336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-formal-wear-glasses-is-riding-electrical-scooter-from-her-work_613910-3336.jpg?_wi=2", imageAlt: "Emily Rodriguez", }, { id: "4", name: "Michael Chen", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-jacket-with-wrist-watch-his-hand_613910-11237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-jacket-with-wrist-watch-his-hand_613910-11237.jpg?_wi=2", imageAlt: "Michael Chen", }, { id: "5", name: "Victoria Thompson", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-sofa-posing-high-quality-photo_114579-31512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-sofa-posing-high-quality-photo_114579-31512.jpg?_wi=4", imageAlt: "Victoria Thompson", }, { id: "6", name: "David Wilson", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-elegant-black-suit-fashion-male-posing-studio-dark-background_158538-21659.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-elegant-black-suit-fashion-male-posing-studio-dark-background_158538-21659.jpg?_wi=4", imageAlt: "David Wilson", }, ]} -- 2.49.1 From 705870df4d8051caf95cce183a8d76d4b34cd42b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:27:38 +0000 Subject: [PATCH 2/5] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 2a4d4ef..2c93fa0 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -20,7 +20,7 @@ export default function CartPage() { id: "1", name: "Premium Cotton T-Shirt", price: "$49.99", - imageSrc: "http://img.b2bpic.net/free-photo/life-sun-nude-classy-sunbathing-pleasant_1303-2961.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/life-sun-nude-classy-sunbathing-pleasant_1303-2961.jpg?_wi=4", imageAlt: "Premium Cotton T-Shirt", initialQuantity: 1, }, @@ -28,7 +28,7 @@ export default function CartPage() { id: "2", name: "Elegant Silk Blouse", price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-choosing-clothes-store_23-2147786807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-choosing-clothes-store_23-2147786807.jpg?_wi=4", imageAlt: "Elegant Silk Blouse", initialQuantity: 1, }, @@ -36,7 +36,7 @@ export default function CartPage() { id: "3", name: "Designer Denim Jeans", price: "$129.99", - imageSrc: "http://img.b2bpic.net/free-photo/girlfriends-shopping-together_23-2148312145.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girlfriends-shopping-together_23-2148312145.jpg?_wi=4", imageAlt: "Designer Denim Jeans", initialQuantity: 1, }, -- 2.49.1 From 8b06e103bb64df42b05875e6dec1c553028ec678 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:27:40 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7470bab..0ae4d96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,7 +113,7 @@ const HomePage = () => { description: "Sophisticated casual wear and professional attire for the modern man. Premium fabrics and timeless designs.", imageSrc: - "http://img.b2bpic.net/free-photo/young-guy-with-coat-sitting-medium-shot_23-2148248489.jpg", + "http://img.b2bpic.net/free-photo/young-guy-with-coat-sitting-medium-shot_23-2148248489.jpg?_wi=1", imageAlt: "Men's Collection", button: { text: "Explore Men's", href: "/shop?category=mens" }, }, @@ -122,7 +122,7 @@ const HomePage = () => { description: "Elegant and versatile pieces designed for every occasion. From everyday basics to statement pieces.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-fashion-details-stylish-woman-purple-suit-walking-city-street-spring-summer-autumn-season-fashion-trend-holding-purse_285396-6994.jpg", + "http://img.b2bpic.net/free-photo/close-up-fashion-details-stylish-woman-purple-suit-walking-city-street-spring-summer-autumn-season-fashion-trend-holding-purse_285396-6994.jpg?_wi=1", imageAlt: "Women's Collection", button: { text: "Explore Women's", @@ -134,7 +134,7 @@ const HomePage = () => { description: "Stay on top of the latest trends with our newest collections. Fresh designs and innovative styles arriving weekly.", imageSrc: - "http://img.b2bpic.net/free-photo/shopping-day-international-girlfriends-women-mall_1157-46780.jpg", + "http://img.b2bpic.net/free-photo/shopping-day-international-girlfriends-women-mall_1157-46780.jpg?_wi=1", imageAlt: "New Arrivals", button: { text: "Shop New Items", href: "/shop?sort=newest" }, }, @@ -157,7 +157,7 @@ const HomePage = () => { name: "Premium Cotton T-Shirt", price: "$49.99", imageSrc: - "http://img.b2bpic.net/free-photo/life-sun-nude-classy-sunbathing-pleasant_1303-2961.jpg", + "http://img.b2bpic.net/free-photo/life-sun-nude-classy-sunbathing-pleasant_1303-2961.jpg?_wi=1", imageAlt: "Premium Cotton T-Shirt", initialQuantity: 1, }, @@ -166,7 +166,7 @@ const HomePage = () => { name: "Elegant Silk Blouse", price: "$89.99", imageSrc: - "http://img.b2bpic.net/free-photo/charming-woman-choosing-clothes-store_23-2147786807.jpg", + "http://img.b2bpic.net/free-photo/charming-woman-choosing-clothes-store_23-2147786807.jpg?_wi=1", imageAlt: "Elegant Silk Blouse", initialQuantity: 1, }, @@ -175,7 +175,7 @@ const HomePage = () => { name: "Designer Denim Jeans", price: "$129.99", imageSrc: - "http://img.b2bpic.net/free-photo/girlfriends-shopping-together_23-2148312145.jpg", + "http://img.b2bpic.net/free-photo/girlfriends-shopping-together_23-2148312145.jpg?_wi=1", imageAlt: "Designer Denim Jeans", initialQuantity: 1, }, @@ -184,7 +184,7 @@ const HomePage = () => { name: "Formal Evening Dress", price: "$199.99", imageSrc: - "http://img.b2bpic.net/free-photo/two-fashionable-beautiful-girls-with-colorful-braids-makeup-after-beauty-salon-tacking-self-portrait-smart-phone-stylish-women-smiling-making-photo-store-with-clothes-shopping_132075-12299.jpg", + "http://img.b2bpic.net/free-photo/two-fashionable-beautiful-girls-with-colorful-braids-makeup-after-beauty-salon-tacking-self-portrait-smart-phone-stylish-women-smiling-making-photo-store-with-clothes-shopping_132075-12299.jpg?_wi=1", imageAlt: "Formal Evening Dress", initialQuantity: 1, }, @@ -193,7 +193,7 @@ const HomePage = () => { name: "Premium Wool Jacket", price: "$249.99", imageSrc: - "http://img.b2bpic.net/free-photo/vertical-shot-suit-chair-shoes-briefcase_181624-10463.jpg", + "http://img.b2bpic.net/free-photo/vertical-shot-suit-chair-shoes-briefcase_181624-10463.jpg?_wi=1", imageAlt: "Premium Wool Jacket", initialQuantity: 1, }, @@ -251,42 +251,42 @@ const HomePage = () => { id: "1", name: "Sarah Anderson", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-sofa-posing-high-quality-photo_114579-31512.jpg", + "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-sofa-posing-high-quality-photo_114579-31512.jpg?_wi=1", imageAlt: "Sarah Anderson", }, { id: "2", name: "James Mitchell", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-elegant-black-suit-fashion-male-posing-studio-dark-background_158538-21659.jpg", + "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-elegant-black-suit-fashion-male-posing-studio-dark-background_158538-21659.jpg?_wi=1", imageAlt: "James Mitchell", }, { id: "3", name: "Emily Rodriguez", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-formal-wear-glasses-is-riding-electrical-scooter-from-her-work_613910-3336.jpg", + "http://img.b2bpic.net/free-photo/young-woman-formal-wear-glasses-is-riding-electrical-scooter-from-her-work_613910-3336.jpg?_wi=1", imageAlt: "Emily Rodriguez", }, { id: "4", name: "Michael Chen", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-handsome-man-jacket-with-wrist-watch-his-hand_613910-11237.jpg", + "http://img.b2bpic.net/free-photo/portrait-handsome-man-jacket-with-wrist-watch-his-hand_613910-11237.jpg?_wi=1", imageAlt: "Michael Chen", }, { id: "5", name: "Victoria Thompson", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-sofa-posing-high-quality-photo_114579-31512.jpg", + "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-sofa-posing-high-quality-photo_114579-31512.jpg?_wi=2", imageAlt: "Victoria Thompson", }, { id: "6", name: "David Wilson", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-elegant-black-suit-fashion-male-posing-studio-dark-background_158538-21659.jpg", + "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-elegant-black-suit-fashion-male-posing-studio-dark-background_158538-21659.jpg?_wi=2", imageAlt: "David Wilson", }, ]} -- 2.49.1 From bdcee5e824ac1b2b0f13d6a05766c8510980630e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:27:40 +0000 Subject: [PATCH 4/5] Update src/app/product/[id]/page.tsx --- src/app/product/[id]/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/product/[id]/page.tsx b/src/app/product/[id]/page.tsx index 27ddb8f..526bd2e 100644 --- a/src/app/product/[id]/page.tsx +++ b/src/app/product/[id]/page.tsx @@ -81,7 +81,7 @@ export default function ProductDetailPage({ params }: { params: { id: string } } id: "1", name: "Premium Cotton T-Shirt", price: "$49.99", - imageSrc: "http://img.b2bpic.net/free-photo/life-sun-nude-classy-sunbathing-pleasant_1303-2961.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/life-sun-nude-classy-sunbathing-pleasant_1303-2961.jpg?_wi=3", imageAlt: "Premium Cotton T-Shirt", initialQuantity: 1, }, @@ -89,7 +89,7 @@ export default function ProductDetailPage({ params }: { params: { id: string } } id: "2", name: "Elegant Silk Blouse", price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-choosing-clothes-store_23-2147786807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-choosing-clothes-store_23-2147786807.jpg?_wi=3", imageAlt: "Elegant Silk Blouse", initialQuantity: 1, }, @@ -97,7 +97,7 @@ export default function ProductDetailPage({ params }: { params: { id: string } } id: "3", name: "Designer Denim Jeans", price: "$129.99", - imageSrc: "http://img.b2bpic.net/free-photo/girlfriends-shopping-together_23-2148312145.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girlfriends-shopping-together_23-2148312145.jpg?_wi=3", imageAlt: "Designer Denim Jeans", initialQuantity: 1, }, @@ -105,7 +105,7 @@ export default function ProductDetailPage({ params }: { params: { id: string } } id: "4", name: "Formal Evening Dress", price: "$199.99", - imageSrc: "http://img.b2bpic.net/free-photo/two-fashionable-beautiful-girls-with-colorful-braids-makeup-after-beauty-salon-tacking-self-portrait-smart-phone-stylish-women-smiling-making-photo-store-with-clothes-shopping_132075-12299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-fashionable-beautiful-girls-with-colorful-braids-makeup-after-beauty-salon-tacking-self-portrait-smart-phone-stylish-women-smiling-making-photo-store-with-clothes-shopping_132075-12299.jpg?_wi=3", imageAlt: "Formal Evening Dress", initialQuantity: 1, }, @@ -113,7 +113,7 @@ export default function ProductDetailPage({ params }: { params: { id: string } } id: "5", name: "Premium Wool Jacket", price: "$249.99", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-suit-chair-shoes-briefcase_181624-10463.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-suit-chair-shoes-briefcase_181624-10463.jpg?_wi=3", imageAlt: "Premium Wool Jacket", initialQuantity: 1, }, @@ -144,7 +144,7 @@ export default function ProductDetailPage({ params }: { params: { id: string } } { title: "Timeless Design", description: "Each piece is carefully crafted to transcend seasonal trends. Invest in pieces that last.", - imageSrc: "http://img.b2bpic.net/free-photo/young-guy-with-coat-sitting-medium-shot_23-2148248489.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-guy-with-coat-sitting-medium-shot_23-2148248489.jpg?_wi=4", imageAlt: "Timeless Design", button: { text: "Explore Collections", @@ -154,7 +154,7 @@ export default function ProductDetailPage({ params }: { params: { id: string } } { title: "Premium Quality", description: "Rigorous quality control ensures every garment meets our high standards for durability and comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-details-stylish-woman-purple-suit-walking-city-street-spring-summer-autumn-season-fashion-trend-holding-purse_285396-6994.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-details-stylish-woman-purple-suit-walking-city-street-spring-summer-autumn-season-fashion-trend-holding-purse_285396-6994.jpg?_wi=4", imageAlt: "Premium Quality", button: { text: "See Details", @@ -175,37 +175,37 @@ export default function ProductDetailPage({ params }: { params: { id: string } } { id: "1", name: "Sarah Anderson", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-sofa-posing-high-quality-photo_114579-31512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-sofa-posing-high-quality-photo_114579-31512.jpg?_wi=5", imageAlt: "Sarah Anderson", }, { id: "2", name: "James Mitchell", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-elegant-black-suit-fashion-male-posing-studio-dark-background_158538-21659.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-elegant-black-suit-fashion-male-posing-studio-dark-background_158538-21659.jpg?_wi=5", imageAlt: "James Mitchell", }, { id: "3", name: "Emily Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-formal-wear-glasses-is-riding-electrical-scooter-from-her-work_613910-3336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-formal-wear-glasses-is-riding-electrical-scooter-from-her-work_613910-3336.jpg?_wi=3", imageAlt: "Emily Rodriguez", }, { id: "4", name: "Michael Chen", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-jacket-with-wrist-watch-his-hand_613910-11237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-jacket-with-wrist-watch-his-hand_613910-11237.jpg?_wi=3", imageAlt: "Michael Chen", }, { id: "5", name: "Victoria Thompson", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-sofa-posing-high-quality-photo_114579-31512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-sitting-sofa-posing-high-quality-photo_114579-31512.jpg?_wi=6", imageAlt: "Victoria Thompson", }, { id: "6", name: "David Wilson", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-elegant-black-suit-fashion-male-posing-studio-dark-background_158538-21659.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-model-sexy-modern-man-dressed-elegant-black-suit-fashion-male-posing-studio-dark-background_158538-21659.jpg?_wi=6", imageAlt: "David Wilson", }, ]} -- 2.49.1 From 9d03448f69073858bf4ae13442a23afa7dd6cac8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:27:41 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index d052322..27be4c2 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -82,7 +82,7 @@ const ShopPage = () => { description: "Sophisticated casual wear and professional attire for the modern man. Premium fabrics and timeless designs.", imageSrc: - "http://img.b2bpic.net/free-photo/young-guy-with-coat-sitting-medium-shot_23-2148248489.jpg", + "http://img.b2bpic.net/free-photo/young-guy-with-coat-sitting-medium-shot_23-2148248489.jpg?_wi=2", imageAlt: "Men's Collection", button: { text: "Shop Men's", href: "/shop?category=mens" }, }, @@ -91,7 +91,7 @@ const ShopPage = () => { description: "Elegant and versatile pieces designed for every occasion. From everyday basics to statement pieces.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-fashion-details-stylish-woman-purple-suit-walking-city-street-spring-summer-autumn-season-fashion-trend-holding-purse_285396-6994.jpg", + "http://img.b2bpic.net/free-photo/close-up-fashion-details-stylish-woman-purple-suit-walking-city-street-spring-summer-autumn-season-fashion-trend-holding-purse_285396-6994.jpg?_wi=2", imageAlt: "Women's Collection", button: { text: "Shop Women's", @@ -103,7 +103,7 @@ const ShopPage = () => { description: "Stay on top of the latest trends with our newest collections. Fresh designs and innovative styles arriving weekly.", imageSrc: - "http://img.b2bpic.net/free-photo/shopping-day-international-girlfriends-women-mall_1157-46780.jpg", + "http://img.b2bpic.net/free-photo/shopping-day-international-girlfriends-women-mall_1157-46780.jpg?_wi=2", imageAlt: "New Arrivals", button: { text: "View New Items", href: "/shop?sort=newest" }, }, @@ -126,7 +126,7 @@ const ShopPage = () => { name: "Premium Cotton T-Shirt", price: "$49.99", imageSrc: - "http://img.b2bpic.net/free-photo/life-sun-nude-classy-sunbathing-pleasant_1303-2961.jpg", + "http://img.b2bpic.net/free-photo/life-sun-nude-classy-sunbathing-pleasant_1303-2961.jpg?_wi=2", imageAlt: "Premium Cotton T-Shirt", initialQuantity: 1, }, @@ -135,7 +135,7 @@ const ShopPage = () => { name: "Elegant Silk Blouse", price: "$89.99", imageSrc: - "http://img.b2bpic.net/free-photo/charming-woman-choosing-clothes-store_23-2147786807.jpg", + "http://img.b2bpic.net/free-photo/charming-woman-choosing-clothes-store_23-2147786807.jpg?_wi=2", imageAlt: "Elegant Silk Blouse", initialQuantity: 1, }, @@ -144,7 +144,7 @@ const ShopPage = () => { name: "Designer Denim Jeans", price: "$129.99", imageSrc: - "http://img.b2bpic.net/free-photo/girlfriends-shopping-together_23-2148312145.jpg", + "http://img.b2bpic.net/free-photo/girlfriends-shopping-together_23-2148312145.jpg?_wi=2", imageAlt: "Designer Denim Jeans", initialQuantity: 1, }, @@ -153,7 +153,7 @@ const ShopPage = () => { name: "Formal Evening Dress", price: "$199.99", imageSrc: - "http://img.b2bpic.net/free-photo/two-fashionable-beautiful-girls-with-colorful-braids-makeup-after-beauty-salon-tacking-self-portrait-smart-phone-stylish-women-smiling-making-photo-store-with-clothes-shopping_132075-12299.jpg", + "http://img.b2bpic.net/free-photo/two-fashionable-beautiful-girls-with-colorful-braids-makeup-after-beauty-salon-tacking-self-portrait-smart-phone-stylish-women-smiling-making-photo-store-with-clothes-shopping_132075-12299.jpg?_wi=2", imageAlt: "Formal Evening Dress", initialQuantity: 1, }, @@ -162,7 +162,7 @@ const ShopPage = () => { name: "Premium Wool Jacket", price: "$249.99", imageSrc: - "http://img.b2bpic.net/free-photo/vertical-shot-suit-chair-shoes-briefcase_181624-10463.jpg", + "http://img.b2bpic.net/free-photo/vertical-shot-suit-chair-shoes-briefcase_181624-10463.jpg?_wi=2", imageAlt: "Premium Wool Jacket", initialQuantity: 1, }, -- 2.49.1