From fc188476a3bd2469fb5a87db10d1c7d495fbbc26 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 10:18:58 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 187 ++++++++++++----------------------------------- 1 file changed, 45 insertions(+), 142 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 93756f9..3148549 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; export default function LandingPage() { @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,19 +42,14 @@ export default function LandingPage() {
- @@ -248,29 +161,19 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From fa699a696316dbccc8e2c747fd58489ed5f86135 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 10:18:59 +0000 Subject: [PATCH 2/2] 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 f30953a..353c3f4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F7F8F0; - --card: #ffffff; - --foreground: #355872; - --primary-cta: #355872; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000612e6; + --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #7AAACE; + --secondary-cta: #f9f9f9; --secondary-cta-text: #ffffff; - --accent: #9CD5FF; - --background-accent: #e8ebe2; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1