A modern, responsive website for Midigo Sports Centre Limited showcasing facilities, services, and membership options.
├── backend/
│ └── index.ts # Main Hono server entry point
├── frontend/
│ ├── index.html # Main HTML template
│ ├── index.tsx # Frontend React entry point
│ ├── logo.svg # Midigo Sports Centre logo
│ ├── components/
│ │ ├── App.tsx # Main React app component
│ │ ├── Header.tsx # Navigation header
│ │ ├── Hero.tsx # Hero section
│ │ ├── Services.tsx # Services/facilities section
│ │ ├── About.tsx # About section
│ │ ├── Contact.tsx # Contact section
│ │ └── Footer.tsx # Footer component
│ └── style.css # Custom styles
└── README.md
The website is served through a Hono backend that handles static file serving and provides the main HTML template with React hydration.