Production-ready website for Dr. Singh Dental Clinic, built using Next.js 14 (App Router) and deployed on Vercel with a custom domain.
This repository follows a professional Git + PR + Preview Deployment workflow and is designed for scalability, maintainability, and performance.
- Production: https://www.drsinghdental.com
- Preview Deployments: Generated automatically via Vercel for pull requests
- Framework: Next.js 14 (App Router)
- Language: JavaScript (React)
- Styling: Tailwind CSS
- Linting & Formatting: ESLint + Prettier
- Deployment: Vercel
- Version Control: GitHub (PR-based workflow)
src/
├── app/ # App Router pages and layouts
│ ├── about/ # About page
│ ├── book-appointment/ # Book Appointment sections & components
│ ├── contact/ # Contact page
│ ├── homepage/ # Homepage sections & components
│ ├── our-team/ # Our Team sections & components
│ ├── patient-stories/ # Testimonials & stories
│ └── treatments/ # Treatments & dynamic services
│
├── components/ # Reusable UI components
├── contexts/ # React Contexts (global state)
├── lib/ # Utility functions
├── styles/ # Global styles
├── utils/ # Utility functions
└── public/ # Static assets (images, icons, fonts)
## 🔐 Contribution Policy
This repository follows a fork-based contribution model.
External contributors must fork the repository and submit changes via Pull Requests.
Direct write access is restricted to maintainers.
## 📜 License
This project is proprietary software.
Unauthorized use, copying, or redistribution is prohibited.