Update src/app/programs/page.tsx

This commit is contained in:
2026-03-03 05:51:02 +00:00
parent 41dab11477
commit d6282902ca

View File

@@ -15,7 +15,7 @@ export default function ProgramsPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="mediumSizeLargeTitles"
background="circleGradient"
background="plain"
cardStyle="outline"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -47,33 +47,15 @@ export default function ProgramsPage() {
features={[
{
id: 1,
tag: "Prevention",
title: "Disease Prevention Initiative",
subtitle: "Reducing preventable diseases through evidence-based interventions",
description: "We develop and implement comprehensive disease prevention programs including vaccination drives, health screenings, and community health education. Our initiatives focus on reducing communicable and non-communicable diseases through community engagement and behavioral change strategies.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQF4Twdf4AK5BwKuzUNr2XnxWv/healthcare-workers-conducting-health-edu-1772516791698-b13e1979.png?_wi=2",
imageAlt: "Disease prevention and vaccination programs",
buttons: [{ text: "Learn More", href: "/programs" }]
tag: "Prevention", title: "Disease Prevention Initiative", subtitle: "Reducing preventable diseases through evidence-based interventions", description: "We develop and implement comprehensive disease prevention programs including vaccination drives, health screenings, and community health education. Our initiatives focus on reducing communicable and non-communicable diseases through community engagement and behavioral change strategies.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQF4Twdf4AK5BwKuzUNr2XnxWv/healthcare-workers-conducting-health-edu-1772516791698-b13e1979.png", imageAlt: "Disease prevention and vaccination programs", buttons: [{ text: "Learn More", href: "programs" }]
},
{
id: 2,
tag: "Research",
title: "Epidemiological Research",
subtitle: "Investigating health trends and disease patterns",
description: "Our research team conducts rigorous epidemiological studies to understand disease patterns, risk factors, and effective interventions. We analyze health data to inform policy and practice decisions that improve public health outcomes at scale.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQF4Twdf4AK5BwKuzUNr2XnxWv/public-health-researchers-conducting-epi-1772516791756-16a82424.png?_wi=2",
imageAlt: "Public health research and data analysis",
buttons: [{ text: "Learn More", href: "/programs" }]
tag: "Research", title: "Epidemiological Research", subtitle: "Investigating health trends and disease patterns", description: "Our research team conducts rigorous epidemiological studies to understand disease patterns, risk factors, and effective interventions. We analyze health data to inform policy and practice decisions that improve public health outcomes at scale.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQF4Twdf4AK5BwKuzUNr2XnxWv/public-health-researchers-conducting-epi-1772516791756-16a82424.png", imageAlt: "Public health research and data analysis", buttons: [{ text: "Learn More", href: "programs" }]
},
{
id: 3,
tag: "Community",
title: "Community Health Programs",
subtitle: "Empowering communities with health resources",
description: "We partner with local communities to develop culturally appropriate health programs. Our community health workers provide education, support, and resources to promote health literacy and improve access to care for underserved populations.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQF4Twdf4AK5BwKuzUNr2XnxWv/community-health-workers-engaging-with-d-1772516792831-98a6b2eb.png?_wi=2",
imageAlt: "Community health workers engaging with diverse populations",
buttons: [{ text: "Learn More", href: "/programs" }]
tag: "Community", title: "Community Health Programs", subtitle: "Empowering communities with health resources", description: "We partner with local communities to develop culturally appropriate health programs. Our community health workers provide education, support, and resources to promote health literacy and improve access to care for underserved populations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQF4Twdf4AK5BwKuzUNr2XnxWv/community-health-workers-engaging-with-d-1772516792831-98a6b2eb.png", imageAlt: "Community health workers engaging with diverse populations", buttons: [{ text: "Learn More", href: "programs" }]
}
]}
/>
@@ -84,8 +66,7 @@ export default function ProgramsPage() {
logoText="CRPHI"
columns={[
{
title: "Organization",
items: [
title: "Organization", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/team" },
{ label: "Careers", href: "#" },
@@ -93,8 +74,7 @@ export default function ProgramsPage() {
]
},
{
title: "Programs",
items: [
title: "Programs", items: [
{ label: "Disease Prevention", href: "/programs" },
{ label: "Research Initiatives", href: "/programs" },
{ label: "Community Health", href: "/programs" },
@@ -102,8 +82,7 @@ export default function ProgramsPage() {
]
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Publications", href: "#" },
{ label: "Health Data", href: "#" },
{ label: "News & Updates", href: "#" },
@@ -111,8 +90,7 @@ export default function ProgramsPage() {
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Partnership Opportunities", href: "#" },
{ label: "Support Our Work", href: "#" },
{ label: "Subscribe Newsletter", href: "#" },