docverifyrag / frontend /README.md
SANDRAMSC's picture
First commit for landing page - prior to Service error fix
64c5e26
|
raw
history blame
1.26 kB

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
  • Metatags

How to install

  1. Clone this repositoy:
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