Sections
CareersSection
Job openings list with department, location, type and apply link
Quick Preview
Installation
# No extra dependencies
// Copy component fromsrc/components/sections/CareersSection.tsx
Usage
import CareersSection from '@/components/sections/CareersSection'<CareersSectioneyebrow="Careers"headline="We're hiring"openings={[{ title: 'Frontend Engineer', department: 'Engineering', location: 'Remote', type: 'Full-time', href: '/apply' },]}/>
Prompt Preview
Copy a prompt that recreates this UI
Paste this into your AI coding assistant to generate code that closely matches the reference, including color, size, shape, typography, spacing, and polish.
Copy-ready AI prompt
Starts from the current visual reference and project constraints.
Tweak only product-specific copy or data after the first generation pass.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
openings | JobPosting[] | - | Array of job postings |
headline | string | - | Section headline |
body | string | - | Section body copy |
cta | { label: string; href: string } | - | Footer CTA |