Landing page for Baza Pilates studio built with Next.js.
🌐 Live Site: bazapilates.com
- Framework: Next.js 16
- Language: TypeScript
- Styling: Tailwind CSS
- UI Components: Base UI
- Package Manager: Bun
- Email: Resend
Install dependencies:
bun installRun the development server:
bun devOpen http://localhost:3000 in your browser.
bun dev- Start development serverbun build- Build for productionbun start- Start production serverbun lint- Run ESLintbun format- Format code with Prettier
app/- Next.js app router pages and routescomponents/- Reusable React componentsdomain/- Domain-specific schemas and typeslib/- Utility functionspublic/- Static assets