A modern, animated product website built with Next.js, Tailwind CSS, and Framer Motion.
🚀 Live at: freshpass.today, refreshwifi.com
- Smooth animations with Framer Motion
- Smooth scrolling with Lenis
- Responsive design with Tailwind CSS
- Modern typography using Inter font
- Optimized performance with Next.js 13
- Hero with brand name and CTA
- Services showcase with hover effects
- About section with mission statement
- Blog/Insights placeholder
- Contact with email and social links
- Footer with legal links
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
# Start production server
npm start- Next.js 13 (React framework)
- React 18 (JavaScript library)
- TypeScript (for type safety)
- Tailwind CSS (for styling)
- Framer Motion (for animations)
- Lenis (for smooth scrolling)