Update src/app/services/page.tsx

This commit is contained in:
2026-03-04 04:49:29 +00:00
parent b792ef255d
commit 2b527335b6

View File

@@ -46,7 +46,7 @@ export default function ServicesPage() {
tagIcon={Zap}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
useInvertedBackground={false}
features={[
{
id: "emergency", title: "Emergency Medical Care", description: "Immediate treatment for acute medical conditions, injuries, and emergency cases available 24/7 with experienced medical staff", imageSrc: "http://img.b2bpic.net/free-photo/view-from-inside-ambulance-uniformed-emergency-services-workers-caring-patient-stretcher-coronavirus-pandemic_657921-1489.jpg", imageAlt: "emergency medical care paramedic ambulance emergency room"
@@ -145,7 +145,7 @@ export default function ServicesPage() {
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Medical Disclaimer", href: "#" },
{ label: "Contact Support", href: "/contact" }
{ label: "Contact Support", href: "#contact" }
]
}
]}