This is a Landing Page template for Next.js 14 App Router.
The NextJS Landing Page Template is a pre-built landing page template designed specifically for use with Next.js 14 App Router. It is built using Tailwind CSS and includes custom components and layouts that are fully responsive in both mobile and desktop views. The template also utilizes Shadcn Components + Themes for added functionality.
To install the NextJS Landing Page Template, follow these steps:
npm install next@14 tailwindcss
git clone https://github.com/next-template/landing-page-template.git
cd landing-page-template
npm install
npm run dev
Open your browser and go to http://localhost:3000 to see the result.
You can now start editing the page by modifying the app/page.tsx file. The page will automatically update as you make changes to the file.
The NextJS Landing Page Template is a pre-built landing page template designed for use with Next.js 14 App Router. It is built using Tailwind CSS and includes custom components and layouts that are fully responsive in both mobile and desktop views. This template offers efficient routing capabilities, easy styling with Tailwind CSS, and additional functionality through Shadcn Components + Themes. Installation is straightforward and well-documented, making it easy to set up and customize a landing page for any Next.js project.