3 Commits

Author SHA1 Message Date
b558eafb99 Merge version_5 into main
Merge version_5 into main
2026-04-16 17:53:15 +00:00
3f9db0276c Update src/app/hiring/page.tsx 2026-04-16 17:53:09 +00:00
740a1ccb07 Merge version_4 into main
Merge version_4 into main
2026-04-16 17:52:26 +00:00

View File

@@ -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() {
</div>
<div id="hiring" data-section="hiring">
<TextAbout
useInvertedBackground={true}
title="Join DSkinner Painter and Decorator"
<TimelineProcessFlow
title="Join Our Team"
description="We are looking for passionate painters and decorators to join our growing team. Apply today to build your career with us."
textboxLayout="split-description"
animationType="slide-up"
items={[
{ content: "Submit your application and portfolio via our contact form.", media: null, reverse: false },
{ content: "We'll review your experience and get in touch for an interview.", media: null, reverse: true },
{ content: "Join our professional team of decorators in the Dundee area!", media: null, reverse: false }
]}
/>
</div>