From d9aac30b17ef4f5e4428266c70d4a477bfde7a92 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 08:36:53 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 133 ++++++++++++----------------------------------- 1 file changed, 34 insertions(+), 99 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29c2560..0338589 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow'; export default function LandingPage() { return ( @@ -28,52 +29,51 @@ export default function LandingPage() {
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From b8347f5bc9626d2351a79b2d1874e5de684c1757 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 08:36:54 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 623f73b..6551f61 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f9fff9; - --foreground: #001a0a; - --primary-cta: #0a7039; + --card: #f0fdf4; + --foreground: #111827; + --primary-cta: #10b981; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #f3f4f6; --secondary-cta-text: #001a0a; - --accent: #b8e6c8; - --background-accent: #e6f5ea; + --accent: #d1fae5; + --background-accent: #eefdf2; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1