From 99481b860c5c6458bff687631d7731410133cfbb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 16:42:11 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index f2f41c3..d140af4 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Scan, Camera, XRay, ShieldCheck, HeartHandshake, Apple, Network, CalendarClock, ClipboardList } from 'lucide-react'; +import { Scan, Camera, Radiation, ShieldCheck, HeartHandshake, Apple, Network, CalendarClock, ClipboardList } from 'lucide-react'; export default function ServicesPage() { const navItems = [ @@ -67,7 +67,7 @@ export default function ServicesPage() { items: [ { icon: Scan, text: "MRI Scans" }, { icon: Camera, text: "CT Scans" }, - { icon: XRay, text: "Digital X-rays" } + { icon: Radiation, text: "Digital X-rays" } ], reverse: false }, @@ -129,7 +129,7 @@ export default function ServicesPage() {