{
  "name": "Website Copy / Page Content",
  "description": "Collect written content per page — headlines, body copy, CTAs, tone, and SEO keywords.",
  "version": "1.0",
  "questions": [
    {
      "questionText": "Which page is this content for?",
      "questionType": "text",
      "required": true
    },
    {
      "questionText": "Main headline for this page",
      "questionType": "text",
      "required": true
    },
    {
      "questionText": "Subheadline or supporting text (optional)",
      "questionType": "text",
      "required": false
    },
    {
      "questionText": "Main body copy for this page",
      "questionType": "textarea",
      "required": true
    },
    {
      "questionText": "Call-to-action text (button label, e.g. 'Get in touch', 'Book now')",
      "questionType": "text",
      "required": false
    },
    {
      "questionText": "Where should the CTA link to?",
      "questionType": "url",
      "required": false
    },
    {
      "questionText": "Tone of voice for this page",
      "questionType": "select",
      "required": true,
      "options": ["Professional", "Friendly", "Bold", "Minimal", "Inspirational", "Technical"]
    },
    {
      "questionText": "SEO focus keyword (main search term this page should rank for)",
      "questionType": "text",
      "required": false
    },
    {
      "questionText": "Additional SEO keywords (comma-separated)",
      "questionType": "textarea",
      "required": false
    },
    {
      "questionText": "Are there any images or media you want on this page? Please upload or describe.",
      "questionType": "file",
      "required": false,
      "fileConfig": {
        "allowedFileTypes": ["image/*", "application/pdf"],
        "maxFileSizeMB": 25,
        "maxFiles": 5
      }
    },
    {
      "questionText": "Any special notes or sections for this page?",
      "questionType": "textarea",
      "required": false
    }
  ]
}
