A minimal, modern landing page built with Next.js 15 and Tailwind CSS.
- ⚡ Next.js 15 with App Router
- 🎨 Tailwind CSS for styling
- 📱 Fully Responsive design
- 🌙 Dark mode support
- ⚡ Lightning fast performance
- 🔧 TypeScript support
- Node.js 18.17 or later
- npm or yarn
- Install dependencies:
npm install- Run the development server:
npm run dev- Open http://localhost:3000 in your browser to see the result.
npm run build
npm startThe landing page is fully customizable:
- Edit
app/page.tsxto modify the content - Update
app/globals.cssfor global styles - Modify
tailwind.config.jsfor custom Tailwind configuration - Update metadata in
app/layout.tsx
- Framework: Next.js 15
- Styling: Tailwind CSS
- Language: TypeScript
- Icons: Heroicons (inline SVG)
MIT License - feel free to use this template for your projects!