{
  "meta": {
    "name": "The Daily Spark",
    "tagline": "Igniting your curiosity, one email at a time.",
    "accentColor": "blue-600",
    "logoText": ""
  },
  "stats": [
    { "id": "subscribers", "label": "Subscribers", "value": "24k+" },
    { "id": "issues", "label": "Issues Sent", "value": "150" },
    { "id": "open_rate", "label": "Open Rate", "value": "42%" }
  ],
  "content": [
    {
      "type": "heading",
      "text": "Future of Web Standards"
    },
    {
      "type": "paragraph",
      "text": "Today we dive deep into the evolving landscape of web components and how they reshape the way we build modular applications. The friction between frameworks and standards is reaching a boiling point."
    },
    {
      "type": "quote",
      "text": "Simplicity is the ultimate sophistication.",
      "author": "Leonardo da Vinci"
    },
    {
      "type": "paragraph",
      "text": "We also take a look at the new CSS containment features that are landing in browsers this month."
    }
  ],
  "subscription": {
    "headline": "Join the movement",
    "description": "Get the latest updates directly to your inbox every Tuesday.",
    "fields": [
      { "name": "email", "type": "email", "placeholder": "jane@example.com", "required": true },
      { "name": "name", "type": "text", "placeholder": "Your first name", "required": false }
    ],
    "buttonText": "Subscribe Now"
  }
}