Merge version_1 into main #2
@@ -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() {
|
||||
<TextSplitAbout
|
||||
title="Our Mission & History"
|
||||
description={[
|
||||
"MediCare Hospital was founded with a singular mission: to provide exceptional healthcare that honors both the science and the human spirit. For over three decades, we have maintained unwavering commitment to patient-centered care, medical innovation, and community health.",
|
||||
"Our journey has been defined by pioneering medical programs, expanding our reach to underserved populations, and continuously adapting to emerging healthcare challenges. Today, we stand as a regional leader in healthcare excellence.",
|
||||
"Every member of our team—from physicians to support staff—shares a deep dedication to the values that make us unique: compassion, integrity, excellence, and respect for the dignity of every individual we serve.",
|
||||
]}
|
||||
"MediCare Hospital was founded with a singular mission: to provide exceptional healthcare that honors both the science and the human spirit. For over three decades, we have maintained unwavering commitment to patient-centered care, medical innovation, and community health.", "Our journey has been defined by pioneering medical programs, expanding our reach to underserved populations, and continuously adapting to emerging healthcare challenges. Today, we stand as a regional leader in healthcare excellence.", "Every member of our team—from physicians to support staff—shares a deep dedication to the values that make us unique: compassion, integrity, excellence, and respect for the dignity of every individual we serve."]}
|
||||
useInvertedBackground={false}
|
||||
showBorder={true}
|
||||
buttons={[
|
||||
@@ -101,28 +95,13 @@ export default function AboutPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Robert Chen",
|
||||
role: "Chief Executive Officer",
|
||||
description: "30+ years of healthcare administration and strategic leadership experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-doctor-communicating-with-her-patient-while-analyzing-his-medical-data-clinic_637285-8989.jpg?_wi=1",
|
||||
socialLinks: [{ icon: Phone, url: "tel:1234567890" }],
|
||||
id: "1", name: "Dr. Robert Chen", role: "Chief Executive Officer", description: "30+ years of healthcare administration and strategic leadership experience.", imageSrc: "http://img.b2bpic.net/free-photo/mature-doctor-communicating-with-her-patient-while-analyzing-his-medical-data-clinic_637285-8989.jpg", socialLinks: [{ icon: Phone, url: "tel:1234567890" }],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dr. Patricia Moore",
|
||||
role: "Chief Medical Officer",
|
||||
description: "Board-certified physician with expertise in quality improvement and patient safety.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-examine-x-ray-film-white-background_1150-6251.jpg?_wi=1",
|
||||
socialLinks: [{ icon: Phone, url: "tel:1234567890" }],
|
||||
id: "2", name: "Dr. Patricia Moore", role: "Chief Medical Officer", description: "Board-certified physician with expertise in quality improvement and patient safety.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-examine-x-ray-film-white-background_1150-6251.jpg", socialLinks: [{ icon: Phone, url: "tel:1234567890" }],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dr. Michael Torres",
|
||||
role: "Chief of Emergency Medicine",
|
||||
description: "Emergency medicine specialist with 25 years of trauma and critical care experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-pediatrician-doctor-bandage-broken-bone-young-child-arm_482257-26928.jpg?_wi=1",
|
||||
socialLinks: [{ icon: Phone, url: "tel:1234567890" }],
|
||||
id: "3", name: "Dr. Michael Torres", role: "Chief of Emergency Medicine", description: "Emergency medicine specialist with 25 years of trauma and critical care experience.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-pediatrician-doctor-bandage-broken-bone-young-child-arm_482257-26928.jpg", socialLinks: [{ icon: Phone, url: "tel:1234567890" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user