import React from 'react'; import { Building2, Home } from 'lucide-react'; const PatientCareCards = () => { return (
{/* Inpatient Services */}

INPATIENT

Different facilities available include Trauma Intensive Care Unit, General ward, Semiprivate accommodation (with or without AC) and Private - single (with or without AC) & Deluxe rooms.

{/* Outpatient Services */}

OUTPATIENT

  • Trauma Surgery - Every Monday and Friday are OP days.
  • Acute Care Surgery Follow-up Clinic - Every Monday and Friday are OP days.
); }; export default PatientCareCards;