暂无描述

zq940222 11d43f6d43 数据联调 2 月之前
public bca267afa5 Init 2 月之前
src 11d43f6d43 数据联调 2 月之前
.eslintrc.cjs bca267afa5 Init 2 月之前
.gitignore bca267afa5 Init 2 月之前
LICENSE bca267afa5 Init 2 月之前
README.md bca267afa5 Init 2 月之前
components.json bca267afa5 Init 2 月之前
index.html bca267afa5 Init 2 月之前
package-lock.json 49f31eab4b 数据联调 2 月之前
package.json 49f31eab4b 数据联调 2 月之前
postcss.config.js bca267afa5 Init 2 月之前
tailwind.config.js bca267afa5 Init 2 月之前
tsconfig.json c7ca9e1192 数据联调 2 月之前
tsconfig.node.json bca267afa5 Init 2 月之前
vite.config.ts 49f31eab4b 数据联调 2 月之前

README.md

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
    
  2. Go into project

    cd shadcn-landing-page
    
  3. Install dependencies

    npm install
    
  4. Run project

    npm run dev