From b9daa52cd4d0fb449569c83585bd708df1c2ad07 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 13 Jan 2026 14:34:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index feab559..ef0b23a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { Facebook, Instagram, Twitter, Youtube } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; @@ -49,7 +49,7 @@ export default function LandingPage() { description="Elevate your game with world-class coaching, team management, and performance analytics. Unite players, build champions." mediaItems={[ { - imageSrc: "https://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-234.jpg", imageAlt: "Football stadium and match action" + videoSrc: "https://media.istockphoto.com/id/1412185604/video/american-football-stadium-field-with-animated-players.mp4", videoAriaLabel: "Football match in stadium" }, { imageSrc: "https://img.b2bpic.net/free-photo/american-football-player-professional-stadium_654080-960.jpg", imageAlt: "Team celebration and championship moments" -- 2.49.1