A modern Next.js landing page for Wup.chat, an AI-powered communication automation platform designed for healthcare centers, hotels, and restaurants.
- Multi-language Support: English (EN-US), Portuguese (PT-BR), and Spanish (ES-MX)
- Dark/Light Mode: Seamless theme switching with next-themes
- Responsive Design: Mobile-first approach with Tailwind CSS
- Modern UI/UX: Clean, professional design with smooth animations
- Industry-Specific Solutions: Tailored content for healthcare, hospitality, and restaurants
- Social Media Integration: WhatsApp, Facebook, Instagram automation focus
- SEO Optimized: Meta tags, structured data, and performance optimizations
- Framework: Next.js 14 with TypeScript
- Styling: Tailwind CSS with custom animations
- Internationalization: next-i18next
- Theme: next-themes for dark/light mode
- Icons: Heroicons and Lucide React
- Animations: Framer Motion and CSS animations
- Clone the repository:
git clone https://github.com/your-username/wup-chat-landing.git
cd wup-chat-landing
- Install dependencies:
npm install
# or
yarn install
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 in your browser.
The application supports three languages:
- English (default):
/
or/en
- Portuguese:
/pt
- Spanish:
/es
Translation files are located in public/locales/{locale}/common.json
.
The color scheme is defined in tailwind.config.js
. Primary colors use a blue palette with custom brand colors for social platforms:
- WhatsApp:
#25D366
- Facebook:
#1877F2
- Instagram:
#E4405F
All content is stored in translation files for easy customization and localization.
Reusable components are located in src/components/
:
Header.tsx
- Navigation with language/theme togglesHero.tsx
- Main hero section with CTAFeatures.tsx
- Feature showcase gridSolutions.tsx
- Industry-specific solutionsTestimonials.tsx
- Customer reviews and statsCTA.tsx
- Call-to-action sectionFooter.tsx
- Footer with links and contact info
- Push your code to GitHub
- Connect your repository to Vercel
- Deploy with automatic builds
Build the project:
npm run build
npm start
The platform is specifically designed for:
- Appointment scheduling automation
- Patient reminders and follow-ups
- Symptom assessment chatbots
- HIPAA/LGPD compliant communication
- Room booking automation
- Guest service chatbots
- Check-in/check-out assistance
- Concierge services
- Table reservation management
- Menu inquiries and recommendations
- Order taking and delivery coordination
- Customer feedback collection
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature
- Commit your changes:
git commit -m 'Add amazing feature'
- Push to the branch:
git push origin feature/amazing-feature
- Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Built with ❤️ for the future of business communication automation.