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
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);