Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db601b5707 | |||
| 66753220f1 | |||
| 7a380cccaf | |||
| 82f60d54d7 | |||
| 59aa0c69cd | |||
| 91c42553ef |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #060600;;
|
--background: #f8fcff;
|
||||||
--card: #1d1d0b;;
|
--card: #ffffff;
|
||||||
--foreground: #fffde6;;
|
--foreground: #00101f;
|
||||||
--primary-cta: #facc15;;
|
--primary-cta: #409fff;
|
||||||
--secondary-cta: #1f1f0a;;
|
--secondary-cta: #ffffff;
|
||||||
--accent: #fde047;;
|
--accent: #7cbdff;
|
||||||
--background-accent: #854d0e;;
|
--background-accent: #409fff;
|
||||||
|
|
||||||
/* 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);
|
||||||
@@ -495,7 +495,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-nunito), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -508,5 +508,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-nunito), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
}
|
}
|
||||||
@@ -1,11 +1,11 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Nunito } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const nunito = Nunito({
|
const inter = Inter({
|
||||||
variable: "--font-nunito",
|
variable: "--font-inter",
|
||||||
subsets: ["latin"],
|
subsets: ["latin"],
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -46,10 +46,12 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body
|
<body
|
||||||
className={nunito.variable}
|
className={`${inter.variable} fixed inset-0 overflow-hidden`}
|
||||||
>
|
>
|
||||||
<Tag />
|
<Tag />
|
||||||
{children}
|
<div className="fixed inset-0 overflow-y-auto w-full">
|
||||||
|
{children}
|
||||||
|
</div>
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
@@ -1272,4 +1274,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge';
|
import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge';
|
||||||
import ProductCardFive from '@/components/sections/product/ProductCardFive';
|
import ProductCardFive from '@/components/sections/product/ProductCardFive';
|
||||||
import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen';
|
import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen';
|
||||||
@@ -26,22 +26,18 @@ export default function LandingPage() {
|
|||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav" className="relative z-50">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarStyleApple
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766242507065-3x0rfkp1.png"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766242507065-3x0rfkp1.png"
|
||||||
logoAlt="NBA Betting Pro"
|
logoAlt="OddsPlay"
|
||||||
brandName="OddsPlay"
|
brandName="OddsPlay"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Live Odds", id: "live-odds" },
|
{ name: "Live Odds", id: "live-odds" },
|
||||||
{ name: "How It Works", id: "how-it-works" },
|
{ name: "How It Works", id: "how-it-works" },
|
||||||
{ name: "Featured Bets", id: "featured-bets" },
|
{ name: "Featured Bets", id: "featured-bets" },
|
||||||
{ name: "About", id: "about" }
|
{ name: "About", id: "about" },
|
||||||
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
|
||||||
text: "Start Betting",
|
|
||||||
href: "contact"
|
|
||||||
}}
|
|
||||||
buttonClassName="font-semibold px-6 py-2"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -263,4 +259,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user