diff --git a/src/app/page.tsx b/src/app/page.tsx index 57991d5..357fa3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,10 +77,10 @@ export default function LandingPage() { title: "Sunday Men's League", description: "Join fellow golf enthusiasts for competitive play every Sunday starting at 8:00 AM. Build lasting friendships while sharpening your skills.", icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/male-golf-player-isolated-beautiful-sunset-smiling-golfer-with-white-hat-holding-golf-club-shoulder_549566-767.jpg", imageAlt: "Men's golf league in action" + imageSrc: "http://img.b2bpic.net/free-photo/male-golf-player-isolated-beautiful-sunset-smiling-golfer-with-white-hat-holding-golf-club-shoulder_549566-767.jpg?_wi=1", imageAlt: "Men's golf league in action" }, { - imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-two-men-shaking-hands_171337-6625.jpg", imageAlt: "Golf players at tournament" + imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-two-men-shaking-hands_171337-6625.jpg?_wi=1", imageAlt: "Golf players at tournament" } ] }, @@ -91,7 +91,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-lady-playing-golf_1303-11967.jpg", imageAlt: "Women's golf league players" }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-golf-player-isolated-beautiful-sunset-smiling-golfer-with-white-hat-holding-golf-club-shoulder_549566-767.jpg", imageAlt: "Female golfers playing" + imageSrc: "http://img.b2bpic.net/free-photo/male-golf-player-isolated-beautiful-sunset-smiling-golfer-with-white-hat-holding-golf-club-shoulder_549566-767.jpg?_wi=2", imageAlt: "Female golfers playing" } ] }, @@ -99,10 +99,10 @@ export default function LandingPage() { title: "Monday & Thursday League", description: "Join the Tampa Bay League for spirited competition and camaraderie. Compete in a supportive environment with golfers of all skill levels.", icon: Trophy, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-two-men-shaking-hands_171337-6625.jpg", imageAlt: "Golf league tournament" + imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-two-men-shaking-hands_171337-6625.jpg?_wi=2", imageAlt: "Golf league tournament" }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-golf-player-isolated-beautiful-sunset-smiling-golfer-with-white-hat-holding-golf-club-shoulder_549566-767.jpg", imageAlt: "Golf players competing" + imageSrc: "http://img.b2bpic.net/free-photo/male-golf-player-isolated-beautiful-sunset-smiling-golfer-with-white-hat-holding-golf-club-shoulder_549566-767.jpg?_wi=3", imageAlt: "Golf players competing" } ] }, @@ -110,10 +110,10 @@ export default function LandingPage() { title: "Wild Rover & Skins Game", description: "Enjoy midweek excitement with our Wild Rover Golf League on Wednesdays and the thrilling Skins Game. Challenge yourself and win prizes.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/male-golf-player-isolated-beautiful-sunset-smiling-golfer-with-white-hat-holding-golf-club-shoulder_549566-767.jpg", imageAlt: "Competitive golf match" + imageSrc: "http://img.b2bpic.net/free-photo/male-golf-player-isolated-beautiful-sunset-smiling-golfer-with-white-hat-holding-golf-club-shoulder_549566-767.jpg?_wi=4", imageAlt: "Competitive golf match" }, { - imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-two-men-shaking-hands_171337-6625.jpg", imageAlt: "Golf tournament action" + imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-two-men-shaking-hands_171337-6625.jpg?_wi=3", imageAlt: "Golf tournament action" } ] }