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() {
-