From 2526b1f0fc8f2f22af2f5f248003dd7fac671be0 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Fri, 24 Apr 2026 23:34:38 +0200 Subject: [PATCH] docs: implementation plan for copy + brand refresh 13 tasks, each self-contained with exact file paths, final copy, verification steps, and a commit at the end. Covers: logo + favicon import (tasks 1-3), SEO meta (task 4), Hero static + rotating H1 (tasks 5-6), all five section copy rewrites (tasks 7-11), OG image redesign (task 12), end-to-end verification (task 13). CSP-safe rotation via Astro +``` + +- [ ] **Step 2: Build to confirm the script is bundled (not inlined)** + +```bash +npm run build +``` + +Then: + +```bash +grep -c 'hero-rotator' dist/index.html +ls dist/_astro/*.js 2>&1 | head +``` + +Expected: the HTML contains the `data-hero-rotator` attribute. A hoisted JS file appears under `dist/_astro/`. The HTML should NOT contain an inline `