Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 15:54:22 +00:00

View File

@@ -51,30 +51,30 @@ export default function LandingPage() {
description="Join a thriving community of chess enthusiasts. Whether you're a beginner learning the fundamentals or an experienced player seeking competitive play, our club offers tournaments, lessons, and camaraderie for players of all levels."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/conceptual-strategy-chess-with-chess-figures-side-view-horizontal-image_176474-6776.jpg", imageAlt: "Chess board with pieces in play"
imageSrc: "http://img.b2bpic.net/free-photo/conceptual-strategy-chess-with-chess-figures-side-view-horizontal-image_176474-6776.jpg?_wi=1", imageAlt: "Chess board with pieces in play"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/friends-laughing-giving-high-five_23-2147679106.jpg", imageAlt: "Chess club members playing together"
imageSrc: "http://img.b2bpic.net/free-photo/friends-laughing-giving-high-five_23-2147679106.jpg?_wi=1", imageAlt: "Chess club members playing together"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-playing-chess-with-her-girlfriend-home_23-2148049256.jpg", imageAlt: "Chess tournament competition"
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-playing-chess-with-her-girlfriend-home_23-2148049256.jpg?_wi=1", imageAlt: "Chess tournament competition"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/son-playing-chess-with-dad_23-2148114388.jpg", imageAlt: "Chess lessons and instruction"
imageSrc: "http://img.b2bpic.net/free-photo/son-playing-chess-with-dad_23-2148114388.jpg?_wi=1", imageAlt: "Chess lessons and instruction"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/classic-chess-board-still-life_23-2150314896.jpg", imageAlt: "Chess game analysis"
imageSrc: "http://img.b2bpic.net/free-photo/classic-chess-board-still-life_23-2150314896.jpg?_wi=1", imageAlt: "Chess game analysis"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/son-playing-chess-with-dad_23-2148114388.jpg", imageAlt: "Chess training session"
imageSrc: "http://img.b2bpic.net/free-photo/son-playing-chess-with-dad_23-2148114388.jpg?_wi=2", imageAlt: "Chess training session"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-playing-chess-with-her-girlfriend-home_23-2148049256.jpg", imageAlt: "Tournament match"
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-playing-chess-with-her-girlfriend-home_23-2148049256.jpg?_wi=2", imageAlt: "Tournament match"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/conceptual-strategy-chess-with-chess-figures-side-view-horizontal-image_176474-6776.jpg", imageAlt: "Strategic chess position"
imageSrc: "http://img.b2bpic.net/free-photo/conceptual-strategy-chess-with-chess-figures-side-view-horizontal-image_176474-6776.jpg?_wi=2", imageAlt: "Strategic chess position"
}
]}
buttons={[
@@ -114,19 +114,19 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Organized Tournaments", description: "Regular competitive tournaments with various formats and time controls. Compete against skilled opponents and earn ratings while enjoying the thrill of competitive chess.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-playing-chess-with-her-girlfriend-home_23-2148049256.jpg", imageAlt: "Chess tournament"
title: "Organized Tournaments", description: "Regular competitive tournaments with various formats and time controls. Compete against skilled opponents and earn ratings while enjoying the thrill of competitive chess.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-playing-chess-with-her-girlfriend-home_23-2148049256.jpg?_wi=3", imageAlt: "Chess tournament"
},
{
id: 2,
title: "Expert Coaching", description: "Professional instruction from experienced coaches. Learn opening principles, middle-game tactics, and endgame techniques tailored to your skill level.", imageSrc: "http://img.b2bpic.net/free-photo/son-playing-chess-with-dad_23-2148114388.jpg", imageAlt: "Chess lessons"
title: "Expert Coaching", description: "Professional instruction from experienced coaches. Learn opening principles, middle-game tactics, and endgame techniques tailored to your skill level.", imageSrc: "http://img.b2bpic.net/free-photo/son-playing-chess-with-dad_23-2148114388.jpg?_wi=3", imageAlt: "Chess lessons"
},
{
id: 3,
title: "Game Analysis Sessions", description: "Collaborative analysis of games to identify strengths and areas for improvement. Understand strategic concepts and master critical decision-making.", imageSrc: "http://img.b2bpic.net/free-photo/classic-chess-board-still-life_23-2150314896.jpg", imageAlt: "Chess analysis"
title: "Game Analysis Sessions", description: "Collaborative analysis of games to identify strengths and areas for improvement. Understand strategic concepts and master critical decision-making.", imageSrc: "http://img.b2bpic.net/free-photo/classic-chess-board-still-life_23-2150314896.jpg?_wi=2", imageAlt: "Chess analysis"
},
{
id: 4,
title: "Friendly Community", description: "Connect with chess enthusiasts in a welcoming environment. Build lasting friendships through shared passion for the game and mutual support.", imageSrc: "http://img.b2bpic.net/free-photo/friends-laughing-giving-high-five_23-2147679106.jpg", imageAlt: "Chess community"
title: "Friendly Community", description: "Connect with chess enthusiasts in a welcoming environment. Build lasting friendships through shared passion for the game and mutual support.", imageSrc: "http://img.b2bpic.net/free-photo/friends-laughing-giving-high-five_23-2147679106.jpg?_wi=2", imageAlt: "Chess community"
}
]}
/>