diff --git a/src/app/product/[id]/page.tsx b/src/app/product/[id]/page.tsx index ef982c5..b9b70a2 100644 --- a/src/app/product/[id]/page.tsx +++ b/src/app/product/[id]/page.tsx @@ -28,7 +28,7 @@ const ProductDetailPage = () => { name: "2-Person 24-Hour Emergency Kit", price: "$89", description: "Perfectly sized for couples or small households. Everything two people need to stay safe and secure for 24 hours during any emergency.", - imageSrc: "http://img.b2bpic.net/free-photo/sporty-girl-packing-bag-training-sports-girl-going-training-preparing-training_169016-67560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sporty-girl-packing-bag-training-sports-girl-going-training-preparing-training_169016-67560.jpg?_wi=4", imageAlt: "2-person 24-hour emergency kit", whyChoose: "Compact yet comprehensive. Includes shared tools like emergency radio and first-aid kit, plus food and water scaled perfectly for two people.", whyImage: "http://img.b2bpic.net/free-photo/portrait-woman-home-yawning_23-2148923998.jpg" @@ -37,7 +37,7 @@ const ProductDetailPage = () => { name: "4-Person 24-Hour Emergency Kit", price: "$149", description: "Ideal for families with children. Comprehensive preparedness for four people with age-appropriate items and family-focused planning.", - imageSrc: "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-family-enjoying-trips_23-2149176539.jpg?_wi=5", imageAlt: "4-person 24-hour emergency kit", whyChoose: "Family-tested and proven. Includes items specifically chosen for households with children, with clear organization and easy access.", whyImage: "http://img.b2bpic.net/free-photo/affectionate-little-girl-with-eyes-closed-embracing-her-father-home-mother-is-background_637285-3199.jpg" @@ -46,7 +46,7 @@ const ProductDetailPage = () => { name: "4-Person 72-Hour Emergency Kit", price: "$299", description: "Extended preparedness for families. Three-day supplies for four people covering all essential needs for longer emergencies.", - imageSrc: "http://img.b2bpic.net/free-photo/luggage-seen-from-rear-car-window_23-2150934321.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luggage-seen-from-rear-car-window_23-2150934321.jpg?_wi=4", imageAlt: "4-person 72-hour emergency kit", whyChoose: "Maximum family protection. Includes 72 hours of food and water, extended medical supplies, and tools for managing longer-term emergencies.", whyImage: "http://img.b2bpic.net/free-photo/portrait-woman-home-yawning_23-2148923998.jpg" @@ -55,7 +55,7 @@ const ProductDetailPage = () => { name: "1-Person Extended Bundle", price: "$179", description: "Solo preparedness that grows with you. Start with comprehensive basics and easily expand to 48 or 72 hours without duplicate items.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-glasses_23-2149319333.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-glasses_23-2149319333.jpg?_wi=4", imageAlt: "1-person extended emergency kit", whyChoose: "Perfect for individuals. Modular design lets you expand from 24 to 72 hours by only adding new consumables, keeping shared tools intact.", whyImage: "http://img.b2bpic.net/free-psd/origami-poster-template-theme_23-2148584260.jpg" @@ -148,7 +148,7 @@ const ProductDetailPage = () => { content: "Waterproof emergency contact cards, family communication plan template, insurance documentation wallet, and detailed emergency preparedness guide specific to your region." } ]} - imageSrc="http://img.b2bpic.net/free-psd/origami-poster-template-theme_23-2148584260.jpg" + imageSrc="http://img.b2bpic.net/free-psd/origami-poster-template-theme_23-2148584260.jpg?_wi=3" imageAlt="product components breakdown diagram" mediaAnimation="slide-up" useInvertedBackground={false} @@ -194,7 +194,7 @@ const ProductDetailPage = () => { role: "Mother of Two", company: "Colorado", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-beautiful-woman-with-folded-arms-looking-camera_23-2147876783.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-beautiful-woman-with-folded-arms-looking-camera_23-2147876783.jpg?_wi=3" }, { id: "2", @@ -202,7 +202,7 @@ const ProductDetailPage = () => { role: "Homeowner", company: "California", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-sitting-sofa_329181-2737.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-sitting-sofa_329181-2737.jpg?_wi=2" }, { id: "3", @@ -210,7 +210,7 @@ const ProductDetailPage = () => { role: "Family of Four", company: "Texas", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg?_wi=2" }, { id: "4", @@ -218,7 +218,7 @@ const ProductDetailPage = () => { role: "Apartment Dweller", company: "New York", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-looks-seriously-has-strict-expression-gazes-directly-camera-wears-blue-velvet-shirt-smirks-face-isolated-beige_273609-54464.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/man-looks-seriously-has-strict-expression-gazes-directly-camera-wears-blue-velvet-shirt-smirks-face-isolated-beige_273609-54464.jpg?_wi=2" } ]} kpiItems={[ @@ -249,7 +249,7 @@ const ProductDetailPage = () => {