From 372bfe82126fd69925241ae19dac0d0c55e49966 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 17:46:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 04ba893..38b3f78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,29 +8,29 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; export default function LandingPage() { return ( @@ -60,7 +61,8 @@ export default function LandingPage() { { text: "SCOPRI I ROSTERS", href: "#teams"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/empty-dark-room-modern-futuristic-sci-fi-background-3d-illustration_35913-2334.jpg" + videoSrc="https://assets.mixkit.co/videos/preview/mixkit-cyber-esports-gamer-girl-playing-online-video-game-50935-large.mp4" + videoAriaLabel="Esports background video" imageAlt="Esports team in action" mediaAnimation="opacity" avatars={[ @@ -227,7 +229,8 @@ export default function LandingPage() { title="I Nostri Prestigiosi Partner" description="Siamo orgogliosi di collaborare con i brand leader che credono nella nostra visione e supportano il nostro successo." speed={35} - showCard={false} + showCard={true} + logoCardClassName="hover:scale-105 transition-transform duration-300" /> @@ -296,4 +299,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file