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
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Employment",
id: "/employment",
},
name: "Employment", id: "/employment"},
{
name: "Resources",
id: "/resources",
},
name: "Resources", id: "/resources"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
logoAlt="Janic Healthcare logo"
brandName="Janic Healthcare Services, LLC."
button={{
text: "Request Care",
href: "/request-care",
}}
text: "Request Care", href: "/request-care"}}
/>
</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."
metrics={[
{
value: "Client-Centered Approach",
title: "Personalized Care Plans",
},
value: "Client-Centered Approach", title: "Personalized Care Plans"},
{
value: "Trained & Vetted",
title: "Highly Qualified Staff",
},
value: "Trained & Vetted", title: "Highly Qualified Staff"},
{
value: "Ethical Practice",
title: "Integrity & Transparency",
},
value: "Ethical Practice", title: "Integrity & Transparency"},
{
value: "Community Focused",
title: "Serving Georgia Families",
},
value: "Community Focused", title: "Serving Georgia Families"},
]}
imageSrc="http://img.b2bpic.net/free-photo/nurse-her-work-clinic-wearing-scrubs-gloves_23-2149844673.jpg"
imageAlt="Diverse group of caregivers smiling"
@@ -96,55 +74,22 @@ export default function LandingPage() {
useInvertedBackground={true}
groups={[
{
id: "leadership",
groupTitle: "Leadership Team",
members: [
id: "leadership", groupTitle: "Leadership Team", members: [
{
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",
},
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"},
{
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",
},
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"},
],
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",
groupTitle: "Supervising Care Team",
members: [
id: "caregivers", groupTitle: "Supervising Care Team", members: [
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
],
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"
@@ -156,87 +101,51 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Our Services",
items: [
title: "Our Services", items: [
{
label: "Skilled Nursing",
href: "/services#skilled-nursing",
},
label: "Skilled Nursing", href: "/services#skilled-nursing"},
{
label: "Personal Care",
href: "/services#personal-care",
},
label: "Personal Care", href: "/services#personal-care"},
{
label: "Respite Care",
href: "/services#respite-care",
},
label: "Respite Care", href: "/services#respite-care"},
{
label: "Request Care",
href: "/request-care",
},
label: "Request Care", href: "/request-care"},
],
},
{
title: "About Us",
items: [
title: "About Us", items: [
{
label: "Our Story",
href: "/about",
},
label: "Our Story", href: "/about"},
{
label: "Our Team",
href: "/about#team",
},
label: "Our Team", href: "/about#team"},
{
label: "Careers",
href: "/employment",
},
label: "Careers", href: "/employment"},
{
label: "Service Areas",
href: "/service-areas",
},
label: "Service Areas", href: "/service-areas"},
],
},
{
title: "Contact & Support",
items: [
title: "Contact & Support", items: [
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Resources",
href: "/resources",
},
label: "Resources", href: "/resources"},
{
label: "FAQs",
href: "/resources#faqs",
},
label: "FAQs", href: "/resources#faqs"},
{
label: "Appointments",
href: "/request-care",
},
label: "Appointments", href: "/request-care"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "HIPAA Compliance",
href: "#",
},
label: "HIPAA Compliance", href: "#"},
{
label: "Disclaimer",
href: "#",
},
label: "Disclaimer", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}