diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ceffa7..3976362 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { description="Discover our curated collection of premium gadgets, designed to elevate your digital lifestyle. Precision-engineered for those who demand more." tag="New Arrivals" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074256.jpg", imageAlt: "VR Headset" }, + { imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074256.jpg?_wi=1", imageAlt: "VR Headset" }, { imageSrc: "http://img.b2bpic.net/free-photo/digital-display-measures-health-temperature-precision-ready-generated-by-ai_188544-13416.jpg", imageAlt: "Smartwatch" } ]} mediaAnimation="slide-up" @@ -77,7 +77,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "p1", name: "Aero Headphones", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/remote-control-various-gadget_23-2147929625.jpg" }, - { id: "p2", name: "Titan Keyboard", price: "$159", imageSrc: "http://img.b2bpic.net/free-photo/man-working-from-home_23-2148521566.jpg" }, + { id: "p2", name: "Titan Keyboard", price: "$159", imageSrc: "http://img.b2bpic.net/free-photo/man-working-from-home_23-2148521566.jpg?_wi=1" }, { 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" } ]} title="Featured Gadgets" @@ -94,7 +94,7 @@ export default function LandingPage() { { id: "f2", title: "Global Shipping?", content: "We ship to over 50 countries worldwide." }, { id: "f3", title: "Tech Support?", 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=2" title="Frequently Asked Questions" description="Everything you need to know about our technology products." faqsAnimation="slide-up" @@ -121,7 +121,7 @@ export default function LandingPage() {