From da478a6789e55b9579ae36dfed24ca8641360741 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 05:44:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 134ae28..43d5a8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,15 +75,15 @@ export default function LandingPage() { imageAlt: "Holographic Gaming", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-sofa-holding-joystick-giving-high-five_23-2148152799.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-sofa-holding-joystick-giving-high-five_23-2148152799.jpg?_wi=1", imageAlt: "Matchmaking Icon", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mid-section-young-couple-playing-video-game-showing-smart-phone-with-blank-display-screen_23-2148048948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-section-young-couple-playing-video-game-showing-smart-phone-with-blank-display-screen_23-2148048948.jpg?_wi=1", imageAlt: "Community Icon", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-bokeh-background-with-star-shaped-lights_23-2147815123.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-bokeh-background-with-star-shaped-lights_23-2147815123.jpg?_wi=1", imageAlt: "Sync Icon", }, ]} @@ -101,17 +101,17 @@ export default function LandingPage() { { title: "Real-time Matchmaking", description: "Instantly find players at your skill level with our AI-driven squad matching engine.", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-sofa-holding-joystick-giving-high-five_23-2148152799.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-sitting-sofa-holding-joystick-giving-high-five_23-2148152799.jpg?_wi=2", }, { title: "Dynamic Community Hubs", description: "Join niche clubs for your favorite games and share strategies, clips, and more.", - imageSrc: "http://img.b2bpic.net/free-photo/mid-section-young-couple-playing-video-game-showing-smart-phone-with-blank-display-screen_23-2148048948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-section-young-couple-playing-video-game-showing-smart-phone-with-blank-display-screen_23-2148048948.jpg?_wi=2", }, { title: "Cross-Platform Sync", description: "Track your progress and achievements across all consoles and PC platforms seamlessly.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-bokeh-background-with-star-shaped-lights_23-2147815123.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-bokeh-background-with-star-shaped-lights_23-2147815123.jpg?_wi=2", }, ]} title="Designed for Gamers" -- 2.49.1