From 9d263480073e0f77474439402dc539a0f2423bdd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 14:48:57 +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 36e7970..87578c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,15 +70,15 @@ export default function LandingPage() { imageAlt: "Chess game master match", }, { - imageSrc: "http://img.b2bpic.net/free-photo/transparent-chess-pieces-board_23-2148198799.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/transparent-chess-pieces-board_23-2148198799.jpg?_wi=1", imageAlt: "Chess tactical digital interface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-old-men-playing-chess-side-view_23-2150128775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-old-men-playing-chess-side-view_23-2150128775.jpg?_wi=1", imageAlt: "Strategy board map", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-relaxing-time-home_23-2149106939.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-relaxing-time-home_23-2149106939.jpg?_wi=1", imageAlt: "Live tournament streaming", }, { @@ -100,19 +100,19 @@ export default function LandingPage() { { title: "Real-Time Ranking", description: "Compete with players worldwide with our sophisticated matchmaking engine.", - imageSrc: "http://img.b2bpic.net/free-photo/transparent-chess-pieces-board_23-2148198799.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/transparent-chess-pieces-board_23-2148198799.jpg?_wi=2", buttonIcon: "Zap", }, { title: "Tactical Analysis", description: "Study your games with an AI engine designed to help you spot mistakes and improve.", - imageSrc: "http://img.b2bpic.net/free-photo/young-old-men-playing-chess-side-view_23-2150128775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-old-men-playing-chess-side-view_23-2150128775.jpg?_wi=2", buttonIcon: "Cpu", }, { title: "Tournament Hub", description: "Join weekly tournaments or host your own private club games for your friends.", - imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-relaxing-time-home_23-2149106939.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-relaxing-time-home_23-2149106939.jpg?_wi=2", buttonIcon: "Trophy", }, ]} -- 2.49.1