🎯 Nexus teaches Next.js from foundations to professional systems⚡ App Router, React 19, and Tailwind v4 in one learning path🧩 Inspect real components, layouts, and reusable patterns🛠️ Build production discipline, not just polished demos📚 Tracks, references, and design studies in one place🎯 Nexus teaches Next.js from foundations to professional systems⚡ App Router, React 19, and Tailwind v4 in one learning path🧩 Inspect real components, layouts, and reusable patterns🛠️ Build production discipline, not just polished demos📚 Tracks, references, and design studies in one place🎯 Nexus teaches Next.js from foundations to professional systems⚡ App Router, React 19, and Tailwind v4 in one learning path🧩 Inspect real components, layouts, and reusable patterns🛠️ Build production discipline, not just polished demos📚 Tracks, references, and design studies in one place🎯 Nexus teaches Next.js from foundations to professional systems⚡ App Router, React 19, and Tailwind v4 in one learning path🧩 Inspect real components, layouts, and reusable patterns🛠️ Build production discipline, not just polished demos📚 Tracks, references, and design studies in one place
Sections

CareersSection

Job openings list with department, location, type and apply link

Quick Preview

Careers

We're hiring

Join our team and help build the future.

Senior Frontend Engineer

Engineering · Remote · Full-time

Apply →

Product Designer

Design · Bangkok / Remote · Full-time

Apply →

DevOps Engineer

Infrastructure · Remote · Full-time

Apply →

Growth Marketer

Marketing · Bangkok · Part-time

Apply →

Installation

# No extra dependencies
// Copy component from
src/components/sections/CareersSection.tsx

Usage

import CareersSection from '@/components/sections/CareersSection'
<CareersSection
eyebrow="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

PropTypeDefaultDescription
openingsJobPosting[]-Array of job postings
headlinestring-Section headline
bodystring-Section body copy
cta{ label: string; href: string }-Footer CTA