Skip to content

Latest commit

 

History

History
65 lines (53 loc) · 1.81 KB

File metadata and controls

65 lines (53 loc) · 1.81 KB

CarePlus Multispeciality Clinic

Modern, premium clinic website for CarePlus Multispeciality Clinic in Kanpur, built as a fast static experience with Next.js and Tailwind CSS.

Live Demo

Project Highlights

  • 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

Pages

  • Home
  • About
  • Services
  • Doctors
  • Appointments
  • Contact

Key Sections

  • 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

Tech Stack

  • Frontend: Next.js, React, Tailwind CSS
  • Deployment: Vercel
  • Approach: Static content, no backend, no database

Local Development

npm install
npm run dev

Open http://localhost:3000 in your browser.

Production Build

npm run build
npm run start

Project Structure

src/
  app/           # pages and shared layout
  components/    # reusable UI blocks
  lib/           # clinic content data
public/          # static images and illustrations

Deployment Notes

  • 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.