diff --git a/src/app/hiring/page.tsx b/src/app/hiring/page.tsx index 0006b73..aa793e7 100644 --- a/src/app/hiring/page.tsx +++ b/src/app/hiring/page.tsx @@ -6,6 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TextAbout from '@/components/sections/about/TextAbout'; +import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow'; export default function HiringPage() { return ( @@ -37,9 +38,16 @@ export default function HiringPage() {