{
  "template_name": "Neutral Business Website",
  "template_version": "1.0.0",
  "industry": "Professional Services",
  "description": "A neutral business website template for consultants, agencies, service companies and professional offices.",
  "preview": "preview.png",
  "suggested_colours": {
    "primary": "#061b34",
    "secondary": "#2f80ed",
    "accent": "#ff7a00",
    "background": "#f5f7fb"
  },
  "suggested_fonts": [
    "Inter",
    "Arial",
    "system-ui"
  ],
  "default_pages": [
    {
      "title": "Home",
      "path": "index.html",
      "template_type": "landing"
    },
    {
      "title": "Services",
      "path": "services/index.html",
      "template_type": "services"
    },
    {
      "title": "About",
      "path": "about/index.html",
      "template_type": "about"
    },
    {
      "title": "FAQ",
      "path": "faq/index.html",
      "template_type": "faq"
    },
    {
      "title": "Contact",
      "path": "contact/index.html",
      "template_type": "contact"
    }
  ],
  "default_menu_structure": [
    {
      "label": "Home",
      "url": "index.html"
    },
    {
      "label": "Services",
      "url": "services/index.html"
    },
    {
      "label": "About",
      "url": "about/index.html"
    },
    {
      "label": "FAQ",
      "url": "faq/index.html"
    },
    {
      "label": "Contact",
      "url": "contact/index.html",
      "cta": true
    }
  ],
  "default_blocks_per_page": {
    "index.html": [
      "hero",
      "trust-proof",
      "service-cards",
      "process-steps",
      "testimonials",
      "faq",
      "cta-band"
    ],
    "services/index.html": [
      "hero",
      "service-cards",
      "pricing-cards",
      "cta-band"
    ],
    "contact/index.html": [
      "contact-block",
      "map-location-block"
    ]
  },
  "default_seo_titles": {
    "index.html": "{business_name} | Professional Services in {location}",
    "services/index.html": "Services | {business_name}",
    "contact/index.html": "Contact {business_name}"
  },
  "default_meta_descriptions": {
    "index.html": "{business_name} provides professional services for {target_customers} in {location}.",
    "services/index.html": "Explore the services offered by {business_name}.",
    "contact/index.html": "Contact {business_name} for questions, consultations or appointments."
  },
  "focus_keywords": [
    "professional services {location}",
    "business services",
    "consultant {location}"
  ],
  "schema_suggestions": [
    "ProfessionalService",
    "LocalBusiness",
    "FAQPage"
  ],
  "required_images": [
    "logo",
    "hero_image"
  ],
  "optional_images": [
    "team_photo",
    "office_photo",
    "case_study_image"
  ],
  "business_fields_required_by_setup_wizard": [
    "business_name",
    "business_type",
    "location",
    "phone",
    "email",
    "main_services",
    "target_customers"
  ]
}