diff --git a/src/app/page.tsx b/src/app/page.tsx index d79f5d0..ad3ec79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,27 +64,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/halloween-fresh-bat-gingerbread_23-2147900582.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/halloween-fresh-bat-gingerbread_23-2147900582.jpg?_wi=1", imageAlt: "Store hero shot 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/three-black-ducks_23-2147680069.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-black-ducks_23-2147680069.jpg?_wi=1", imageAlt: "Store hero shot 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-305381.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-305381.jpg?_wi=1", imageAlt: "Store hero shot 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/halloween-fresh-bat-gingerbread_23-2147900582.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/halloween-fresh-bat-gingerbread_23-2147900582.jpg?_wi=2", imageAlt: "Store hero shot 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/three-black-ducks_23-2147680069.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-black-ducks_23-2147680069.jpg?_wi=2", imageAlt: "Store hero shot 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-305381.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-305381.jpg?_wi=2", imageAlt: "Store hero shot 6", }, ]} @@ -103,13 +103,13 @@ export default function LandingPage() { id: "p1", name: "Sonic Headset", price: "$199", - imageSrc: "http://img.b2bpic.net/free-photo/black-cup-tea-with-headphones-red-background_185193-163975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-cup-tea-with-headphones-red-background_185193-163975.jpg?_wi=1", }, { id: "p2", name: "Smart Chrono", price: "$299", - imageSrc: "http://img.b2bpic.net/free-photo/usb-flash-drive-tech-device-with-minimalist-monochrome-background-earphones_23-2150763321.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/usb-flash-drive-tech-device-with-minimalist-monochrome-background-earphones_23-2150763321.jpg?_wi=1", }, { id: "p3", @@ -154,7 +154,7 @@ export default function LandingPage() { quote: "The build quality is exceptional, worth every penny.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915116.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/halloween-fresh-bat-gingerbread_23-2147900582.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/halloween-fresh-bat-gingerbread_23-2147900582.jpg?_wi=3", imageAlt: "minimalist store hero background dark", }, { @@ -165,7 +165,7 @@ export default function LandingPage() { quote: "Fast shipping and fantastic customer service.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/three-black-ducks_23-2147680069.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-black-ducks_23-2147680069.jpg?_wi=3", imageAlt: "sleek product tech close up red", }, { @@ -176,7 +176,7 @@ export default function LandingPage() { quote: "Best tech gadgets I've bought in years.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-dressed-suit-sunglasses-dark-grey-background_613910-12505.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-305381.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-305381.jpg?_wi=3", imageAlt: "abstract tech dark background red lights", }, { @@ -187,7 +187,7 @@ export default function LandingPage() { quote: "Looks great on my desk, works perfectly.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/anxious-handsome-blonde-man-bites-lips-isolated-purple-wall_141793-66117.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/black-cup-tea-with-headphones-red-background_185193-163975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-cup-tea-with-headphones-red-background_185193-163975.jpg?_wi=2", imageAlt: "modern wireless headphones dark studio", }, { @@ -198,7 +198,7 @@ export default function LandingPage() { quote: "I am so happy with my new headphones.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5353.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/usb-flash-drive-tech-device-with-minimalist-monochrome-background-earphones_23-2150763321.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/usb-flash-drive-tech-device-with-minimalist-monochrome-background-earphones_23-2150763321.jpg?_wi=2", imageAlt: "smartwatch tech product studio shot", }, ]}