Added a delivered client project (Meta ads creative manager) to the homepage
Published a delivered client project — a tool that bulk-fetches Meta ad creatives, files them on Google Drive, and reflects the links in a spreadsheet — as a case study, with the client's permission to feature it. Rather than stopping at a homepage card, I put it on the existing 'behind the scenes' page framework at full case-study length (overview, run flow, output samples, purpose, effort, 6 implementation steps, 4 challenges, 5 takeaways, order CTA). The disclosure stays inside what was agreed in advance — functionality and engineering only — with no client name, ad account names, or real sheet data. The binding constraint was screenshots: none containing real data may be used, so all visuals are diagrams I built instead. I drew the architecture flow as SVG and rasterized it with sharp (two sizes: 1280x800 for the detail page, 1280x480 for the card, which crops to a wide strip), and built the Drive folder hierarchy and spreadsheet result as HTML figures populated entirely with dummy values. behind-data.ts gained optional flow / flowImage / artifacts fields so the sections only render for entries that define them — no impact on the four existing case studies. npm run build exit 0, static generation confirmed.
