<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Test</title>
    <link rel="alternate" type="text/html" href="https://www.franchise-info.ca/test/" />
    <link rel="self" type="application/atom+xml" href="https://www.franchise-info.ca/test/atom.xml" />
    <id>tag:www.franchise-info.ca,2026-03-31:/test/127</id>
    <updated>2026-03-31T15:17:08Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro</generator>

<entry>
    <title>Test Home Page for Franchisor Sales  - Test</title>
    <link rel="alternate" type="text/html" href="https://www.franchise-info.ca/test/2026/03/test-home-page-for-franchisor-sales.html" />
    <id>tag:www.franchise-info.ca,2026:/test//127.59447</id>

    <published>2026-03-31T15:13:13Z</published>
    <updated>2026-03-31T15:17:08Z</updated>

    <summary> Franchisor Sales | Multi-Unit Franchise Growth :root { --bg: #f6f7f9; --surface: #ffffff; --surface-alt: #eef2f6; --text: #1e293b; --muted: #5b6472; --line: #d8dee8; --accent: #1d4ed8; --accent-dark: #163ea8; --shadow: 0 18px 45px rgba(15, 23, 42, 0.08); --radius: 18px; --max: 1180px; } * {...</summary>
    <author>
        <name>Michael Webster</name>
        <uri>https://www.linkedin.com/company/franchise-info-sponsored</uri>
    </author>
    
    
    <content type="html" xml:lang="en-us" xml:base="https://www.franchise-info.ca/test/">
        <![CDATA[<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Franchisor Sales | Multi-Unit Franchise Growth</title>
  <style>
    :root {
      --bg: #f6f7f9;
      --surface: #ffffff;
      --surface-alt: #eef2f6;
      --text: #1e293b;
      --muted: #5b6472;
      --line: #d8dee8;
      --accent: #1d4ed8;
      --accent-dark: #163ea8;
      --shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
      --radius: 18px;
      --max: 1180px;
    }

    * { box-sizing: border-box; }

    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      color: var(--text);
      background: var(--bg);
      line-height: 1.6;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    .container {
      width: min(var(--max), calc(100% - 40px));
      margin: 0 auto;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 20;
      backdrop-filter: blur(10px);
      background: rgba(246, 247, 249, 0.9);
      border-bottom: 1px solid rgba(216, 222, 232, 0.8);
    }

    .nav-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      padding: 16px 0;
    }

    .brand {
      font-size: 1.05rem;
      font-weight: 700;
      letter-spacing: 0.02em;
    }

    .nav {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      align-items: center;
    }

    .nav a {
      color: var(--muted);
      font-size: 0.96rem;
    }

    .nav a:hover { color: var(--text); }

    .nav .nav-cta {
      padding: 10px 16px;
      background: var(--text);
      color: #fff;
      border-radius: 999px;
    }

    section {
      padding: 72px 0;
    }

    .hero {
      padding-top: 88px;
      padding-bottom: 56px;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 30px;
      align-items: center;
    }

    .eyebrow {
      display: inline-block;
      margin-bottom: 14px;
      padding: 7px 12px;
      border-radius: 999px;
      background: #e7eefc;
      color: var(--accent-dark);
      font-weight: 700;
      font-size: 0.84rem;
      letter-spacing: 0.03em;
      text-transform: uppercase;
    }

    h1, h2, h3 {
      margin: 0 0 16px;
      line-height: 1.15;
    }

    h1 {
      font-size: clamp(2.4rem, 5vw, 4.4rem);
      max-width: 12ch;
    }

    h2 {
      font-size: clamp(1.8rem, 3.4vw, 2.7rem);
    }

    h3 {
      font-size: 1.25rem;
    }

    .lead {
      font-size: 1.12rem;
      color: var(--muted);
      max-width: 64ch;
      margin-bottom: 26px;
    }

    .button-row {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 8px;
    }

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 14px 20px;
      border-radius: 999px;
      font-weight: 700;
      border: 1px solid transparent;
      transition: 0.2s ease;
    }

    .button.primary {
      background: var(--accent);
      color: #fff;
    }

    .button.primary:hover { background: var(--accent-dark); }

    .button.secondary {
      background: #fff;
      color: var(--text);
      border-color: var(--line);
    }

    .button.secondary:hover { border-color: var(--text); }

    .hero-card,
    .card,
    .path-card,
    .stat-card {
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }

    .hero-card {
      padding: 28px;
    }

    .hero-card h3 {
      margin-bottom: 10px;
    }

    .hero-list {
      margin: 18px 0 0;
      padding: 0;
      list-style: none;
    }

    .hero-list li {
      padding: 10px 0;
      border-top: 1px solid var(--line);
    }

    .section-header {
      max-width: 760px;
      margin-bottom: 28px;
    }

    .section-header p {
      margin: 0;
      color: var(--muted);
      font-size: 1.05rem;
    }

    .paths {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    .path-card {
      padding: 24px;
      display: flex;
      flex-direction: column;
      min-height: 240px;
    }

    .path-kicker {
      color: var(--accent);
      font-size: 0.82rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      margin-bottom: 8px;
    }

    .path-card p {
      color: var(--muted);
      margin: 0 0 20px;
      flex-grow: 1;
    }

    .path-card a {
      font-weight: 700;
      color: var(--accent-dark);
    }

    .system-band {
      background: var(--surface-alt);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .flow {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 14px;
      margin-top: 26px;
    }

    .flow-step {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 18px 16px;
      text-align: center;
      font-weight: 700;
      position: relative;
    }

    .flow-step:not(:last-child)::after {
      content: "→";
      position: absolute;
      right: -11px;
      top: 50%;
      transform: translateY(-50%);
      color: var(--muted);
      font-size: 1.2rem;
      font-weight: 400;
    }

    .two-col {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 26px;
      align-items: stretch;
    }

    .card {
      padding: 28px;
    }

    .card p:last-child { margin-bottom: 0; }

    .checklist {
      margin: 0;
      padding-left: 20px;
      color: var(--muted);
    }

    .checklist li + li { margin-top: 12px; }

    .stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 24px;
    }

    .stat-card {
      padding: 22px;
      text-align: center;
    }

    .stat-number {
      display: block;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 6px;
    }

    .cta-panel {
      text-align: center;
      padding: 36px;
      background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
      border: 1px solid var(--line);
      border-radius: 24px;
      box-shadow: var(--shadow);
    }

    .site-footer {
      padding: 36px 0 54px;
      color: var(--muted);
      font-size: 0.95rem;
    }

    .footer-wrap {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
      border-top: 1px solid var(--line);
      padding-top: 24px;
    }

    @media (max-width: 1024px) {
      .hero-grid,
      .two-col,
      .paths,
      .stats,
      .flow {
        grid-template-columns: 1fr 1fr;
      }

      .flow-step::after {
        display: none;
      }
    }

    @media (max-width: 720px) {
      .nav-wrap {
        flex-direction: column;
        align-items: flex-start;
      }

      .hero-grid,
      .two-col,
      .paths,
      .stats,
      .flow {
        grid-template-columns: 1fr;
      }

      .hero {
        padding-top: 56px;
      }

      section {
        padding: 56px 0;
      }
    }
  </style>
</head>
<body>
  <header class="site-header">
    <div class="container nav-wrap">
      <a class="brand" href="#">Franchisor Sales</a>
      <nav class="nav" aria-label="Primary">
        <a href="#start-here">Start Here</a>
        <a href="#for-franchisors">For Franchisors</a>
        <a href="#for-investors">For Investors</a>
        <a href="#markets">Markets</a>
        <a href="#insights">Insights</a>
        <a href="#about">About</a>
        <a class="nav-cta" href="#contact">Book a Strategy Call</a>
      </nav>
    </div>
  </header>

  <main>
    <section class="hero" id="top">
      <div class="container hero-grid">
        <div>
          <div class="eyebrow">Franchise Growth Strategy</div>
          <h1>How serious franchise brands attract and close multi-unit operators</h1>
          <p class="lead">
            A structured system for franchise recruitment, territory strategy, investment logic, and sales execution--built for capital-intensive growth.
          </p>
          <div class="button-row">
            <a class="button primary" href="#start-here">Start Here: Multi-Unit Operator Strategy</a>
            <a class="button secondary" href="#for-franchisors">See the Franchise Recruitment System</a>
          </div>
        </div>

        <aside class="hero-card">
          <h3>What this homepage does</h3>
          <p>
            Instead of sending everyone straight to a contact form, it routes visitors into the decision path that matches what they are trying to understand.
          </p>
          <ul class="hero-list">
            <li><strong>Operators:</strong> What makes a deal worth doing?</li>
            <li><strong>Franchisors:</strong> How do we attract and qualify the right people?</li>
            <li><strong>Investors:</strong> What economics and territory logic matter most?</li>
            <li><strong>All visitors:</strong> What should they read next?</li>
          </ul>
        </aside>
      </div>
    </section>

    <section>
      <div class="container">
        <div class="section-header">
          <h2>Franchise development is not one problem. It is a system of decisions.</h2>
          <p>
            Recruitment, sales, territory, economics, and operator quality should not sit in separate silos. They should guide the visitor through a coherent reasoning system.
          </p>
        </div>
      </div>
    </section>

    <section id="start-here">
      <div class="container">
        <div class="section-header">
          <h2>Choose your path</h2>
          <p>
            These six pillar pages are the center of the site. Each one answers a different expansion question and should act as a major internal linking hub.
          </p>
        </div>

        <div class="paths">
          <article class="path-card">
            <div class="path-kicker">Start Here</div>
            <h3>Multi-Unit Operator Strategy</h3>
            <p>Define a qualified operator, evaluate character-capital-capacity, and structure expansion around 4-5 unit growth logic.</p>
            <a href="/multi-unit-operator/">Explore this pillar →</a>
          </article>

          <article class="path-card" id="for-franchisors">
            <div class="path-kicker">For Franchisors</div>
            <h3>Franchise Recruitment System</h3>
            <p>Show how the right candidates are attracted, qualified, and moved into serious conversations instead of shallow lead flow.</p>
            <a href="/franchise-recruitment/">Explore this pillar →</a>
          </article>

          <article class="path-card">
            <div class="path-kicker">Pipeline</div>
            <h3>Franchise Sales Process</h3>
            <p>Turn interest into signed multi-unit agreements through a disciplined pipeline, qualification process, and coaching workflow.</p>
            <a href="/franchise-sales-process/">Explore this pillar →</a>
          </article>

          <article class="path-card" id="for-investors">
            <div class="path-kicker">For Investors</div>
            <h3>Investment Economics</h3>
            <p>Explain the financial logic behind scalable franchise growth, including payback, investment ratio, and operator-level economics.</p>
            <a href="/franchise-investment/">Explore this pillar →</a>
          </article>

          <article class="path-card" id="markets">
            <div class="path-kicker">Markets</div>
            <h3>Territory Strategy</h3>
            <p>Clarify where growth should happen, how markets are carved, and how clustering improves long-term strategic value.</p>
            <a href="/territory-strategy/">Explore this pillar →</a>
          </article>

          <article class="path-card" id="insights">
            <div class="path-kicker">Positioning</div>
            <h3>Thought Leadership Engine</h3>
            <p>Show how serious operators find your brand through content, LinkedIn strategy, authority building, and ongoing market conversation.</p>
            <a href="/thought-leadership/">Explore this pillar →</a>
          </article>
        </div>
      </div>
    </section>

    <section class="system-band">
      <div class="container">
        <div class="section-header">
          <h2>How franchise growth actually works</h2>
          <p>
            This is the logic of the site. Each stage should point visitors to the next question they need to answer.
          </p>
        </div>

        <div class="flow" aria-label="Franchise growth flow">
          <div class="flow-step">Operator</div>
          <div class="flow-step">Economics</div>
          <div class="flow-step">Territory</div>
          <div class="flow-step">Recruitment</div>
          <div class="flow-step">Sales</div>
          <div class="flow-step">Scale</div>
        </div>
      </div>
    </section>

    <section>
      <div class="container two-col">
        <div class="card">
          <h2>We focus on multi-unit franchise deals, not lead volume</h2>
          <p>
            Most franchise marketing sites imply that more leads are the answer. This homepage should make a different claim: growth quality matters more than pipeline quantity.
          </p>
          <p>
            That positioning is what separates a serious operator-oriented brand from a generic development consultancy.
          </p>
        </div>

        <div class="card">
          <h3>What that means in practice</h3>
          <ul class="checklist">
            <li>Prioritize qualified operators over passive inquiries.</li>
            <li>Connect recruitment to investment logic and territory design.</li>
            <li>Use content as a guided decision system, not a pile of disconnected articles.</li>
            <li>Move visitors deeper into pillar pages before asking for the call.</li>
          </ul>
        </div>
      </div>
    </section>

    <section id="about">
      <div class="container">
        <div class="section-header">
          <h2>Built for capital-intensive franchise growth</h2>
          <p>
            The strongest authority section is not a biography section. It is proof that your team understands operator quality, site selection, market logic, and the realities of multi-unit expansion.
          </p>
        </div>

        <div class="stats">
          <div class="stat-card">
            <span class="stat-number">1</span>
            <div>Clear start page for serious operators</div>
          </div>
          <div class="stat-card">
            <span class="stat-number">6</span>
            <div>Core pillar pathways anchored on real decisions</div>
          </div>
          <div class="stat-card">
            <span class="stat-number">100%</span>
            <div>Homepage aligned to internal linking and content clusters</div>
          </div>
        </div>
      </div>
    </section>

    <section id="contact">
      <div class="container">
        <div class="cta-panel">
          <h2>Work with us on your franchise expansion strategy</h2>
          <p class="lead" style="margin: 0 auto 24px; max-width: 52ch;">
            Once visitors understand the path, the final call to action becomes stronger. The homepage should earn the conversation instead of forcing it too early.
          </p>
          <div class="button-row" style="justify-content: center;">
            <a class="button primary" href="/contact/">Book a Strategy Call</a>
            <a class="button secondary" href="/insights/">Read More Insights</a>
          </div>
        </div>
      </div>
    </section>
  </main>

  <footer class="site-footer">
    <div class="container footer-wrap">
      <div>Franchisor Sales</div>
      <div>This mockup is structured to reflect your pillar strategy, homepage boxes, and decision-based navigation.</div>
    </div>
  </footer>
</body>
</html>]]>
        
    </content>
</entry>

</feed>
