{
  "template_name": "Coffee Shop Starter",
  "template_version": "1.0.0",
  "industry": "Coffee Shop",
  "description": "A local coffee shop website template with homepage, menu, gallery, opening hours, location, FAQs and contact CTA.",
  "preview": "preview.png",
  "suggested_colours": {
    "primary": "#3b2418",
    "secondary": "#d9a441",
    "accent": "#7a4f2a",
    "background": "#fff8ef"
  },
  "suggested_fonts": [
    "Inter",
    "Georgia",
    "Arial"
  ],
  "default_pages": [
    {
      "title": "Home",
      "path": "index.html",
      "template_type": "landing"
    },
    {
      "title": "Menu",
      "path": "menu/index.html",
      "template_type": "pricing-menu"
    },
    {
      "title": "About",
      "path": "about/index.html",
      "template_type": "about"
    },
    {
      "title": "Gallery",
      "path": "gallery/index.html",
      "template_type": "gallery"
    },
    {
      "title": "Contact",
      "path": "contact/index.html",
      "template_type": "contact"
    }
  ],
  "default_menu_structure": [
    {
      "label": "Home",
      "url": "index.html"
    },
    {
      "label": "Menu",
      "url": "menu/index.html"
    },
    {
      "label": "About",
      "url": "about/index.html"
    },
    {
      "label": "Gallery",
      "url": "gallery/index.html"
    },
    {
      "label": "Visit Us",
      "url": "contact/index.html",
      "cta": true
    }
  ],
  "default_blocks_per_page": {
    "index.html": [
      "hero",
      "feature-cards",
      "product-menu-cards",
      "opening-hours",
      "location",
      "testimonials",
      "faq",
      "cta-band"
    ],
    "menu/index.html": [
      "hero",
      "product-menu-cards",
      "pricing-cards",
      "cta-band"
    ],
    "contact/index.html": [
      "contact-block",
      "map-location-block",
      "opening-hours-block"
    ]
  },
  "default_seo_titles": {
    "index.html": "{business_name} | Coffee Shop in {location}",
    "menu/index.html": "Coffee Menu | {business_name}",
    "contact/index.html": "Visit {business_name} | Location and Opening Hours"
  },
  "default_meta_descriptions": {
    "index.html": "Visit {business_name}, a local coffee shop in {location}. Explore coffee, pastries, opening hours and location details.",
    "menu/index.html": "View the coffee, drinks and food menu for {business_name}.",
    "contact/index.html": "Find contact details, opening hours and location information for {business_name}."
  },
  "focus_keywords": [
    "coffee shop {location}",
    "local coffee",
    "coffee menu"
  ],
  "schema_suggestions": [
    "CafeOrCoffeeShop",
    "LocalBusiness",
    "FAQPage"
  ],
  "required_images": [
    "logo",
    "hero_image",
    "gallery_image_1"
  ],
  "optional_images": [
    "gallery_image_2",
    "gallery_image_3",
    "team_photo",
    "product_photo"
  ],
  "business_fields_required_by_setup_wizard": [
    "business_name",
    "location",
    "phone",
    "email",
    "opening_hours",
    "main_products",
    "target_customers",
    "google_maps_link"
  ]
}