From 51a6427f63d6ab5adc0ac54a23b6355bebc7e2c8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 18:55:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 461ca79..feaca47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,9 +59,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/gamification-concept-with-woman-controller_23-2149447487.jpg", imageAlt: "gaming controller holographic"}, + imageSrc: "http://img.b2bpic.net/free-photo/gamification-concept-with-woman-controller_23-2149447487.jpg?_wi=1", imageAlt: "gaming controller holographic"}, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-background-with-many-small-details-generative-ai_169016-30142.jpg", imageAlt: "futuristic digital background"} + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-background-with-many-small-details-generative-ai_169016-30142.jpg?_wi=1", imageAlt: "futuristic digital background"} ]} mediaAnimation="slide-up" rating={5} @@ -88,9 +88,9 @@ export default function LandingPage() { { title: "Best Prices Guaranteed", description: "We source directly to give you the lowest prices on new and pre-owned gear.", imageSrc: "http://img.b2bpic.net/free-photo/social-media-still-life-items-top-view_23-2149019129.jpg", imageAlt: "xbox logo white"}, { - title: "Fast & Secure Shipping", description: "All orders are packed securely and dispatched to reach you in record time.", imageSrc: "http://img.b2bpic.net/free-photo/gamification-concept-with-woman-controller_23-2149447487.jpg", imageAlt: "xbox logo white"}, + title: "Fast & Secure Shipping", description: "All orders are packed securely and dispatched to reach you in record time.", imageSrc: "http://img.b2bpic.net/free-photo/gamification-concept-with-woman-controller_23-2149447487.jpg?_wi=2", imageAlt: "xbox logo white"}, { - title: "Verified Quality", description: "Every disc and console is tested by our pros to ensure perfect working condition.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-background-with-many-small-details-generative-ai_169016-30142.jpg", imageAlt: "xbox logo white"}, + title: "Verified Quality", description: "Every disc and console is tested by our pros to ensure perfect working condition.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-background-with-many-small-details-generative-ai_169016-30142.jpg?_wi=2", imageAlt: "xbox logo white"}, ]} title="Why Gamers Choose You Play" description="We are dedicated to providing the best value and support for your gaming journey." -- 2.49.1