From 351d3bc0f52aeb36796d3bbcaa61af68e138c0a9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 16:38:45 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8502d28..256e04b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import BlogCardThree from '@/components/sections/blog/BlogCardThree'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; @@ -69,17 +69,13 @@ export default function LandingPage() {
-
@@ -171,4 +167,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 69b36abf9bdb9e3b1ad782dc006936a945f4a438 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 16:38:46 +0000 Subject: [PATCH 2/3] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 3112a53..aa7fd03 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-roboto), sans-serif; + font-family: var(--font-montserrat), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-roboto), sans-serif; + font-family: var(--font-montserrat), sans-serif; } -- 2.49.1 From 8ddac708c437ec63107b721141598fc3c87dcb81 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 16:38:46 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fd9ebfc..9af7f5f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #120006e6; - --primary-cta: #e63946; + --background: #f6f0e9; + --card: #efe7dd; + --foreground: #2b180a; + --primary-cta: #2b180a; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #efe7dd; --secondary-cta-text: #120006e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #94877c; + --background-accent: #afa094; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1