diff --git a/src/app/page.tsx b/src/app/page.tsx index ee5b860..dc2a9cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,7 @@ export default function HomePage() { 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" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 1e4670f..6261faa 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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" } ] } ]}