Templates Library

Copy-paste blocks you can drop into any page. Clean HTML that plays nicely with Astra and the block editor.

Get the Free Starter Kit See Playbooks

Hero Sections (12)

headline + sub2 buttonstrust bar

Ready-made hero blocks for launches, services, and lead magnets.

Preview sample

Pricing / Comparison

3 tiersfeature gridCTA

Clear value ladders for services, packages, or product tiers.

Preview sample

CTA & Lead Capture

opt-indownloadBrevo-ready

Drop-in panels for checklists, guides, and booking prompts.

Preview sample

Sample — Hero Section

Live preview below. Click “Show code” to copy the HTML.

Become the go-to in your niche.

Pick your stack, plug in our templates, and launch your first funnel this week.

As used by: clinics • coaches • creators

Show code
<section style="padding:56px 0;">
  <div style="max-width:1100px;margin:0 auto;padding:0 20px;text-align:center;">
    <h1 style="font-size:44px;line-height:1.1;margin:0 0 12px;">Become the go-to in your niche.</h1>
    <p style="font-size:20px;margin:0 0 20px;">Pick your stack, plug in our templates, and launch your first funnel this week.</p>
    <div style="display:flex;gap:12px;justify-content:center;flex-wrap:wrap;">
      <a href="/start-here/" style="padding:12px 18px;border-radius:10px;background:#00B3B3;color:#fff;text-decoration:none;font-weight:600;">Get the Free Starter Kit</a>
      <a href="/tool-stack/" style="padding:12px 18px;border-radius:10px;border:2px solid #1F2937;color:#1F2937;text-decoration:none;font-weight:600;">See the Stack Picks</a>
    </div>
    <p style="opacity:.8;margin-top:16px;">As used by: clinics • coaches • creators</p>
  </div>
</section>

Sample — Pricing (3 tiers)

Live preview below. Click “Show code” to copy the HTML.

Starter

$49 / one time

  • 1 landing page
  • Email sequence (3)
  • Basic analytics
Choose Starter

Launch Pack

$149 / one time

  • 3 landing pages
  • Email sequences (5)
  • Automation recipes
Choose Launch Pack

Done-For-You

$349 / setup

  • Full stack setup
  • 1 funnel end-to-end
  • 90-min call
Book a call
Show code
<section style="padding:40px 0;">
  <div style="max-width:1100px;margin:0 auto;padding:0 20px;">
    <div style="display:grid;grid-template-columns:repeat(3,1fr);gap:20px">
      <div style="border:1px solid #E5E7EB;border-radius:16px;padding:24px;background:#fff">
        <h3 style="margin-top:0">Starter</h3>
        <p>$49 / one time</p>
        <ul><li>1 landing page</li><li>Email sequence (3)</li><li>Basic analytics</li></ul>
        <a href="#" style="display:inline-block;padding:12px 18px;border-radius:10px;background:#00B3B3;color:#fff;text-decoration:none;font-weight:600">Choose Starter</a>
      </div>
      <div style="border:2px solid #E2B93B;border-radius:16px;padding:24px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.06)">
        <h3 style="margin-top:0">Launch Pack</h3>
        <p>$149 / one time</p>
        <ul><li>3 landing pages</li><li>Email sequences (5)</li><li>Automation recipes</li></ul>
        <a href="#" style="display:inline-block;padding:12px 18px;border-radius:10px;background:#00B3B3;color:#fff;text-decoration:none;font-weight:600">Choose Launch Pack</a>
      </div>
      <div style="border:1px solid #E5E7EB;border-radius:16px;padding:24px;background:#fff">
        <h3 style="margin-top:0">Done-For-You</h3>
        <p>$349 / setup</p>
        <ul><li>Full stack setup</li><li>1 funnel end-to-end</li><li>90-min call</li></ul>
        <a href="/contact/" style="display:inline-block;padding:12px 18px;border-radius:10px;border:2px solid #1F2937;color:#1F2937;text-decoration:none;font-weight:600">Book a call</a>
      </div>
    </div>
  </div>
</section>

Sample — Lead Capture CTA

Live preview below. Swap the button for your Brevo form embed when ready.

Free Starter Kit: 5 Plug-and-Play Funnels

Download the templates and launch your first funnel this week.

Show code
<section style="padding:28px 0;">
  <div style="max-width:900px;margin:0 auto;padding:0 20px;border:2px solid #E5E7EB;border-radius:16px;background:#F5E9DA">
    <h3 style="margin:16px 16px 8px">Free Starter Kit: 5 Plug-and-Play Funnels</h3>
    <p style="margin:0 16px 10px">Download the templates and launch your first funnel this week.</p>
    <div style="padding:0 16px 16px">
      <!-- Replace this button with your Brevo form embed later -->
      <a href="/start-here/" style="display:inline-block;padding:12px 18px;border-radius:10px;background:#00B3B3;color:#fff;text-decoration:none;font-weight:600">Get the Starter Kit</a>
    </div>
  </div>
</section>