src/app/(color-navbar)/join-our-team/page.tsximport { PageWrapper } from '@/components/page-wrapper'import { generatePageMetadata, type PageMetadata } from '@/utils/page-helpers'import Intro from './_blocks/intro'import Openings from './_blocks/openings'import Application from './_blocks/application'function Content() {return (<><Intro /><Openings /><Application /></>)}const metadata: PageMetadata = {title: 'Join our Team | Interior Design Careers',description:
Showing the first 20 lines.
Get full code