From 3f9b769780ed071f3c9227f22c12dd4a89f2bc93 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 08:26:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5937aa3..a713f32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Watch Now", href: "#" }, { text: "Get Tickets", href: "#contact" } ]} - billboards={[ + carouselItems={[ { id: "billboard-1", imageSrc: "http://img.b2bpic.net/free-photo/image-young-athletic-man-running-by-ladder-stadium-out_158595-1402.jpg", imageAlt: "Elite stadium packed with fans", videoSrc: "", videoAriaLabel: "" }, @@ -61,7 +61,6 @@ export default function LandingPage() { id: "billboard-3", imageSrc: "http://img.b2bpic.net/free-photo/excited-women-with-winners-cup_23-2148634610.jpg", imageAlt: "Team celebration", videoSrc: "", videoAriaLabel: "" } ]} - mediaAnimation="blur-reveal" background={{ variant: "gradient-bars" }} /> -- 2.49.1