From f08b8ad6447206d1ae5b21e970a332d6aef71181 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 12:09:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c5fecc..8605eac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,16 +104,16 @@ export default function ChessClubPage() { useInvertedBackground={true} features={[ { - id: "1", title: "Expert Coaching & Training", description: "Learn from experienced instructors who help you master openings, middlegame tactics, and endgame strategies tailored to your skill level.", imageSrc: "http://img.b2bpic.net/free-photo/father-son-playing-chess_23-2148441010.jpg" + id: 1, title: "Expert Coaching & Training", description: "Learn from experienced instructors who help you master openings, middlegame tactics, and endgame strategies tailored to your skill level.", imageSrc: "http://img.b2bpic.net/free-photo/father-son-playing-chess_23-2148441010.jpg" }, { - id: "2", title: "Weekly Meetups & Events", description: "Participate in casual games, blitz tournaments, and themed chess nights every week, building connections with fellow enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-friends-enjoying-while-playing-chess-coffee-time-home_637285-4535.jpg" + id: 2, title: "Weekly Meetups & Events", description: "Participate in casual games, blitz tournaments, and themed chess nights every week, building connections with fellow enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-friends-enjoying-while-playing-chess-coffee-time-home_637285-4535.jpg" }, { - id: "3", title: "Competitive Tournaments", description: "Test your skills in our regular internal tournaments and annual championship events with prizes and recognition.", imageSrc: "http://img.b2bpic.net/free-vector/neon-chess-club-fun-night-flyer_742173-6368.jpg" + id: 3, title: "Competitive Tournaments", description: "Test your skills in our regular internal tournaments and annual championship events with prizes and recognition.", imageSrc: "http://img.b2bpic.net/free-vector/neon-chess-club-fun-night-flyer_742173-6368.jpg" }, { - id: "4", title: "Access to Resources", description: "Explore our library of chess books, online databases, training platforms, and analysis tools exclusively for members.", imageSrc: "http://img.b2bpic.net/free-photo/colorful-books-wooden-table_23-2147850024.jpg" + id: 4, title: "Access to Resources", description: "Explore our library of chess books, online databases, training platforms, and analysis tools exclusively for members.", imageSrc: "http://img.b2bpic.net/free-photo/colorful-books-wooden-table_23-2147850024.jpg" }, ]} /> -- 2.49.1