{
  "brand": "Acme CRM",
  "base_url": "https://soarank.example/brands/acme-crm/",
  "blocks": [
    {
      "id": "b-hero",
      "type": "hero_visual",
      "brand": "Acme CRM",
      "category": "CRM software for small teams",
      "tagline": "The customer database that sets itself up in an afternoon, not a quarter.",
      "cta_label": "Start free — no card",
      "cta_url": "https://acmecrm.example/signup",
      "mockup_caption": "The Acme CRM pipeline dashboard",
      "url": "https://acmecrm.example"
    },
    {
      "id": "b-faq",
      "type": "faq",
      "heading": "Buyer questions about Acme CRM",
      "items": [
        {
          "q": "How long does Acme CRM take to set up?",
          "a": "Most teams import their contacts and send the first tracked email the same afternoon. There is no required onboarding call."
        },
        {
          "q": "Does Acme CRM work for a two-person team?",
          "a": "Yes. Pricing starts per seat with no minimum, and the free tier covers up to two users and one thousand contacts."
        },
        {
          "q": "Can I move my data out of Acme CRM later?",
          "a": "Every plan includes one-click CSV and JSON export of all contacts, notes and deals, with no lock-in."
        }
      ]
    },
    {
      "id": "b-compare",
      "type": "compare",
      "heading": "Acme CRM vs. common alternatives",
      "subject": "Acme CRM",
      "columns": [
        "Product",
        "Starting price",
        "Free tier",
        "Setup time"
      ],
      "rows": [
        {
          "name": "Acme CRM",
          "price": "$29 / seat / mo",
          "free": "2 users",
          "setup": "Same day"
        },
        {
          "name": "Salesforce Essentials",
          "price": "$25 / seat / mo",
          "free": "None",
          "setup": "2-4 weeks"
        },
        {
          "name": "HubSpot Starter",
          "price": "$20 / seat / mo",
          "free": "Limited",
          "setup": "3-7 days"
        }
      ]
    },
    {
      "id": "b-reviews",
      "type": "testimonials",
      "heading": "What small teams say about Acme CRM",
      "rating_value": "4.8",
      "rating_count": "127",
      "items": [
        {
          "name": "Dana Ruiz",
          "role": "Operations Lead, Northwind Studio",
          "quote": "We imported three years of contacts before lunch and closed a deal from the pipeline view that same afternoon. No onboarding call, no consultant.",
          "rating": "5"
        },
        {
          "name": "Marcus Bell",
          "role": "Founder, Bell & Co (2-person agency)",
          "quote": "The free tier actually fits a two-person shop. We only started paying once we hit the third seat, and the per-seat price never surprised us.",
          "rating": "5"
        },
        {
          "name": "Priya Shah",
          "role": "RevOps Manager, Cedar Supply",
          "quote": "One-click CSV and JSON export was the deciding factor. Knowing we can walk our data out any time made switching an easy yes.",
          "rating": "4"
        }
      ]
    }
  ]
}