From bb910d4c27a3563b28ed02339c3f60fbcf22bed2 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 22 Jan 2026 18:50:54 +0200 Subject: [PATCH] Content edit: make Expert Voices testimonials cards light blue --- src/app/page.tsx | 72 +++++++++++++++++++++++++++++++----------------- 1 file changed, 46 insertions(+), 26 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e63832c..9bd9b22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,6 +15,7 @@ import FaqDouble from "@/components/sections/faq/FaqDouble"; import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; import HeroLogo from "@/components/sections/hero/HeroLogo"; +import TimelineProcessFlow from "@/components/cardStack/layouts/timelines/TimelineProcessFlow"; export default function LandingPage() { return ( @@ -88,37 +89,56 @@ export default function LandingPage() {
-