Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-02-23 12:01:52 +00:00
4 changed files with 8 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ export default function BlogPage() {
)} )}
<FooterMedia <FooterMedia
videoSrc="https://img.b2bpic.net/free-photo/green-grass-sports-field-boundary-line_84443-73902.jpg" videoSrc="https://img.b2bpic.net/free-photo/green-grass-sports-field-boundary-line_84443-73902.jpg?_wi=2"
videoAriaLabel="Green soccer field texture" videoAriaLabel="Green soccer field texture"
logoText="Go Fast" logoText="Go Fast"
columns={[ columns={[

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "Join the Team", href: "#contact" }, { text: "Join the Team", href: "#contact" },
{ text: "View Schedule", href: "#schedule" }, { text: "View Schedule", href: "#schedule" },
]} ]}
imageSrc="https://img.b2bpic.net/free-photo/junior-football-team-stacking-hands-before-match_53876-139584.jpg" imageSrc="https://img.b2bpic.net/free-photo/junior-football-team-stacking-hands-before-match_53876-139584.jpg?_wi=1"
imageAlt="Children playing football enthusiastically on a green field" imageAlt="Children playing football enthusiastically on a green field"
showDimOverlay={true} showDimOverlay={true}
/> />
@@ -88,7 +88,7 @@ export default function LandingPage() {
"Our training focuses on dribbling, passing, shooting, and game awareness through engaging drills and exercises.", tag: "Skill Development", imageSrc: "https://img.b2bpic.net/free-photo/full-shot-kids-playing-football-field_23-2149270949.jpg", imageAlt: "Child dribbling a football during practice"}, "Our training focuses on dribbling, passing, shooting, and game awareness through engaging drills and exercises.", tag: "Skill Development", imageSrc: "https://img.b2bpic.net/free-photo/full-shot-kids-playing-football-field_23-2149270949.jpg", imageAlt: "Child dribbling a football during practice"},
{ {
id: "2", title: "Embrace Teamwork", description: id: "2", title: "Embrace Teamwork", description:
"Children learn the importance of collaboration, communication, and supporting each other both on and off the field.", tag: "Team Building", imageSrc: "https://img.b2bpic.net/free-photo/junior-football-team-stacking-hands-before-match_53876-139584.jpg", imageAlt: "Children in a football huddle, demonstrating teamwork"}, "Children learn the importance of collaboration, communication, and supporting each other both on and off the field.", tag: "Team Building", imageSrc: "https://img.b2bpic.net/free-photo/junior-football-team-stacking-hands-before-match_53876-139584.jpg?_wi=2", imageAlt: "Children in a football huddle, demonstrating teamwork"},
{ {
id: "3", title: "Have Fun & Stay Active", description: id: "3", title: "Have Fun & Stay Active", description:
"Football should be enjoyable! We create a lively atmosphere where kids can play, make friends, and stay physically active.", tag: "Enjoy the Game", imageSrc: "https://img.b2bpic.net/free-photo/junior-football-team-hugging-each-other_53876-137683.jpg", imageAlt: "Group of children laughing while playing football"}, "Football should be enjoyable! We create a lively atmosphere where kids can play, make friends, and stay physically active.", tag: "Enjoy the Game", imageSrc: "https://img.b2bpic.net/free-photo/junior-football-team-hugging-each-other_53876-137683.jpg", imageAlt: "Group of children laughing while playing football"},
@@ -105,11 +105,11 @@ export default function LandingPage() {
tag="Our Squad" tag="Our Squad"
members={[ members={[
{ {
id: "1", name: "Leo Messi Jr.", imageSrc: "https://img.b2bpic.net/free-photo/blond-teenager-soccer-player-dressed-blue-uniform-holds-ball_613910-11766.jpg", imageAlt: "Portrait of a young boy in a football jersey"}, id: "1", name: "Leo Messi Jr.", imageSrc: "https://img.b2bpic.net/free-photo/blond-teenager-soccer-player-dressed-blue-uniform-holds-ball_613910-11766.jpg?_wi=1", imageAlt: "Portrait of a young boy in a football jersey"},
{ {
id: "2", name: "Mia Hamm Jr.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-female-rugby-player_23-2148355511.jpg", imageAlt: "Portrait of a young girl in a football jersey"}, id: "2", name: "Mia Hamm Jr.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-female-rugby-player_23-2148355511.jpg", imageAlt: "Portrait of a young girl in a football jersey"},
{ {
id: "3", name: "Ronaldo Jr.", imageSrc: "https://img.b2bpic.net/free-photo/blond-teenager-soccer-player-dressed-blue-uniform-holds-ball_613910-11766.jpg", imageAlt: "Portrait of a young boy holding a soccer ball"}, id: "3", name: "Ronaldo Jr.", imageSrc: "https://img.b2bpic.net/free-photo/blond-teenager-soccer-player-dressed-blue-uniform-holds-ball_613910-11766.jpg?_wi=2", imageAlt: "Portrait of a young boy holding a soccer ball"},
]} ]}
memberVariant="card" memberVariant="card"
membersAnimation="slide-up" membersAnimation="slide-up"
@@ -185,7 +185,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/green-grass-sports-field-boundary-line_84443-73902.jpg" imageSrc="https://img.b2bpic.net/free-photo/green-grass-sports-field-boundary-line_84443-73902.jpg?_wi=1"
imageAlt="Green soccer field texture" imageAlt="Green soccer field texture"
logoText="Go Fast" logoText="Go Fast"
columns={[ columns={[

View File

@@ -96,7 +96,7 @@ function ProductPageContent({ params }: ProductPageProps) {
const footer = ( const footer = (
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
videoSrc="https://img.b2bpic.net/free-photo/green-grass-sports-field-boundary-line_84443-73902.jpg" videoSrc="https://img.b2bpic.net/free-photo/green-grass-sports-field-boundary-line_84443-73902.jpg?_wi=4"
videoAriaLabel="Green soccer field texture" videoAriaLabel="Green soccer field texture"
logoText="Go Fast" logoText="Go Fast"
columns={[ columns={[

View File

@@ -39,7 +39,7 @@ function ShopPageContent() {
const footer = ( const footer = (
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
videoSrc="https://img.b2bpic.net/free-photo/green-grass-sports-field-boundary-line_84443-73902.jpg" videoSrc="https://img.b2bpic.net/free-photo/green-grass-sports-field-boundary-line_84443-73902.jpg?_wi=3"
videoAriaLabel="Green soccer field texture" videoAriaLabel="Green soccer field texture"
logoText="Go Fast" logoText="Go Fast"
columns={[ columns={[