Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 722 Bytes

File metadata and controls

36 lines (27 loc) · 722 Bytes

TOP - Paddle & Tennis School Website

This is the official website for TOP, a premier paddle and tennis school.

Tech Stack

  • Framework: Nuxt 3 (Vue 3)
  • Styling: Tailwind CSS
  • Internationalization: @nuxtjs/i18n (EN/ES)
  • Icons: Lucide / Heroicons (via SVG)

Features

  • Responsive Landing Page with Hero and Benefits sections
  • Class listings and descriptions
  • Pricing table
  • Booking form (placeholder)
  • Testimonials
  • Multi-language support

Setup

# Install dependencies
npm install

# Run development server
npm run dev

Build & Deployment

This project is configured to deploy to GitHub Pages using GitHub Actions.

# Build for production
npm run generate