diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1cebf36..af67732 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import Link from "next/link"; +import { Phone } from "lucide-react"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; @@ -19,8 +20,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Emergency Care", href: "/services" }, { label: "Cardiology", href: "/services" }, { label: "Surgery", href: "/services" }, @@ -28,8 +28,7 @@ export default function AboutPage() { ], }, { - title: "About", - items: [ + title: "About", items: [ { label: "Our Story", href: "/about" }, { label: "Our Departments", href: "/departments" }, { label: "Careers", href: "#" }, @@ -37,8 +36,7 @@ export default function AboutPage() { ], }, { - title: "Patient Resources", - items: [ + title: "Patient Resources", items: [ { label: "Schedule Appointment", href: "/contact" }, { label: "Patient Portal", href: "#" }, { label: "Insurance Info", href: "#" }, @@ -46,8 +44,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: (555) 123-4567", href: "tel:1-555-123-4567" }, { label: "Email: info@medicare.org", href: "mailto:info@medicare.org" }, { label: "Address: 123 Medical Way, Health City, HC 12345", href: "#" }, @@ -77,10 +74,7 @@ export default function AboutPage() { @@ -135,29 +114,17 @@ export default function AboutPage() { author="Dr. Sarah Mitchell, Chief Medical Officer" avatars={[ { - src: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg", - alt: "staff avatar 1", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg", alt: "staff avatar 1"}, { - src: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309927.jpg", - alt: "staff avatar 2", - }, + src: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309927.jpg", alt: "staff avatar 2"}, { - src: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg", - alt: "staff avatar 3", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg", alt: "staff avatar 3"}, { - src: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309927.jpg", - alt: "staff avatar 4", - }, + src: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309927.jpg", alt: "staff avatar 4"}, { - src: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg", - alt: "staff avatar 5", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg", alt: "staff avatar 5"}, { - src: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309927.jpg", - alt: "staff avatar 6", - }, + src: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309927.jpg", alt: "staff avatar 6"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up"