Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c7b186505e | |||
| 2f6b90bf54 | |||
| bab162e610 | |||
| f4cecdebd3 | |||
| 01781905e2 |
@@ -2,7 +2,7 @@
|
||||
|
||||
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';
|
||||
@@ -41,15 +41,11 @@ 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" }
|
||||
]}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #050c18;
|
||||
--card: #0b1a2e;
|
||||
--foreground: #f0f4ff;
|
||||
--primary-cta: #4a7fd4;
|
||||
--primary-cta-text: #f0f4ff;
|
||||
--secondary-cta: #091528;
|
||||
--secondary-cta-text: #7a90b8;
|
||||
--accent: #1a3560;
|
||||
--background-accent: #4a7fd4;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user