Template kit from Launch
Choose your template
Each template is a fully built, conversion-optimised landing page. Customise the copy and images for your brand, then deploy.
Funnel · Video
Video Sales Letter Funnel
A long-form landing page with a VSL video front and centre. Builds trust through social proof, testimonials, and a step-by-step course overview before the CTA.
Open templateFunnel · Form
Application Form Funnel
Same high-converting layout as the Video Funnel, adapted for an application-first flow. Ideal for filtering and qualifying prospects before a discovery or sales call.
Open templateLead Magnet
Lead Magnet Page
A focused opt-in page offering a free resource — guide, checklist, or mini-course — in exchange for an email address. Top of funnel, high volume.
Open templateAdditional pages
Funnel sub-pages and bonus templates included with the kit.
Folder structure
launch-template/ ├── index.html ← you are here (template hub) ├── style.css ← shared styles for all templates ├── script.js ← shared JavaScript ├── images/ ← shared images folder ├── COPYRIGHT.md ├── README.md │ ├── website/ │ ├── index.html ← Coach homepage (main website) │ ├── style.css │ └── script.js │ ├── funnel-video/ │ └── index.html ← Video Sales Letter Funnel │ ├── funnel-form/ │ └── index.html ← Application Form Funnel │ ├── lead-magnet/ │ └── index.html ← Lead Magnet opt-in page │ ├── vsl/ │ ├── index.html ← Standalone VSL page │ └── style.css │ ├── booking/ │ ├── index.html ← Booking calendar sub-page │ └── style.css │ └── meeting-booked/ ├── index.html ← Post-booking confirmation page ├── style.css └── script.js
Deploying a specific template as your main page: copy the contents of the chosen template's index.html to the root index.html, or configure your hosting provider (Netlify, Vercel, etc.) to point to the subfolder as the publish directory. Remember to also update any asset paths back to relative (style.css instead of ../style.css) if you move the file to the root.