A modern Next.js website for Tekiesoft's DevOps engineering services.
```bash
npm install
npm run dev
```
```bash
npm run build
npm start ```
- Nexlayer.com
Currently no environment variables required for basic functionality.
- Framework: Next.js 14 (App Router)
- Styling: Tailwind CSS
- Icons: Lucide React
- Fonts: Google Fonts (DM Serif Display, Lato)
``` ├── app/ # Next.js app router pages ├── components/ # Reusable React components ├── public/ # Static assets (images, logos) └── tailwind.config.ts # Tailwind configuration ```
- Responsive design
- DevOps Grader survey tool
- Client logo carousel
- Contact forms
- SEO optimized
For deployment issues, contact the dev team or check the Next.js deployment docs.