Visit here: https://un-wind.vercel.app
unWind is a modern, responsive single-page travel landing page built with React and TypeScript. It features a sleek design, smooth animations, and a mobile-friendly interface.
unWind/
├── public/
├── src/
│ ├── components/
│ │ ├── Header.tsx
│ │ ├── Hero.tsx
│ │ ├── Destinations.tsx
│ │ ├── Features.tsx
│ │ ├── Testimonials.tsx
│ │ └── Footer.tsx
│ ├── App.tsx
│ ├── App.css
│ └── index.tsx
├── package.json
└── tsconfig.json
- Responsive design that looks great on both desktop and mobile devices
- Modern, clean UI with smooth scroll animations
- Reusable React components built with TypeScript
- Interactive navigation with smooth scrolling to page sections
- Animated sections for destinations, features, and testimonials
- Mobile-friendly hamburger menu with smooth open/close animations
- React
- TypeScript
- CSS3 with Flexbox and Grid
- React Intersection Observer for scroll animations