Contents

Chapter 1

Features

This chapter covers the core features and capabilities of Landing Page Templates.

Features

  • 15+ template styles: hero, SaaS, product, portfolio, coming-soon, and more
  • Fully responsive (mobile-first CSS with media queries)
  • Custom brand colours, fonts, and typography via JSON config
  • Modular sections: features grid, testimonials, pricing, FAQ, CTA banners
  • SEO meta tags and Open Graph support built in
  • Self-contained HTML output — no external dependencies
  • Pure CSS animations (no JavaScript framework needed)
  • Python stdlib only — zero pip dependencies

Quick Start

bash
# Generate a landing page from a config file
python src/landing_page_templates.py --config examples/page_config.json

# Use a specific template style
python src/landing_page_templates.py --config examples/page_config.json --template saas

# Write output to file
python src/landing_page_templates.py --config examples/page_config.json --output index.html

# List all available templates
python src/landing_page_templates.py --list-templates
Chapter 2

CLI Reference

Follow this guide to get Landing Page Templates up and running in your environment.

CLI Reference

FlagDescription
--config, -cPath to the JSON config file (required)
--template, -tTemplate style (default: hero)
--output, -oOutput file path (default: stdout)
--list-templatesList all available templates and exit
--verbose, -vEnable verbose logging

Configuration

See examples/page_config.json for a complete example. Key fields:

FieldDescription
site_nameYour brand name
headlineHero section main headline
subheadlineSupporting text under the headline
brand_colorPrimary accent colour (hex)
hero_cta_textCall-to-action button text
hero_cta_urlCTA button link target
sectionsArray of content sections (features, testimonials, pricing, FAQ, CTA)
footer_textFooter copyright text
meta_descriptionSEO meta description
Chapter 3
🔒 Available in full product

Examples

You’ve reached the end of the free preview

Get the full Landing Page Templates and unlock everything.

All Chapters

Get the complete guide with every chapter unlocked, including code samples, diagrams, and best practices.

Full Tool Suite

Access all interactive tools with complete data, all workload profiles, and the full scenario library.

Source Files

Downloadable source code, configuration files, and working examples from every chapter.

Lifetime Updates

Free updates for life. Every new chapter, tool, and improvement included.

Buy Now — $29 →
📦 Free sample included — download another copy for the full product.
Landing Page Templates v1.0.0 — Free Preview