diff --git a/src/app/page.tsx b/src/app/page.tsx index e869676..7c4b8c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/success-defeat-chess-battlefield-generated-by-ai_188544-17429.jpg", imageAlt: "Professional chess board setup" }, { imageSrc: "http://img.b2bpic.net/free-photo/hotel-reception-diffuse_1203-662.jpg", imageAlt: "Chess players in concentration" }, - { imageSrc: "http://img.b2bpic.net/free-photo/students-playing-large-chess-after-class_23-2147679099.jpg", imageAlt: "Chess tournament event grand hall elegant" } + { imageSrc: "http://img.b2bpic.net/free-photo/students-playing-large-chess-after-class_23-2147679099.jpg?_wi=1", imageAlt: "Chess tournament event grand hall elegant" } ]} autoplayDelay={4000} showDimOverlay={true} @@ -119,7 +119,7 @@ export default function LandingPage() { tagIcon={Users} members={[ { id: "1", name: "Alexander Stone", role: "Club President & Grandmaster", imageSrc: "http://img.b2bpic.net/free-photo/father-son-playing-chess-table_23-2148404190.jpg", imageAlt: "Alexander Stone" }, - { id: "2", name: "Elena Vasquez", role: "Tournament Director", imageSrc: "http://img.b2bpic.net/free-photo/students-playing-large-chess-after-class_23-2147679099.jpg", imageAlt: "Elena Vasquez" }, + { id: "2", name: "Elena Vasquez", role: "Tournament Director", imageSrc: "http://img.b2bpic.net/free-photo/students-playing-large-chess-after-class_23-2147679099.jpg?_wi=2", imageAlt: "Elena Vasquez" }, { id: "3", name: "Sophia Chen", role: "Head Coach & Mentor", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-knight-chessboard-with-dollar-bill-background_181624-60298.jpg", imageAlt: "Sophia Chen" }, { id: "4", name: "Marcus Johnson", role: "Youth Development Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/father-son-shaking-hand-after-chess-match_23-2148404194.jpg", imageAlt: "Marcus Johnson" } ]}