Update src/app/about/page.tsx

This commit is contained in:
2026-05-28 01:46:16 +00:00
parent 3756cbb4bc
commit 6189c85841

View File

@@ -26,36 +26,22 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "About", name: "About", id: "/about"},
id: "/about",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Employment", name: "Employment", id: "/employment"},
id: "/employment",
},
{ {
name: "Resources", name: "Resources", id: "/resources"},
id: "/resources",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
logoAlt="Janic Healthcare logo" logoAlt="Janic Healthcare logo"
brandName="Janic Healthcare Services, LLC." brandName="Janic Healthcare Services, LLC."
button={{ button={{
text: "Request Care", text: "Request Care", href: "/request-care"}}
href: "/request-care",
}}
/> />
</div> </div>
@@ -66,21 +52,13 @@ export default function LandingPage() {
description="At Janic Healthcare Services, LLC, we believe in delivering compassionate, high-quality care that respects the dignity and individuality of every client. Our philosophy centers on creating a supportive and nurturing environment where clients can thrive in the comfort of their own homes. We are more than just caregivers; we are an extension of your family, dedicated to your well-being." description="At Janic Healthcare Services, LLC, we believe in delivering compassionate, high-quality care that respects the dignity and individuality of every client. Our philosophy centers on creating a supportive and nurturing environment where clients can thrive in the comfort of their own homes. We are more than just caregivers; we are an extension of your family, dedicated to your well-being."
metrics={[ metrics={[
{ {
value: "Client-Centered Approach", value: "Client-Centered Approach", title: "Personalized Care Plans"},
title: "Personalized Care Plans",
},
{ {
value: "Trained & Vetted", value: "Trained & Vetted", title: "Highly Qualified Staff"},
title: "Highly Qualified Staff",
},
{ {
value: "Ethical Practice", value: "Ethical Practice", title: "Integrity & Transparency"},
title: "Integrity & Transparency",
},
{ {
value: "Community Focused", value: "Community Focused", title: "Serving Georgia Families"},
title: "Serving Georgia Families",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/nurse-her-work-clinic-wearing-scrubs-gloves_23-2149844673.jpg" imageSrc="http://img.b2bpic.net/free-photo/nurse-her-work-clinic-wearing-scrubs-gloves_23-2149844673.jpg"
imageAlt="Diverse group of caregivers smiling" imageAlt="Diverse group of caregivers smiling"
@@ -96,55 +74,22 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
groups={[ groups={[
{ {
id: "leadership", id: "leadership", groupTitle: "Leadership Team", members: [
groupTitle: "Leadership Team",
members: [
{ {
id: "leader-1", id: "leader-1", title: "Jane Doe", subtitle: "Founder & CEO", detail: "Visionary leader passionate about home healthcare.", imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg"},
title: "Jane Doe",
subtitle: "Founder & CEO",
detail: "Visionary leader passionate about home healthcare.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-cheerful-businesswoman_1262-21021.jpg",
},
{ {
id: "leader-2", id: "leader-2", title: "John Smith", subtitle: "Operations Director", detail: "Ensures seamless service delivery and quality.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-scientists-lab_23-2148970019.jpg"},
title: "John Smith",
subtitle: "Operations Director",
detail: "Ensures seamless service delivery and quality.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-scientists-lab_23-2148970019.jpg",
},
], ],
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-playing-with-toys-gym_1153-7964.jpg?_wi=2",
imageAlt: "female healthcare CEO portrait",
}, },
{ {
id: "caregivers", id: "caregivers", groupTitle: "Supervising Care Team", members: [
groupTitle: "Supervising Care Team",
members: [
{ {
id: "care-1", id: "care-1", title: "Emily White", subtitle: "Lead Registered Nurse", detail: "Expert in complex medical care and patient advocacy.", imageSrc: "http://img.b2bpic.net/free-photo/female-nurse-staring-out-window_53876-139578.jpg"},
title: "Emily White",
subtitle: "Lead Registered Nurse",
detail: "Expert in complex medical care and patient advocacy.",
imageSrc: "http://img.b2bpic.net/free-photo/female-nurse-staring-out-window_53876-139578.jpg",
},
{ {
id: "care-2", id: "care-2", title: "Michael Brown", subtitle: "Care Coordinator", detail: "Manages care plans and client-caregiver matching.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-checking-his-diary_23-2147650320.jpg"},
title: "Michael Brown",
subtitle: "Care Coordinator",
detail: "Manages care plans and client-caregiver matching.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-checking-his-diary_23-2147650320.jpg",
},
{ {
id: "care-3", id: "care-3", title: "Sophia Green", subtitle: "Certified Nursing Assistant Supervisor", detail: "Oversees personal care and daily living support.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-tablet_23-2148934365.jpg"},
title: "Sophia Green",
subtitle: "Certified Nursing Assistant Supervisor",
detail: "Oversees personal care and daily living support.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-tablet_23-2148934365.jpg",
},
], ],
imageSrc: "http://img.b2bpic.net/free-photo/elderly-man-having-conversation-with-male-nurse-cozy-nursing-home_482257-20708.jpg?_wi=2",
imageAlt: "female healthcare CEO portrait",
}, },
]} ]}
title="Meet Our Dedicated Leadership & Care Team" title="Meet Our Dedicated Leadership & Care Team"
@@ -156,87 +101,51 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Our Services", title: "Our Services", items: [
items: [
{ {
label: "Skilled Nursing", label: "Skilled Nursing", href: "/services#skilled-nursing"},
href: "/services#skilled-nursing",
},
{ {
label: "Personal Care", label: "Personal Care", href: "/services#personal-care"},
href: "/services#personal-care",
},
{ {
label: "Respite Care", label: "Respite Care", href: "/services#respite-care"},
href: "/services#respite-care",
},
{ {
label: "Request Care", label: "Request Care", href: "/request-care"},
href: "/request-care",
},
], ],
}, },
{ {
title: "About Us", title: "About Us", items: [
items: [
{ {
label: "Our Story", label: "Our Story", href: "/about"},
href: "/about",
},
{ {
label: "Our Team", label: "Our Team", href: "/about#team"},
href: "/about#team",
},
{ {
label: "Careers", label: "Careers", href: "/employment"},
href: "/employment",
},
{ {
label: "Service Areas", label: "Service Areas", href: "/service-areas"},
href: "/service-areas",
},
], ],
}, },
{ {
title: "Contact & Support", title: "Contact & Support", items: [
items: [
{ {
label: "Contact Us", label: "Contact Us", href: "/contact"},
href: "/contact",
},
{ {
label: "Resources", label: "Resources", href: "/resources"},
href: "/resources",
},
{ {
label: "FAQs", label: "FAQs", href: "/resources#faqs"},
href: "/resources#faqs",
},
{ {
label: "Appointments", label: "Appointments", href: "/request-care"},
href: "/request-care",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "HIPAA Compliance", label: "HIPAA Compliance", href: "#"},
href: "#",
},
{ {
label: "Disclaimer", label: "Disclaimer", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}