A starter kit for building landing pages using Next.js 14, Tailwind CSS with TypeScript, and Framer Motion.
To get started with this starter kit, you can clone the repository and install the dependencies:
git clone https://github.com/eronred/landing-starter-kit-nextjs-tailwind.git
npm install
Then, you can start the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Contributions are welcome! Please feel free to submit a pull request.