Sales material

Sales one-pager

Explain an offer with its promise, benefits, price, and the next step.

File types
PDF
Size
A4 PDF
Use case
Sales material
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence DM Serif Display font, original graphic marks, and fictional sample names.
A portrait A4 sales one-pager with a dark plum dome-shaped header, a cream body with four dark numbered benefit circles, a cream quote panel, and a dark plum footer bar showing a gold price and button.
sales-one-pager/template.html

About this design

What you can make with it.

Sellers hand this out after a call or as a leave-behind. It states the promise, explains what the offer helps a buyer do, lists a few clear benefits, and shows the price next to one action. Put in the promise, benefits, and price for every offer you pitch.

Your details

What you can change.

These are the words and numbers you swap for your own. The design stays the same.

  1. Business nameA short text.
  2. EyebrowA short text.
  3. HeadlineA short text.
  4. OverviewA longer text with more than one line.
  5. BenefitsA list of items. Each item has title and detail.
  6. ProofA longer text with more than one line.
  7. Price noteA short text.
  8. PriceA short text.
  9. ActionA short text.
  10. ContactA short text.
  11. FooterA short text.
Sample data
{
  "business_name": "Hearth & Vane Architecture Studio",
  "eyebrow": "Home extensions and loft conversions",
  "headline": "A finished design before you touch a single wall",
  "overview": "A fixed-fee design package that takes your extension from a rough idea to drawings your builder can price and build from.",
  "benefits": [
    {
      "title": "Measured survey and options",
      "detail": "We survey the house and sketch three layout options within the first two weeks."
    },
    {
      "title": "Planning-ready drawings",
      "detail": "Full drawings and a written planning statement, ready to submit to the council."
    },
    {
      "title": "Three builder quotes",
      "detail": "We send your drawings to three trusted local builders and compare their quotes."
    },
    {
      "title": "One point of contact",
      "detail": "The same architect answers every question, from first sketch to first brick."
    }
  ],
  "proof": "Hearth & Vane took our loft from a vague idea to a signed-off planning application in nine weeks.",
  "price_note": "Fixed design fee",
  "price": "From £3,200",
  "action": "Book a site visit",
  "contact": "hello@hearthvane.example · hearthvane.example",
  "footer": "Hearth & Vane Architecture Studio, 9 Kiln Row, Bath"
}

For developers

Make this file from your code or your AI tools.

Save your copy once, then send the new details with each request. Each finished file costs 1 credit.

API request
curl https://thirds.ai/v1/pdf \
  -H "Authorization: Bearer $THIRDS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: sales-one-pager-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"business_name":"Hearth & Vane Architecture Studio","eyebrow":"Home extensions and loft conversions","headline":"A finished design before you touch a single wall","overview":"A fixed-fee design package that takes your extension from a rough idea to drawings your builder can price and build from.","benefits":[{"title":"Measured survey and options","detail":"We survey the house and sketch three layout options within the first two weeks."},{"title":"Planning-ready drawings","detail":"Full drawings and a written planning statement, ready to submit to the council."},{"title":"Three builder quotes","detail":"We send your drawings to three trusted local builders and compare their quotes."},{"title":"One point of contact","detail":"The same architect answers every question, from first sketch to first brick."}],"proof":"Hearth & Vane took our loft from a vague idea to a signed-off planning application in nine weeks.","price_note":"Fixed design fee","price":"From £3,200","action":"Book a site visit","contact":"hello@hearthvane.example · hearthvane.example","footer":"Hearth & Vane Architecture Studio, 9 Kiln Row, Bath"}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "pdf",
      "idempotency_key": "sales-one-pager-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "business_name": "Hearth & Vane Architecture Studio",
          "eyebrow": "Home extensions and loft conversions",
          "headline": "A finished design before you touch a single wall",
          "overview": "A fixed-fee design package that takes your extension from a rough idea to drawings your builder can price and build from.",
          "benefits": [
            {
              "title": "Measured survey and options",
              "detail": "We survey the house and sketch three layout options within the first two weeks."
            },
            {
              "title": "Planning-ready drawings",
              "detail": "Full drawings and a written planning statement, ready to submit to the council."
            },
            {
              "title": "Three builder quotes",
              "detail": "We send your drawings to three trusted local builders and compare their quotes."
            },
            {
              "title": "One point of contact",
              "detail": "The same architect answers every question, from first sketch to first brick."
            }
          ],
          "proof": "Hearth & Vane took our loft from a vague idea to a signed-off planning application in nine weeks.",
          "price_note": "Fixed design fee",
          "price": "From £3,200",
          "action": "Book a site visit",
          "contact": "hello@hearthvane.example · hearthvane.example",
          "footer": "Hearth & Vane Architecture Studio, 9 Kiln Row, Bath"
        }
      }
    }
  }
}

Make this design yours.

Open it in the editor, change anything you like, and keep it with your own templates. Your first 50 credits each month are free.