From 4c76535b3f37426cac17a678a2aa8ea2c73a3d4d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 13:57:23 +0000 Subject: [PATCH] Update src/app/product/[id]/page.tsx --- src/app/product/[id]/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/product/[id]/page.tsx b/src/app/product/[id]/page.tsx index 0671b07..cc78ef8 100644 --- a/src/app/product/[id]/page.tsx +++ b/src/app/product/[id]/page.tsx @@ -45,7 +45,7 @@ export default function ProductDetailPage() { tagIcon={Sparkles} tagAnimation="slide-up" background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/empty-artistic-atelier-with-rustic-watercolor-painting-displayed-canvas_482257-124761.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-artistic-atelier-with-rustic-watercolor-painting-displayed-canvas_482257-124761.jpg?_wi=2" imageAlt="Product showcase" mediaAnimation="opacity" buttons={[ @@ -58,7 +58,7 @@ export default function ProductDetailPage() { testimonials={[ { name: "Happy Customer", handle: "Verified Buyer", testimonial: "Absolutely love this piece! Exceeded my expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-1372.jpg", imageAlt: "Customer avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-1372.jpg?_wi=2", imageAlt: "Customer avatar"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false}