diff --git a/src/app/product/[id]/page.tsx b/src/app/product/[id]/page.tsx index 61ff49e..5fd7895 100644 --- a/src/app/product/[id]/page.tsx +++ b/src/app/product/[id]/page.tsx @@ -61,7 +61,7 @@ export default function ProductDetailPage() { { text: "View More", href: "/shop" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg?_wi=5" imageAlt="Executive leather loafers" mediaAnimation="slide-up" testimonials={[ @@ -70,7 +70,7 @@ export default function ProductDetailPage() { handle: "@fashionlover", testimonial: "Best shoes I've ever owned. Quality and comfort are unmatched!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg?_wi=2", imageAlt: "Sarah Johnson", }, { @@ -78,7 +78,7 @@ export default function ProductDetailPage() { handle: "@styleicon", testimonial: "Excellent selection and fast shipping. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg?_wi=2", imageAlt: "Michael Chen", }, { @@ -86,7 +86,7 @@ export default function ProductDetailPage() { handle: "@trendsetters", testimonial: "Premium quality at affordable prices. Love this brand!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg?_wi=2", imageAlt: "Emily Rodriguez", }, { @@ -94,7 +94,7 @@ export default function ProductDetailPage() { handle: "@shoppers_choice", testimonial: "Customer service is exceptional. Will definitely shop again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "David Kim", }, ]} @@ -124,7 +124,7 @@ export default function ProductDetailPage() { name: "Urban Comfort Sneakers", price: "₹3,499", variant: "White, Navy, Gray", - imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-bwhite-shirt_1303-23902.jpg?_wi=4", imageAlt: "Urban comfort sneakers", }, { @@ -132,7 +132,7 @@ export default function ProductDetailPage() { name: "Elegant Formal Oxfords", price: "₹5,499", variant: "Black, Tan", - imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-shop-assistants-elegantly-dressed-working-menswear-store_613910-19747.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-shop-assistants-elegantly-dressed-working-menswear-store_613910-19747.jpg?_wi=3", imageAlt: "Elegant formal oxfords", }, { @@ -140,7 +140,7 @@ export default function ProductDetailPage() { name: "Premium Running Shoes", price: "₹4,299", variant: "Red, Black, Blue", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-shoes_1150-10719.jpg?_wi=6", imageAlt: "Premium running shoes", }, ]}