From 5a6f20dc463971d5b4362ef20ea118adbbc6d4a6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 22:16:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 775b47a..c2eaffa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { { text: "Register Your Team", href: "#pricing" }, { text: "Learn More", href: "#about" } ]} - imageSrc="http://img.b2bpic.net/free-photo/family-with-teenager-playing-soccer_1398-2835.jpg" + imageSrc="http://img.b2bpic.net/free-photo/family-with-teenager-playing-soccer_1398-2835.jpg?_wi=1" imageAlt="Youth soccer tournament action" showDimOverlay={true} /> @@ -76,11 +76,11 @@ export default function LandingPage() { }, { id: "2", title: "Community Focused", author: "Local Pride", description: "Bringing together young soccer talent from Brantford and surrounding areas for unforgettable experiences.", tags: ["Community", "Local"], - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-team-putting-hands-together_23-2149457259.jpg", imageAlt: "soccer team together group photo" + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-team-putting-hands-together_23-2149457259.jpg?_wi=1", imageAlt: "soccer team together group photo" }, { id: "3", title: "Skill Development", author: "Growth Oriented", description: "Our tournament emphasizes player development, coaching quality, and creating a positive competitive environment.", tags: ["Development", "Coaching"], - imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4335.jpg", imageAlt: "trophy cup champion victory" + imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4335.jpg?_wi=1", imageAlt: "trophy cup champion victory" } ]} animationType="slide-up" @@ -95,19 +95,19 @@ export default function LandingPage() { description="Choose the registration option that works best for your team." plans={[ { - id: "basic", title: "Single Game Pass", price: "$99", period: "/team", imageSrc: "http://img.b2bpic.net/free-photo/family-with-teenager-playing-soccer_1398-2835.jpg", imageAlt: "Single game pass", button: { text: "Get Started", href: "#contact" }, + id: "basic", title: "Single Game Pass", price: "$99", period: "/team", imageSrc: "http://img.b2bpic.net/free-photo/family-with-teenager-playing-soccer_1398-2835.jpg?_wi=2", imageAlt: "Single game pass", button: { text: "Get Started", href: "#contact" }, features: [ "One 6v6 match", "Official referee", "Team roster (up to 10 players)", "Performance feedback" ] }, { - id: "pro", title: "Tournament Series", price: "$249", period: "/team", imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4335.jpg", imageAlt: "Tournament series", button: { text: "Register Now", href: "#contact" }, + id: "pro", title: "Tournament Series", price: "$249", period: "/team", imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4335.jpg?_wi=2", imageAlt: "Tournament series", button: { text: "Register Now", href: "#contact" }, features: [ "4 tournament matches", "Professional referees", "Extended roster (up to 15 players)", "Coaching mentorship sessions", "Tournament medal ceremony" ] }, { - id: "elite", title: "Season Championship", price: "$499", period: "/team", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-team-putting-hands-together_23-2149457259.jpg", imageAlt: "Season championship", button: { text: "Become Champions", href: "#contact" }, + id: "elite", title: "Season Championship", price: "$499", period: "/team", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-team-putting-hands-together_23-2149457259.jpg?_wi=2", imageAlt: "Season championship", button: { text: "Become Champions", href: "#contact" }, features: [ "8 championship matches", "Elite referee program", "Unlimited roster updates", "Advanced coaching clinics", "Trophy & awards ceremony", "Team statistics & highlights video" ]