This is the official website for TOP, a premier paddle and tennis school.
- Framework: Nuxt 3 (Vue 3)
- Styling: Tailwind CSS
- Internationalization: @nuxtjs/i18n (EN/ES)
- Icons: Lucide / Heroicons (via SVG)
- Responsive Landing Page with Hero and Benefits sections
- Class listings and descriptions
- Pricing table
- Booking form (placeholder)
- Testimonials
- Multi-language support
# Install dependencies
npm install
# Run development server
npm run devThis project is configured to deploy to GitHub Pages using GitHub Actions.
# Build for production
npm run generate