Landing Page

Marketing

Conversion-focused landing page with hero section, features, and CTA.

Key Features

  • Eye-catching hero section
  • Feature highlights grid
  • Pricing comparison table
  • Testimonials carousel
  • Email signup form
  • SEO optimized

Components Used

HeroSection
FeatureGrid
PricingTable
TestimonialCarousel

Quick Start

Scaffold this template in your project using the CLI:

Terminal
npx create-launchapp-app --template=landing

Usage Example

LandingPage.tsx
import { HeroSection } from "@launchapp/design-system/blocks/marketing";import { FeatureGrid } from "@launchapp/design-system/blocks/marketing";import { PricingTable } from "@launchapp/design-system/blocks/marketing";export default function LandingPage() {  return (    <div>      <HeroSection        headline="Build Amazing Products"        subheadline="A comprehensive design system for modern web applications"        primaryAction={<button>Get Started</button>}      />      <FeatureGrid />      <PricingTable />    </div>  );}

About This Template

Template ID

landing

Source File

templates/LandingTemplate.tsx

Category

Marketing