diff --git a/src/app/page.tsx b/src/app/page.tsx
index b06a1c2..de1809a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroLogo from '@/components/sections/hero/HeroLogo';
-import MediaAbout from '@/components/sections/about/MediaAbout';
+import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
@@ -148,13 +148,20 @@ export default function LandingPage() {
-
diff --git a/src/app/styles/base.css b/src/app/styles/base.css
index aa94f3b..c719d19 100644
--- a/src/app/styles/base.css
+++ b/src/app/styles/base.css
@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
- font-family: var(--font-space-mono), sans-serif;
+ font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
- font-family: var(--font-space-mono), sans-serif;
+ font-family: var(--font-dm-sans), sans-serif;
}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index d45b6e6..8563027 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #fcf6ec;
- --card: #f3ede2;
- --foreground: #2e2521;
- --primary-cta: #2e2521;
- --primary-cta-text: #fcf6ec;
- --secondary-cta: #ffffff;
- --secondary-cta-text: #2e2521;
- --accent: #b2a28b;
- --background-accent: #b2a28b;
+ --background: #ffffff;
+ --card: #fcfcfc;
+ --foreground: #1f2937;
+ --primary-cta: #2563eb;
+ --primary-cta-text: #f5faff;
+ --secondary-cta: #60a5fa;
+ --secondary-cta-text: #001122;
+ --accent: #0ea5e9;
+ --background-accent: #f9fafb;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);