Add a new page to the Astro + Strapi project. Creates the Strapi content type (with schema, controller, routes, service), seeds data with placeholder images via the Strapi API, generates the Astro page template, updates the content collection config, and adds a navigation link to the Global header. Use when the user wants to add a new page like "products", "services", "pricing", "team", or any custom page to their site.
2026-04-04