Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f192bc75f1 | |||
| b91bf00c9a |
257
src/app/page.tsx
257
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Milan Puskar Health Right"
|
brandName="Milan Puskar Health Right"
|
||||||
/>
|
/>
|
||||||
@@ -55,81 +47,50 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="Accessible Healthcare for Our Community"
|
title="Accessible Healthcare for Our Community"
|
||||||
description="Providing non-judgmental, free medical care to our neighbors in West Virginia since 1984. We believe health is a right, not a privilege."
|
description="Providing non-judgmental, free medical care to our neighbors in West Virginia since 1984. We believe health is a right, not a privilege."
|
||||||
kpis={[
|
kpis={[
|
||||||
{
|
{
|
||||||
value: "28,000+",
|
value: "28,000+", label: "Annual Patient Encounters"},
|
||||||
label: "Annual Patient Encounters",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "40 Years",
|
value: "40 Years", label: "Serving West Virginia"},
|
||||||
label: "Serving West Virginia",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "$Millions",
|
value: "$Millions", label: "Free Medications Dispensed"},
|
||||||
label: "Free Medications Dispensed",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Donate Now",
|
text: "Join Our Mission", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Are You Eligible?",
|
text: "Are You Eligible?", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917695.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917695.jpg?_wi=1"
|
||||||
imageAlt="Milan Puskar Health Right staff"
|
imageAlt="Milan Puskar Health Right staff"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/asian-receptionist-working-with-copy-printer-hopital-reception-desk-medical-reports-regstration-forms-patients-with-appointments-using-papers-health-insurance-support_482257-51639.jpg",
|
src: "http://img.b2bpic.net/free-photo/asian-receptionist-working-with-copy-printer-hopital-reception-desk-medical-reports-regstration-forms-patients-with-appointments-using-papers-health-insurance-support_482257-51639.jpg", alt: "Staff member 1"},
|
||||||
alt: "Staff member 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/medical-assistant-examines-patient-back-muscles-with-physical-touch-technique_482257-122748.jpg",
|
src: "http://img.b2bpic.net/free-photo/medical-assistant-examines-patient-back-muscles-with-physical-touch-technique_482257-122748.jpg", alt: "Staff member 2"},
|
||||||
alt: "Staff member 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/african-american-medical-staff-talking-about-appointments-disease-treatments-hospital-reception-lobby-nurse-physician-working-health-center-discussing-medicine_482257-60376.jpg",
|
src: "http://img.b2bpic.net/free-photo/african-american-medical-staff-talking-about-appointments-disease-treatments-hospital-reception-lobby-nurse-physician-working-health-center-discussing-medicine_482257-60376.jpg", alt: "Staff member 3"},
|
||||||
alt: "Staff member 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/doctors-nurse-interacting-with-each-other_107420-84775.jpg",
|
src: "http://img.b2bpic.net/free-photo/doctors-nurse-interacting-with-each-other_107420-84775.jpg", alt: "Staff member 4"},
|
||||||
alt: "Staff member 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/pregnant-patient-meeting-with-doctor-cabinet-covid-pandemic_482257-40872.jpg",
|
src: "http://img.b2bpic.net/free-photo/pregnant-patient-meeting-with-doctor-cabinet-covid-pandemic_482257-40872.jpg", alt: "Staff member 5"},
|
||||||
alt: "Staff member 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Health is a Right"},
|
||||||
text: "Health is a Right",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Free Care"},
|
||||||
text: "Free Care",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Community First"},
|
||||||
text: "Community First",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Since 1984"},
|
||||||
text: "Since 1984",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Non-Judgmental"},
|
||||||
text: "Non-Judgmental",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -139,14 +100,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "Care Without Judgment"},
|
||||||
content: "Care Without Judgment",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/side-view-nurses-working-together_52683-98096.jpg", alt: "Staff members working"},
|
||||||
src: "http://img.b2bpic.net/free-photo/side-view-nurses-working-together_52683-98096.jpg",
|
|
||||||
alt: "Staff members working",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -159,25 +115,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "30", title: "Staff Members", description: "Dedicated professionals providing care daily.", icon: Users,
|
||||||
value: "30",
|
|
||||||
title: "Staff Members",
|
|
||||||
description: "Dedicated professionals providing care daily.",
|
|
||||||
icon: Users,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "200+", title: "Volunteers", description: "Passionate volunteers powering our mission.", icon: Award,
|
||||||
value: "200+",
|
|
||||||
title: "Volunteers",
|
|
||||||
description: "Passionate volunteers powering our mission.",
|
|
||||||
icon: Award,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "250%", title: "Poverty Level Eligibility", description: "Expanding access for qualifying residents.", icon: Shield,
|
||||||
value: "250%",
|
|
||||||
title: "Poverty Level Eligibility",
|
|
||||||
description: "Expanding access for qualifying residents.",
|
|
||||||
icon: Shield,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Collective Impact"
|
title="Our Collective Impact"
|
||||||
@@ -192,38 +136,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Free Medical Care", author: "Clinical Services", description: "Comprehensive primary care services for the uninsured.", tags: [
|
||||||
title: "Free Medical Care",
|
"Primary Care", "Consultation"],
|
||||||
author: "Clinical Services",
|
imageSrc: "http://img.b2bpic.net/free-photo/elderly-man-hospital-reception-wearing-face-mask-taking-with-nurse-while-waiting-coronavirus-examination_482257-8532.jpg"},
|
||||||
description: "Comprehensive primary care services for the uninsured.",
|
|
||||||
tags: [
|
|
||||||
"Primary Care",
|
|
||||||
"Consultation",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-man-hospital-reception-wearing-face-mask-taking-with-nurse-while-waiting-coronavirus-examination_482257-8532.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Prescription Assistance", author: "Pharmacy", description: "Dispensing millions in life-saving medication.", tags: [
|
||||||
title: "Prescription Assistance",
|
"Pharmacy", "Medication"],
|
||||||
author: "Pharmacy",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-working-covid-concept_23-2148616730.jpg?_wi=1"},
|
||||||
description: "Dispensing millions in life-saving medication.",
|
|
||||||
tags: [
|
|
||||||
"Pharmacy",
|
|
||||||
"Medication",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-working-covid-concept_23-2148616730.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Community Support", author: "Outreach", description: "Advocacy and navigation for our neighbors.", tags: [
|
||||||
title: "Community Support",
|
"Advocacy", "Outreach"],
|
||||||
author: "Outreach",
|
imageSrc: "http://img.b2bpic.net/free-photo/physician-having-conversation-with-adult-medical-cabinet-taking-notes-about-health-care-diagnosis-general-practitioner-talking-mother-about-recovery-treatment-appointment_482257-41817.jpg"},
|
||||||
description: "Advocacy and navigation for our neighbors.",
|
|
||||||
tags: [
|
|
||||||
"Advocacy",
|
|
||||||
"Outreach",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/physician-having-conversation-with-adult-medical-cabinet-taking-notes-about-health-care-diagnosis-general-practitioner-talking-mother-about-recovery-treatment-appointment_482257-41817.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Comprehensive Healthcare Services"
|
title="Comprehensive Healthcare Services"
|
||||||
description="We offer a wide range of services designed to support our patients' health and well-being."
|
description="We offer a wide range of services designed to support our patients' health and well-being."
|
||||||
@@ -236,60 +159,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah J.", date: "Oct 2025", title: "Patient", quote: "I don't know where I'd be without their kindness and care.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/jolly-upbeat-person-sitting-home-desk-exulting-feeling-satisfied-close-up_482257-123062.jpg", imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917695.jpg?_wi=2", imageAlt: "portrait of patient smiling happy"},
|
||||||
name: "Sarah J.",
|
|
||||||
date: "Oct 2025",
|
|
||||||
title: "Patient",
|
|
||||||
quote: "I don't know where I'd be without their kindness and care.",
|
|
||||||
tag: "5 Stars",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/jolly-upbeat-person-sitting-home-desk-exulting-feeling-satisfied-close-up_482257-123062.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917695.jpg?_wi=2",
|
|
||||||
imageAlt: "portrait of patient smiling happy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Mark R.", date: "Sep 2025", title: "Patient", quote: "Truly compassionate team. They listen to you without judgment.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-elderly-woman-with-white-shirt_1098-3484.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-nurses-working-together_52683-98096.jpg", imageAlt: "portrait of patient smiling happy"},
|
||||||
name: "Mark R.",
|
|
||||||
date: "Sep 2025",
|
|
||||||
title: "Patient",
|
|
||||||
quote: "Truly compassionate team. They listen to you without judgment.",
|
|
||||||
tag: "5 Stars",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-elderly-woman-with-white-shirt_1098-3484.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-nurses-working-together_52683-98096.jpg",
|
|
||||||
imageAlt: "portrait of patient smiling happy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily D.", date: "Aug 2025", title: "Patient", quote: "Finally, a place that treats healthcare as a basic human right.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/elegant-couple-draws-art-studio_1157-30469.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-age-couple-having-date_23-2149016160.jpg", imageAlt: "portrait of patient smiling happy"},
|
||||||
name: "Emily D.",
|
|
||||||
date: "Aug 2025",
|
|
||||||
title: "Patient",
|
|
||||||
quote: "Finally, a place that treats healthcare as a basic human right.",
|
|
||||||
tag: "5 Stars",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/elegant-couple-draws-art-studio_1157-30469.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-age-couple-having-date_23-2149016160.jpg",
|
|
||||||
imageAlt: "portrait of patient smiling happy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David W.", date: "Jul 2025", title: "Patient", quote: "Responsive, professional, and deeply caring staff.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/patient-consulting-doctor_1170-2108.jpg", imageSrc: "http://img.b2bpic.net/free-photo/nobody-waiting-room-with-front-desk-reception-wall-screen-tv-with-promotional-offer-private-practice-hopital-waiting-area-patients-with-doctor-appointments-modern-healthcare-clinic_482257-46743.jpg?_wi=1", imageAlt: "portrait of patient smiling happy"},
|
||||||
name: "David W.",
|
|
||||||
date: "Jul 2025",
|
|
||||||
title: "Patient",
|
|
||||||
quote: "Responsive, professional, and deeply caring staff.",
|
|
||||||
tag: "5 Stars",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/patient-consulting-doctor_1170-2108.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/nobody-waiting-room-with-front-desk-reception-wall-screen-tv-with-promotional-offer-private-practice-hopital-waiting-area-patients-with-doctor-appointments-modern-healthcare-clinic_482257-46743.jpg?_wi=1",
|
|
||||||
imageAlt: "portrait of patient smiling happy",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Elena P.", date: "Jun 2025", title: "Patient", quote: "A true pillar of our community. Thank you for everything.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/elderly-man-hospital-reception-wearing-face-mask-taking-with-nurse-while-waiting-coronavirus-examination_482257-8532.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-working-covid-concept_23-2148616730.jpg?_wi=2", imageAlt: "portrait of patient smiling happy"},
|
||||||
name: "Elena P.",
|
|
||||||
date: "Jun 2025",
|
|
||||||
title: "Patient",
|
|
||||||
quote: "A true pillar of our community. Thank you for everything.",
|
|
||||||
tag: "5 Stars",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/elderly-man-hospital-reception-wearing-face-mask-taking-with-nurse-while-waiting-coronavirus-examination_482257-8532.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-working-covid-concept_23-2148616730.jpg?_wi=2",
|
|
||||||
imageAlt: "portrait of patient smiling happy",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Voices from Our Community"
|
title="Voices from Our Community"
|
||||||
description="Read stories from the individuals we support every day."
|
description="Read stories from the individuals we support every day."
|
||||||
@@ -302,20 +180,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "Who is eligible for free care?", content: "Patients up to 250% of the Federal Poverty Level are eligible for our services."},
|
||||||
title: "Who is eligible for free care?",
|
|
||||||
content: "Patients up to 250% of the Federal Poverty Level are eligible for our services.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Do you accept Medicaid?", content: "Yes, we accept Medicaid and work with patients to determine coverage."},
|
||||||
title: "Do you accept Medicaid?",
|
|
||||||
content: "Yes, we accept Medicaid and work with patients to determine coverage.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "How can I volunteer?", content: "We have over 200 active volunteers. Visit our office or contact us to start the process."},
|
||||||
title: "How can I volunteer?",
|
|
||||||
content: "We have over 200 active volunteers. Visit our office or contact us to start the process.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/nobody-waiting-room-with-front-desk-reception-wall-screen-tv-with-promotional-offer-private-practice-hopital-waiting-area-patients-with-doctor-appointments-modern-healthcare-clinic_482257-46743.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/nobody-waiting-room-with-front-desk-reception-wall-screen-tv-with-promotional-offer-private-practice-hopital-waiting-area-patients-with-doctor-appointments-modern-healthcare-clinic_482257-46743.jpg?_wi=2"
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
@@ -329,8 +198,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Support Our Mission"
|
title="Support Our Mission"
|
||||||
description="Your contribution ensures our community receives the healthcare they deserve. Donate today or reach out for clinical support."
|
description="Your contribution ensures our community receives the healthcare they deserve. Donate today or reach out for clinical support."
|
||||||
@@ -342,46 +210,29 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Quick Links",
|
title: "Quick Links", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "New Patients",
|
label: "New Patients", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support Us",
|
title: "Support Us", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Donate",
|
label: "Donate", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Volunteer",
|
label: "Volunteer", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "10 Scott Ave. Morgantown, WV",
|
label: "10 Scott Ave. Morgantown, WV", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "304-292-8234",
|
label: "304-292-8234", href: "tel:3042928234"},
|
||||||
href: "tel:3042928234",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -392,4 +243,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user