From cecb8a1071f65bae7d7d76f0da3fad951496b02e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 12:38:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b47605..6be08bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function SitePage() { { imageSrc: "https://img.b2bpic.net/free-photo/close-up-men-playing-chess_23-2148997206.jpg", imageAlt: "Close-up of a chessboard during a game, pieces in mid-action, suggesting strategy and competition."}, { - imageSrc: "https://img.b2bpic.net/free-photo/buiness-friends-playing-game-chess_53876-15186.jpg", imageAlt: "Members of the chess club playing a friendly game."} + imageSrc: "https://img.b2bpic.net/free-photo/buiness-friends-playing-game-chess_53876-15186.jpg?_wi=1", imageAlt: "Members of the chess club playing a friendly game."} ]} autoplayDelay={5000} showDimOverlay={true} @@ -99,9 +99,9 @@ export default function SitePage() { { id: "1", name: "Grandmaster Alex", role: "Head Coach", imageSrc: "https://img.b2bpic.net/free-photo/side-view-man-with-chess-game_23-2149833667.jpg", imageAlt: "Portrait of Grandmaster Alex, an experienced chess coach."}, { - id: "2", name: "Sarah Lee", role: "Tournament Organizer", imageSrc: "https://img.b2bpic.net/free-photo/buiness-friends-playing-game-chess_53876-15186.jpg", imageAlt: "Portrait of Sarah Lee, a young and dynamic tournament organizer."}, + id: "2", name: "Sarah Lee", role: "Tournament Organizer", imageSrc: "https://img.b2bpic.net/free-photo/buiness-friends-playing-game-chess_53876-15186.jpg?_wi=2", imageAlt: "Portrait of Sarah Lee, a young and dynamic tournament organizer."}, { - id: "3", name: "David Chen", role: "Community Manager", imageSrc: "https://img.b2bpic.net/free-photo/buiness-friends-playing-game-chess_53876-15186.jpg", imageAlt: "Portrait of David Chen, a friendly community manager."}, + id: "3", name: "David Chen", role: "Community Manager", imageSrc: "https://img.b2bpic.net/free-photo/buiness-friends-playing-game-chess_53876-15186.jpg?_wi=3", imageAlt: "Portrait of David Chen, a friendly community manager."}, { id: "4", name: "Dr. Elena Petrova", role: "Strategy Advisor", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-old-man-holding-cane_23-2149833651.jpg", imageAlt: "Portrait of Dr. Elena Petrova, a wise strategy advisor."}, ]}