|
|
|
|
@@ -2,12 +2,13 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
|
|
|
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
|
|
|
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
|
|
|
|
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
|
|
|
|
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
|
|
|
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
|
|
|
|
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
|
|
|
|
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
|
|
|
|
import ContactForm from '@/components/form/ContactForm';
|
|
|
|
|
import { Brain, CheckCircle, Database, TrendingUp } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
@@ -41,24 +42,20 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroBillboardCarousel
|
|
|
|
|
<HeroOverlay
|
|
|
|
|
title="Betting with Swiss Precision"
|
|
|
|
|
description=""
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
mediaItems={[
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqUv745R5ffFFSoDGdDxIoUvwL/uploaded-1773325950677-yjwrabp4.png", imageAlt: "Mountain landscape background"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqUv745R5ffFFSoDGdDxIoUvwL/uploaded-1773325950677-yjwrabp4.png"
|
|
|
|
|
imageAlt="Mountain landscape background"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "View Memberships →", href: "memberships" }
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="win-rate" data-section="win-rate" className="mx-auto px-4 md:px-6 py-8 md:py-12 text-center">
|
|
|
|
|
<div className="flex flex-col items-center justify-center">
|
|
|
|
|
<span className="text-6xl md:text-8xl font-bold text-[--primary-cta]">73%</span>
|
|
|
|
|
<div id="win-rate" data-section="win-rate" className="mx-auto px-4 md:px-6 py-8 md:py-12 text-center flex items-center justify-center min-h-screen">
|
|
|
|
|
<div className="flex flex-col items-center justify-center -translate-y-20">
|
|
|
|
|
<span className="text-8xl md:text-9xl font-extrabold text-[--primary-cta]">73%</span>
|
|
|
|
|
<p className="text-lg md:text-xl text-[--foreground] mt-2">Win Rate · Season 24/25</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -149,6 +146,19 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact" className="mx-auto px-4 md:px-6 py-16 md:py-24 flex items-center justify-center">
|
|
|
|
|
<div className="w-full max-w-2xl">
|
|
|
|
|
<ContactForm
|
|
|
|
|
title="Join Our Community"
|
|
|
|
|
description="Get daily picks, performance updates, and exclusive insights delivered to your inbox."
|
|
|
|
|
tag="Newsletter"
|
|
|
|
|
centered={true}
|
|
|
|
|
onSubmit={(email) => console.log('Newsletter signup:', email)}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<TextSplitAbout
|
|
|
|
|
title="Swiss Firm. Data Only. Consistently Profitable."
|
|
|
|
|
|