Luxury smart home solutions website — rebuilt with Next.js 14.
AVIR is the go-to resource for audiovisual services and project installations in the Coachella Valley and beyond. This repository contains the Next.js application that powers avir.com, providing information about AVIR's services including home cinema, automation, lighting, shading, music, security, and networking solutions for high-end residential and commercial projects.
- Framework: Next.js 14 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS
- Linting: ESLint
├── app/ # Next.js App Router pages and layouts
├── components/ # Reusable React components
├── lib/ # Utility functions and shared logic
├── public/ # Static assets (images, fonts, etc.)
├── data/ # Data files (e.g., crawled URLs, content)
- Node.js 18.17 or later
npm installnpm run devOpen http://localhost:3000 to view the site in your browser.
npm run buildnpm run lintPrivate — All rights reserved.