A marketing site the marketing team can actually edit
Every copy change was a pull request. The copy stopped changing.
Product design
Frontend engineering
Copy changes ship without an engineer
Page build time under 20 seconds
Twelve landing pages from three page templates
The problem
Lumen's site was fast and well built, and nobody could change it. Marketing
filed tickets; engineering deprioritised them; the site drifted a quarter
behind the product it was selling.
What we did
We separated the layouts from the words. Page content became structured
files that the marketing team edits directly, validated at build time so a
malformed page fails in CI rather than in production.Three templates cover every page the team wanted, and adding a landing page
is now a file rather than a project.
The trade-off we made explicitly
Structured content is less flexible than an arbitrary page builder. Lumen
chose the ceiling: a page that does not fit a template needs an engineer.
In eight months they have needed one twice.