https://github.com/inventrohyder/brinker-website
https://github.com/inventrohyder/brinker-website
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/inventrohyder/brinker-website
- Owner: Inventrohyder
- Created: 2026-05-07T10:22:05.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-07T13:40:49.000Z (2 months ago)
- Last Synced: 2026-05-07T15:22:42.792Z (2 months ago)
- Language: TypeScript
- Size: 6.59 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brinker Solutions Website
A fresh Next.js rebuild for Brinker Solutions using TypeScript, Tailwind CSS v4, shadcn/ui-style primitives, and reusable shadcn-block-inspired sections.
## Stack
- Next.js 16 App Router
- React 19
- TypeScript 6
- Tailwind CSS 4
- shadcn/ui component conventions
- pnpm package manager
## Development
```bash
pnpm install
pnpm dev
```
## Routes
- `/`
- `/about-us`
- `/services`
- `/what-we-offer`
- `/projects`
- `/contact-us`
Redirects are configured for `/about`, `/contact`, and `/solutions`.