Merge version_2 into main #2
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Elite Football Club"
|
||||
description="Where passion meets excellence. Experience world-class football with our championship-winning team. Join us in making history."
|
||||
tag="Professional Championship Club"
|
||||
@@ -50,14 +50,17 @@ export default function LandingPage() {
|
||||
{ text: "Watch Now", href: "#" },
|
||||
{ text: "Get Tickets", href: "#contact" }
|
||||
]}
|
||||
kpis={[
|
||||
{ value: "25", label: "Professional Players" },
|
||||
{ value: "12", label: "Championship Titles" },
|
||||
{ value: "50K+", label: "Stadium Capacity" }
|
||||
billboards={[
|
||||
{
|
||||
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: ""
|
||||
},
|
||||
{
|
||||
id: "billboard-2", imageSrc: "http://img.b2bpic.net/free-photo/male-soccer-player-with-ball-grass-field_23-2150821524.jpg?_wi=1", imageAlt: "Player in action", videoSrc: "", videoAriaLabel: ""
|
||||
},
|
||||
{
|
||||
id: "billboard-3", imageSrc: "http://img.b2bpic.net/free-photo/excited-women-with-winners-cup_23-2148634610.jpg", imageAlt: "Team celebration", videoSrc: "", videoAriaLabel: ""
|
||||
}
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
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"
|
||||
mediaAnimation="blur-reveal"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user