feat/job-energy
safe0b1af03 · incrementalpre-PRreviewed 2026-08-04 16:07 UTC0H · 0M · 2LThe branch
- Purpose
- Publish hiring pages for Batu's open roles on the marketing website
- Goal
- Add Energy Strategist job posting and keep all job postings editorially consistent
- Sub-goals
- SG-1: Publish Energy Strategist job posting with compensation, requirements, milestones
- SG-2: Add carreras index listing all open roles
- SG-3: Register new routes in sitemap
- SG-4: Fix editorial copy across postings (quota framing, benefits, EEO line, milestone scope)
The changes (whole branch)
- What
- Removed EEO boilerplate footer from both job pages; added milestone-scope disclaimer paragraph to Energy Strategist; added mb-4 spacing to preceding paragraph.
- Why
- EEO line intentionally dropped; milestone disclaimer scopes success criteria as current expectations while committing to transparent, non-retroactive adjustments.
- Areas
- apps/web/src/app/(marketing)/carreras/energy-strategist/page.tsx+686−0apps/web/src/app/(marketing)/carreras/full-stack-engineer-ai-native/page.tsx+1−2apps/web/src/app/(marketing)/carreras/page.tsx+21−0apps/web/src/app/sitemap.ts+1−0
- Blast
- 4 files total on branch, +709/−2; all confined to apps/web marketing/carreras — zero platform, domain, or infra impact.
➖ci· No PR — CI status not checked➖coderabbit· No .coderabbit.yaml
Findings · 2
improvement2
low
Shared footer text duplicated across job pages
apps/web/src/app/(marketing)/carreras/full-stack-engineer-ai-native/page.tsx
The footer line 'Batu Energy · ARSIENT S. de R.L. · México · 2026' is verbatim in both job pages. A shared <JobPostingFooter /> or constant would eliminate year/entity drift risk when a third posting is added.
low
New disclaimer paragraph lacks muted-foreground color to signal lower visual hierarchy
apps/web/src/app/(marketing)/carreras/energy-strategist/page.tsx:515
The added disclaimer uses `text-sm` but inherits body color, giving it the same visual weight as substantive milestone text above. Adding `text-muted-foreground` would match the footer's lower-hierarchy styling.