Bailey pillar page v1 shipped
What was done
Added /about/bailey/ — the authoritative firm page showcasing Bailey’s 20-year history, verified landproDATA-sourced stats, and agency relationships.
Sections: Hero, The Work in Numbers (8 stats), Founding Story, Geographic Presence (with 25-city link grid), Agency Relationships (6-row table), Services Summary (2x2 grid), Leadership, CTA.
Uses narrative-with-data aesthetic: prose forward, specific facts embedded in sentences, rather than a data dump.
All numbers pull from src/data/bailey-stats.ts — quarterly refreshes propagate automatically.
Homepage CTA section added between “Where we work” and “Services overview” pointing to /about/bailey/. Existing “Start a project” / “See our work” hero CTAs preserved unchanged.
verify-build.sh updated with Check 15: pillar page presence and key stats verification.
Why
Bailey needed an authoritative firm page that serves three audiences: prospective clients researching the firm, AI crawlers summarizing Bailey in search results, and Bailey’s own team referencing verified stats for pitches and proposals. The About page (/about/) is a team roster — this page is the firm story.
Files affected
src/pages/about/bailey.astro(new — pillar page)src/pages/index.astro(new “About Bailey” CTA section + formatStat import)src/scripts/verify-build.sh(Check 15 added)