Public-facing landing page converting cold email responses into paying customers.
https://mlewis89.github.io/marketingai-landing/
GitHub Pages — auto-deploys within ~60s of any push to main.
| Component | Status | Detail |
|---|---|---|
| GitHub repo | ✅ Live | https://github.com/mlewis89/marketingai-landing |
| GitHub Pages | ✅ Live | https://mlewis89.github.io/marketingai-landing/ |
| Calendly CTA | ✅ Secondary | https://calendly.com/mark-neutrino/30min (secondary CTA only — Stripe is primary) |
| Stripe payment link | ✅ Live | https://buy.stripe.com/cNi8wR0wZd8lePh01cbsc00 |
Once the founder completes Stripe setup (see NMA-37):
In index.html, find:
<a href="#" class="btn-secondary disabled" id="buy-now-btn" aria-disabled="true">
Buy now — coming soon
</a>Replace with:
<a href="STRIPE_PAYMENT_LINK_URL" class="btn-primary" id="buy-now-btn" target="_blank" rel="noopener">
Buy now — $149 AUD
</a>Then push:
cd product/code/marketingai-landing
git add index.html && git commit -m "Add Stripe payment link" && git pushTo serve from a custom subdomain (e.g. go.getmarketingai.com.au):
- Add CNAME DNS record pointing to
mlewis89.github.io - Add a
CNAMEfile to this repo containing the subdomain - Enable custom domain in GitHub Pages settings
| Section | Content |
|---|---|
| Hero | Headline + subheadline + Calendly CTA |
| Problem | 3 pain points of AU SMB marketing |
| Solution | 3 systems: AI Funnel Machine, Outbound Engine, Creative Goldmine |
| Offer | $149 AUD one-off, what's included, no lock-in |
| Social proof | Honest placeholder — "be our first client" |
| Footer | ACL-compliant legal disclaimer |
- Copy this directory to
product/code/[client-slug]-landing/ - Update branding, copy, and CTA links in
index.html - Create a new GitHub repo and push
- Enable GitHub Pages
- ~30 minutes per new client