diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ee8559..3346e36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,18 +84,18 @@ export default function LandingPage() { title: "Chess Coaching", description: "Learn from experienced coaches who can help you master tactics, strategy, and improve your rating.", icon: BookOpen, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-abstract-chess-pieces_23-2151476048.jpg", imageAlt: "Chess tactics training session"}, + imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-abstract-chess-pieces_23-2151476048.jpg?_wi=1", imageAlt: "Chess tactics training session"}, { - imageSrc: "http://img.b2bpic.net/free-photo/men-playing-chess-indoors-side-view_23-2150128767.jpg", imageAlt: "Chess tournament competition"}, + imageSrc: "http://img.b2bpic.net/free-photo/men-playing-chess-indoors-side-view_23-2150128767.jpg?_wi=1", imageAlt: "Chess tournament competition"}, ], }, { title: "Regular Tournaments", description: "Participate in weekly and monthly tournaments with players of all skill levels. Test your abilities and climb the rankings.", icon: Trophy, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/men-playing-chess-indoors-side-view_23-2150128767.jpg", imageAlt: "Tournament gameplay and competition"}, + imageSrc: "http://img.b2bpic.net/free-photo/men-playing-chess-indoors-side-view_23-2150128767.jpg?_wi=2", imageAlt: "Tournament gameplay and competition"}, { - imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-abstract-chess-pieces_23-2151476048.jpg", imageAlt: "Strategic chess analysis"}, + imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-abstract-chess-pieces_23-2151476048.jpg?_wi=2", imageAlt: "Strategic chess analysis"}, ], }, ]}