Modern, premium clinic website for CarePlus Multispeciality Clinic in Kanpur, built as a fast static experience with Next.js and Tailwind CSS.
- Premium medical design with a calm, trustworthy visual style
- Fully responsive, mobile-first layout
- Static implementation with no database
- Clear conversion flow for appointment requests and patient enquiries
- Multi-page structure for stronger SEO and better client credibility
HomeAboutServicesDoctorsAppointmentsContact
- Hero banner with primary CTA
- Clinic introduction and trust indicators
- Services cards with medical imagery
- Doctor profiles and credentials
- Appointment request section
- Testimonials and FAQ
- Contact details and map embed
- Frontend: Next.js, React, Tailwind CSS
- Deployment: Vercel
- Approach: Static content, no backend, no database
npm install
npm run devOpen http://localhost:3000 in your browser.
npm run build
npm run startsrc/
app/ # pages and shared layout
components/ # reusable UI blocks
lib/ # clinic content data
public/ # static images and illustrations
- The site is deployed on Vercel as a static production app.
- The appointment form is currently presentational for the trial build.
- Future integrations can connect the form to email, WhatsApp, or Google Sheets without introducing a database.