Home
✅ Next.js + Strapi pipeline is wired. Strapi is reachable and responding.
No Page with slug home exists yet. To prove the editor → publish → render flow:
- Visit https://marketing-cms.localhost/admin (create admin user on first visit)
- Content Manager → Page → Create new entry. Title Home, slug
home - Add some body text and Publish
- Refresh this page — content appears
Note: ISR/webhook revalidation is wired but tag invalidation only fires once Strapi lifecycle hooks are connected (Phase D follow-up).