{
  "name": "landing_page_generator",
  "id": "landing-page",
  "title": "Landing Page Generator",
  "description": "Draft focused landing-page sections with headline and offer copy.",
  "category": "pages",
  "intent_examples": [
    "create landing page",
    "landing Aura Studio"
  ],
  "inputs": [
    {
      "name": "title",
      "type": "string",
      "required": true
    },
    {
      "name": "subtitle",
      "type": "string",
      "required": false
    }
  ],
  "outputs": [
    {
      "type": "html",
      "description": "Rendered output preview"
    }
  ],
  "ui_url": "/generators/landing-page/",
  "prefill_url_example": "/generators/landing-page/?title=Aura+Studio",
  "run_url": null,
  "keywords": [
    "landing page",
    "hero",
    "copy",
    "conversion"
  ]
}
