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" }} />