Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-19 08:26:58 +00:00

View File

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