diff --git a/src/app/page.tsx b/src/app/page.tsx index 297a887..8c7a670 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/technologist-looking-through-glass-beverage-product-testing-quality_342744-1206.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technologist-looking-through-glass-beverage-product-testing-quality_342744-1206.jpg?_wi=1", imageAlt: "Leather treatment laboratory", }, { @@ -120,7 +120,7 @@ export default function LandingPage() { text: "Reduced water usage", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/technologist-looking-through-glass-beverage-product-testing-quality_342744-1206.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technologist-looking-through-glass-beverage-product-testing-quality_342744-1206.jpg?_wi=2", imageAlt: "leather grain texture close-up", }, { @@ -140,7 +140,7 @@ export default function LandingPage() { text: "Uniform batch consistency", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-colored-paint-cups_23-2148591235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-colored-paint-cups_23-2148591235.jpg?_wi=1", imageAlt: "leather grain texture close-up", }, { @@ -160,7 +160,7 @@ export default function LandingPage() { text: "Enhanced longevity", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/bottle-with-mens-shampoo-hand-white-background-space-text_185193-161809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bottle-with-mens-shampoo-hand-white-background-space-text_185193-161809.jpg?_wi=1", imageAlt: "leather grain texture close-up", }, ]} @@ -183,7 +183,7 @@ export default function LandingPage() { price: "$120/kg", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-colored-paint-cups_23-2148591235.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-colored-paint-cups_23-2148591235.jpg?_wi=2", }, { id: "p2", @@ -192,7 +192,7 @@ export default function LandingPage() { price: "$85/L", rating: 5, reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/bottle-with-mens-shampoo-hand-white-background-space-text_185193-161809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bottle-with-mens-shampoo-hand-white-background-space-text_185193-161809.jpg?_wi=2", }, { id: "p3",