Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c7b186505e | |||
| 2f6b90bf54 | |||
| bab162e610 | |||
| f4cecdebd3 | |||
| 01781905e2 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
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 ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||||
@@ -41,15 +41,11 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroOverlay
|
||||||
title="Betting with Swiss Precision"
|
title="Betting with Swiss Precision"
|
||||||
description=""
|
description=""
|
||||||
background={{ variant: "plain" }}
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqUv745R5ffFFSoDGdDxIoUvwL/uploaded-1773325950677-yjwrabp4.png"
|
||||||
mediaItems={[
|
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={[
|
buttons={[
|
||||||
{ text: "View Memberships →", href: "memberships" }
|
{ text: "View Memberships →", href: "memberships" }
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #050c18;
|
--background: #ffffff;
|
||||||
--card: #0b1a2e;
|
--card: #f9f9f9;
|
||||||
--foreground: #f0f4ff;
|
--foreground: #000612e6;
|
||||||
--primary-cta: #4a7fd4;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #f0f4ff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #091528;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #7a90b8;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #1a3560;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #4a7fd4;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user