diff --git a/src/app/product/[id]/page.tsx b/src/app/product/[id]/page.tsx index 5821494..80e5d86 100644 --- a/src/app/product/[id]/page.tsx +++ b/src/app/product/[id]/page.tsx @@ -96,7 +96,7 @@ export default function ProductDetailPage() { "Crafted from the finest materials sourced globally", "Rigorous quality control ensures perfection in every detail", ], - imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg?_wi=3", imageAlt: "Premium materials showcase", }, { @@ -106,7 +106,7 @@ export default function ProductDetailPage() { "Created by master artisans with decades of experience", "Traditional techniques combined with modern innovation", ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599246.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-concept-with-prism-light-deflection_23-2148599246.jpg?_wi=2", imageAlt: "Artisan craftsmanship detail", }, { @@ -116,7 +116,7 @@ export default function ProductDetailPage() { "Every piece verified by certified authentication experts", "Complete certification and provenance documentation included", ], - imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg?_wi=3", imageAlt: "Authenticity certification", }, ]} @@ -213,7 +213,7 @@ export default function ProductDetailPage() {