Skip to content

chrisstef/saas-marketing-template

Repository files navigation

SaaS Marketing Template

A production-ready landing page template, made with Next.js, TailwindCSS & ShadcnUI. It serves as starting point for SaaS landing page development.

Sections

  • Navbar
  • Sidebar(mobile)
  • Hero
  • Sponsors
  • About
  • Stats
  • How It Works
  • Features
  • Services
  • Call-to-Action (CTA)
  • Testimonials
  • Team
  • Pricing
  • Newsletter
  • Frequently Asked Questions(FAQ)
  • Open Source
  • Footer

Features

  • Responsive Layout
  • User Centric Design
  • Accessibility Friendly
  • Light/Dark Mode

How to install

  1. Clone the repository:
git clone https://github.com/chrisstef/saas-marketing-template.git
  1. Navigate into the project directory:
cd saas-marketing-template
  1. Install dependencies:
npm install

or

yarn
  1. Run project:
npm run dev

or

yarn dev

Contributions

Contributions are welcome! Feel free to open issues or submit pull requests to enhance the template.