Further updates on 29-10-25
This commit is contained in:
@ -1,27 +1,27 @@
|
||||
import React from 'react';
|
||||
import { Leaf, Car, Activity, Globe } from 'lucide-react';
|
||||
import { Users, Ambulance, Hospital, HeartPulse } from 'lucide-react';
|
||||
|
||||
const Services = () => {
|
||||
const services = [
|
||||
{
|
||||
icon: <Leaf className="w-6 h-6" />,
|
||||
title: "Multi-system Polytrauma",
|
||||
description: "Comprehensive care for patients with multiple severe injuries requiring urgent intervention."
|
||||
icon: <Users className="w-6 h-6" />,
|
||||
title: "Injury Prevention – Outreach Activity",
|
||||
description: "Community-based programs including first responder training for laypersons, schools and workplace groups. Education in helmet use, bleeding control, safe transport practices and initial life-saving care."
|
||||
},
|
||||
{
|
||||
icon: <Car className="w-6 h-6" />,
|
||||
title: "Road Traffic Injuries",
|
||||
description: "Expert trauma management for accidents involving motorbikes, cars, and other vehicles."
|
||||
icon: <Ambulance className="w-6 h-6" />,
|
||||
title: "Pre-Hospital Care",
|
||||
description: "24x7 ambulance service for trauma calls and transfers (Contact: +91 97919 79797). Early triage, stabilization and rapid transport to definitive care."
|
||||
},
|
||||
{
|
||||
icon: <Activity className="w-6 h-6" />,
|
||||
title: "Falls & Accidents",
|
||||
description: "Specialized treatment for injuries from falls, industrial incidents, and agricultural accidents."
|
||||
icon: <Hospital className="w-6 h-6" />,
|
||||
title: "Clinical Services - In-Hospital Care",
|
||||
description: "Level-1 trauma centre with dedicated trauma wards, ICU units, six trauma OTs, resuscitation bay, 24×7 consultant-led teams and on-call interventional radiology for polytrauma, road-traffic injuries, falls and complex cases."
|
||||
},
|
||||
{
|
||||
icon: <Globe className="w-6 h-6" />,
|
||||
title: "Referrals",
|
||||
description: "Providing trauma care support for referrals from Tamil Nadu, Andhra Pradesh, Karnataka, and overseas."
|
||||
icon: <HeartPulse className="w-6 h-6" />,
|
||||
title: "Post-Trauma Rehabilitation",
|
||||
description: "Structured recovery programs through PMR Department including physiotherapy, occupational therapy, prosthetic support and return-to-work planning."
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user