Update src/app/services/page.tsx
This commit is contained in:
@@ -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() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150861962.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150861962.jpg"
|
||||
imageAlt="Modern Clinic at Sunset"
|
||||
logoText="NovaCare Clinic"
|
||||
columns={footerColumns}
|
||||
|
||||
Reference in New Issue
Block a user