A modern landing page template built with Next.js, Tailwind CSS, and next-intl for internationalization.
- 🌐 Multi-language support (17 languages)
- 🎨 Modern UI with Tailwind CSS and Shadcn UI
- ⚡ Built with Next.js 14 App Router
- 📱 Fully responsive design
- 🔍 SEO optimized
- 🛠 TypeScript support
PageSpeed Insights performance metrics:
These scores demonstrate the template's excellent performance optimization across both desktop and mobile devices.
The easiest way to deploy your Next.js app is to use the Vercel Platform.
- Click the "Deploy" button above
- Import your GitHub repository
- Vercel will automatically detect Next.js and configure the build settings
- Your site will be deployed to a global CDN with HTTPS enabled
First, install pnpm globally (one-time setup):
# macOS - Recommended
# 1. Install Node.js first if you haven't (using Homebrew)
brew install node
# 2. Then install pnpm using npm
npm install -g pnpm
# Verify installation
pnpm --version
Then, run the development server:
# Clone the repository
git clone https://github.com/Ivan/horizon-wing-landing-page.git
# Navigate to the project
cd horizon-wing-landing-page
# Install dependencies
pnpm install
# Start development server
pnpm dev
horizon-wing-landing-page/
├── src/
│ ├── app/ # Next.js app routes
│ │ ├── [locale]/ # i18n routes
│ │ └── layout.tsx # Root layout
│ ├── components/ # React components
│ │ ├── ui/ # UI components
│ │ └── sections/ # Page sections
│ ├── styles/ # Global styles
│ └── lib/ # Utilities
├── public/ # Static assets
├── messages/ # i18n messages
└── tailwind.config.ts # Tailwind config
Hero
- Responsive hero sectionFeature
- Feature grid showcaseTestimonial
- Customer testimonialsPricing
- Pricing plansFAQ
- Collapsible FAQ sectionCTA
- Call-to-action componentsFooter
- Navigation and social links
Currently supports 17 languages including:
- Arabic (العربية)
- German (Deutsch)
- English
- Spanish (Español)
- French (Français)
- Hindi (हिन्दी)
- Indonesian (Bahasa Indonesia)
- Italian (Italiano)
- Japanese (日本語)
- Korean (한국어)
- Malay (Bahasa Melayu)
- Portuguese (Português)
- Russian (Русский)
- Thai (ไทย)
- Vietnamese (Tiếng Việt)
- Traditional Chinese (中文繁體)
- Simplified Chinese (中文简体)
MIT License © 2024-PRESENT Ivan
Contributions are welcome! Please feel free to submit a Pull Request.
- Issues: GitHub Issues
- Email: yanzisu815@gmail.com
If you find this project helpful, please give it a star ⭐️