Files
jiwei-tech/README.md
2025-06-19 20:20:47 +08:00

1.2 KiB

Shadcn/UI Landing Page Template

ShadcnUI + React + TypeScript + Tailwind.

shadch-landing-page

Build your React landing page effortlessly with the required sections to your project. Live Demo

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)
  • Footer

Features

  • Fully Responsive Design
  • User Friendly Navigation
  • Dark Mode
  • Meta tags

How to install

  1. Clone this repository:
git clone https://github.com/leoMirandaa/shadcn-landing-page.git
  1. Go into project
cd shadcn-landing-page
  1. Install dependencies
npm install
  1. Run project
npm run dev