Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 54719e0742 | |||
| 221699d1dd | |||
| 568d30c97d | |||
| 5c561756d3 | |||
| 6343cec119 | |||
| a1cf3f209a | |||
| ba5f47f0b9 | |||
| 5a41dce58b | |||
| 4ab0b387c0 | |||
| 204487f233 | |||
| 3f4098d156 | |||
| a8cd53b501 | |||
| 4c53cfb870 | |||
| 7b2ab86e9a | |||
| 457426a145 | |||
| 58cfca3425 | |||
| 53961fe72c |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #fffcfc;;
|
||||
--card: #fffafa;;
|
||||
--foreground: #220000;;
|
||||
--primary-cta: #c1121f;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #f0b8bc;;
|
||||
--background-accent: #e07a82;;
|
||||
--background: #fffcfc;
|
||||
--card: #fffafa;
|
||||
--foreground: #220000;
|
||||
--primary-cta: #c1121f;
|
||||
--secondary-cta: #ffffff;
|
||||
--accent: #f0b8bc;
|
||||
--background-accent: #e07a82;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
@@ -495,7 +495,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-outfit), sans-serif;
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -508,5 +508,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-outfit), sans-serif;
|
||||
font-family: var(--font-inter-tight), sans-serif;
|
||||
}
|
||||
@@ -1272,4 +1272,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||
@@ -31,7 +31,7 @@ export default function LandingPage() {
|
||||
<NavbarStyleMinimal
|
||||
brandName="Code with me"
|
||||
button={{
|
||||
text: "Explore Courses",
|
||||
text: "Watch preview",
|
||||
href: "pricing"
|
||||
}}
|
||||
/>
|
||||
@@ -352,4 +352,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user