From e20b3317f0d05b6a613d143bf7b1c5b950cf382e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:58:37 +0000 Subject: [PATCH] Update src/app/product/[id]/page.tsx --- src/app/product/[id]/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/product/[id]/page.tsx b/src/app/product/[id]/page.tsx index 7b56ae6..e35aa80 100644 --- a/src/app/product/[id]/page.tsx +++ b/src/app/product/[id]/page.tsx @@ -45,7 +45,7 @@ export default function ProductPage() { { text: "Shop Now", href: "/" }, { text: "Explore Trends", href: "#featured" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/girl-scary-bandage-mask-sitting_23-2147680394.jpg" + imageSrc="http://img.b2bpic.net/free-photo/girl-scary-bandage-mask-sitting_23-2147680394.jpg?_wi=2" imageAlt="modern fashion hero streetwear lifestyle" showDimOverlay={true} /> @@ -58,7 +58,7 @@ export default function ProductPage() { id: "1", name: "Oversized Streetwear Hoodie", price: "₹1,299", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-pink-background_89887-886.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-pink-background_89887-886.jpg?_wi=4", imageAlt: "Oversized purple streetwear hoodie mockup", initialQuantity: 1, }, @@ -66,7 +66,7 @@ export default function ProductPage() { id: "2", name: "Vintage Cargo Pants", price: "₹1,599", - imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-standing-bed-holding-cup-coffee_23-2147906474.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-standing-bed-holding-cup-coffee_23-2147906474.jpg?_wi=4", imageAlt: "vintage cargo pants tactical style trendy", initialQuantity: 1, }, @@ -74,7 +74,7 @@ export default function ProductPage() { id: "3", name: "Minimalist White Tee", price: "₹799", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-teen-boy-white-t-shirt_176474-96265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-teen-boy-white-t-shirt_176474-96265.jpg?_wi=3", imageAlt: "minimalist white blank t-shirt unisex", initialQuantity: 1, }, @@ -82,7 +82,7 @@ export default function ProductPage() { id: "4", name: "Bold Graphic Jacket", price: "₹2,499", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-medium-shot_23-2148323661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-medium-shot_23-2148323661.jpg?_wi=4", imageAlt: "bold graphic statement jacket print design", initialQuantity: 1, }, @@ -90,7 +90,7 @@ export default function ProductPage() { id: "5", name: "Unisex Bucket Hat", price: "₹599", - imageSrc: "http://img.b2bpic.net/free-photo/young-female-suffering-from-neck-pain-jacket-pants-hat-looking-tired-front-view_176474-39287.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-female-suffering-from-neck-pain-jacket-pants-hat-looking-tired-front-view_176474-39287.jpg?_wi=3", imageAlt: "unisex bucket hat trendy Gen Z accessory", initialQuantity: 1, }, @@ -98,7 +98,7 @@ export default function ProductPage() { id: "6", name: "Premium Sneakers", price: "₹3,499", - imageSrc: "http://img.b2bpic.net/free-photo/low-section-young-male-athlete-feet-garden_23-2148124248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-section-young-male-athlete-feet-garden_23-2148124248.jpg?_wi=3", imageAlt: "premium modern sneakers streetwear footwear", initialQuantity: 1, },