A modern and responsive Next.js + Tailwind CSS landing page template designed for travel packages, product launches, portfolios, or promotional websites.
🚀 Live Demo: View here
✅ Next.js App Router with TypeScript
✅ Tailwind CSS v3 for flexible styling
✅ Smooth animations with Framer Motion
✅ Optimized fonts via next/font
✅ Automatic image optimization via next/image
✅ Access to 31+ icon packs with React Icons
✅ Near-perfect Lighthouse score
✅ Modular, responsive, and scalable components
✅ Free lifetime updates
- Hero section with card animations and background transitions
- Features or Benefits section with dynamic content
- Packages Section (can be adapted for pricing plans)
- Testimonials
- FAQ
- Statistics
- Contact Form with validation
- Enquiry Form with modal popup and validation
- Footer with essential links
Ensure you have the following installed:
- Node.js v18 or later
- npm v8 or later (bundled with Node.js)
- VS Code (recommended for development)
- Clone the Repository:
git clone https://github.com/jaysingh9518/nextjs-landing-page.git cd nextjs-landing-page
- Install Dependencies:
npm install
- Run Development Server:
npm run dev
- Visit the Project: Open localhost:3000 in your browser.
- Edit Colors: Update
globals.css
for primary, secondary, and accent colors. - Update Site Details: Customize
siteDetails.ts
in/src/data
to reflect your brand. - Modify Content: Adjust files in
/src/data
to modify navigation, features, pricing, and testimonials. - Replace Favicon: Add your icon to
/src/app/favicon.ico
. - Update Images: Add new images to
/public/images
for improved branding.
Deploy your project instantly on Vercel:
For other deployment options, refer to Next.js deployment documentation.
We welcome contributions from the community! If you have ideas for new components, features, or optimizations, feel free to join in.
- Fork the Repository
- Create a New Branch: e.g.,
feature/new-section
orfix/style-issue
- Develop and Test: Ensure your changes are functional and don't break existing features.
- Submit a Pull Request: With a clear description of your changes.
- New component sections (e.g., Team Introductions, Comparison Table)
- Additional page variants (e.g., agency, eCommerce, portfolio layouts)
- Enhanced themes and designs
- Documentation updates or tutorials
For questions, feedback, or collaboration, join our community on GitHub!
Submit issues via GitHub Issues.
This project is licensed under the MIT License. Feel free to use, modify, and distribute it for personal or commercial projects.