diff --git a/src/app/page.tsx b/src/app/page.tsx index 23882e9..01c8514 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { tag="New Arrivals" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074256.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074256.jpg?_wi=1", imageAlt: "VR Headset", }, { @@ -63,15 +63,15 @@ export default function LandingPage() { imageAlt: "Smartwatch", }, { - imageSrc: "http://img.b2bpic.net/free-photo/remote-control-various-gadget_23-2147929625.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/remote-control-various-gadget_23-2147929625.jpg?_wi=1", imageAlt: "Headphones", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-from-home_23-2148521566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-from-home_23-2148521566.jpg?_wi=1", imageAlt: "Keyboard", }, { - imageSrc: "http://img.b2bpic.net/free-photo/macro-usb-type-c-port-neon-light-connector-closeup_169016-71437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/macro-usb-type-c-port-neon-light-connector-closeup_169016-71437.jpg?_wi=1", imageAlt: "Laptop", }, ]} @@ -117,19 +117,19 @@ export default function LandingPage() { id: "p1", name: "Aero Headphones", price: "$299", - imageSrc: "http://img.b2bpic.net/free-photo/remote-control-various-gadget_23-2147929625.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/remote-control-various-gadget_23-2147929625.jpg?_wi=2", }, { id: "p2", name: "Titan Keyboard", price: "$159", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-from-home_23-2148521566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-from-home_23-2148521566.jpg?_wi=2", }, { id: "p3", name: "Pro Slim Book", price: "$1299", - imageSrc: "http://img.b2bpic.net/free-photo/macro-usb-type-c-port-neon-light-connector-closeup_169016-71437.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/macro-usb-type-c-port-neon-light-connector-closeup_169016-71437.jpg?_wi=2", }, ]} title="Featured Gadgets" @@ -158,7 +158,7 @@ export default function LandingPage() { content: "Expert support available via chat 24/7.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-working-from-home_23-2148521566.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-working-from-home_23-2148521566.jpg?_wi=3" title="Frequently Asked Questions" description="Everything you need to know about our technology products." faqsAnimation="slide-up" @@ -200,7 +200,7 @@ export default function LandingPage() {