A Next.js landing page with TypeScript and Tailwind CSS, ready for Vercel deployment.
First, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
This app is ready to deploy on Vercel. Follow these steps:
- Visit vercel.com
- Sign in with your GitHub account
- Click "Add New..." → "Project"
- Import your GitHub repository:
coronell123/landing-page - Vercel will auto-detect Next.js and configure the build settings
- Click "Deploy"
That's it! Vercel will automatically deploy your app and provide you with a live URL.
Once deployed, every push to the main branch will trigger an automatic deployment on Vercel.
- Next.js 15
- React 19
- TypeScript
- Tailwind CSS
- ESLint