Update src/app/page.tsx
This commit is contained in:
144
src/app/page.tsx
144
src/app/page.tsx
@@ -9,7 +9,7 @@ import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { Heart, Stethoscope, BarChart3, Shield, Users, Scales, Target, TrendingUp, MessageSquare } from "lucide-react";
|
||||
import { Heart, Stethoscope, BarChart3, Shield, Users, Scale, Target, TrendingUp, MessageSquare } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -20,7 +20,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="circleGradient"
|
||||
background="plain"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -44,13 +44,13 @@ export default function HomePage() {
|
||||
<HeroBillboard
|
||||
title="Leading Public Health Innovation for Communities"
|
||||
description="CRPHI empowers communities through evidence-based research, disease prevention programs, and collaborative health initiatives. Together, we build healthier futures."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Public Health Leadership"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Explore Our Work", href: "/programs" },
|
||||
{ text: "Learn More", href: "/about" }
|
||||
{ text: "Explore Our Work", href: "programs" },
|
||||
{ text: "Learn More", href: "about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQF4Twdf4AK5BwKuzUNr2XnxWv/a-diverse-group-of-healthcare-profession-1772516791513-05f67dc2.png"
|
||||
@@ -69,27 +69,19 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Evidence-Based Research",
|
||||
description: "Conducting cutting-edge epidemiological and public health research to identify solutions for pressing health challenges.",
|
||||
icon: BarChart3
|
||||
title: "Evidence-Based Research", description: "Conducting cutting-edge epidemiological and public health research to identify solutions for pressing health challenges.", icon: BarChart3
|
||||
},
|
||||
{
|
||||
title: "Disease Prevention",
|
||||
description: "Implementing comprehensive disease prevention and health promotion programs in underserved communities.",
|
||||
icon: Shield
|
||||
title: "Disease Prevention", description: "Implementing comprehensive disease prevention and health promotion programs in underserved communities.", icon: Shield
|
||||
},
|
||||
{
|
||||
title: "Community Engagement",
|
||||
description: "Building strong partnerships with communities to co-develop sustainable health solutions.",
|
||||
icon: Users
|
||||
title: "Community Engagement", description: "Building strong partnerships with communities to co-develop sustainable health solutions.", icon: Users
|
||||
},
|
||||
{
|
||||
title: "Health Equity",
|
||||
description: "Addressing social determinants of health and working to eliminate health disparities across populations.",
|
||||
icon: Scales
|
||||
title: "Health Equity", description: "Addressing social determinants of health and working to eliminate health disparities across populations.", icon: Scale
|
||||
}
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQF4Twdf4AK5BwKuzUNr2XnxWv/a-well-organized-public-health-research--1772516792240-6a92ca51.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQF4Twdf4AK5BwKuzUNr2XnxWv/a-well-organized-public-health-research--1772516792240-6a92ca51.png"
|
||||
imageAlt="CRPHI research facility and health data analysis"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -111,33 +103,15 @@ export default function HomePage() {
|
||||
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=1",
|
||||
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=1",
|
||||
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=1",
|
||||
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" }]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -155,28 +129,16 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "250K+",
|
||||
title: "Community Members Reached",
|
||||
items: ["Through health education programs", "Across 15+ communities", "Direct health services delivered"]
|
||||
id: "1", value: "250K+", title: "Community Members Reached", items: ["Through health education programs", "Across 15+ communities", "Direct health services delivered"]
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "85%",
|
||||
title: "Disease Prevention Success Rate",
|
||||
items: ["Improved health outcomes", "Vaccination coverage increased", "Preventable disease reduction"]
|
||||
id: "2", value: "85%", title: "Disease Prevention Success Rate", items: ["Improved health outcomes", "Vaccination coverage increased", "Preventable disease reduction"]
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "50+",
|
||||
title: "Research Publications",
|
||||
items: ["Peer-reviewed studies", "Health policy influenced", "Evidence-based solutions shared"]
|
||||
id: "3", value: "50+", title: "Research Publications", items: ["Peer-reviewed studies", "Health policy influenced", "Evidence-based solutions shared"]
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "12",
|
||||
title: "Active Health Programs",
|
||||
items: ["Serving diverse populations", "Multiple health focus areas", "Continuous community impact"]
|
||||
id: "4", value: "12", title: "Active Health Programs", items: ["Serving diverse populations", "Multiple health focus areas", "Continuous community impact"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -194,40 +156,20 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Patricia Okonkwo",
|
||||
role: "Hospital Administrator",
|
||||
company: "Regional Medical Center",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQF4Twdf4AK5BwKuzUNr2XnxWv/professional-portrait-photograph-of-a-he-1772516791068-81f0a219.png?_wi=1",
|
||||
imageAlt: "Dr. Patricia Okonkwo"
|
||||
id: "1", name: "Dr. Patricia Okonkwo", role: "Hospital Administrator", company: "Regional Medical Center", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQF4Twdf4AK5BwKuzUNr2XnxWv/professional-portrait-photograph-of-a-he-1772516791068-81f0a219.png", imageAlt: "Dr. Patricia Okonkwo"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Mitchell",
|
||||
role: "Community Health Director",
|
||||
company: "Urban Health Alliance",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQF4Twdf4AK5BwKuzUNr2XnxWv/professional-portrait-photograph-of-a-co-1772516790817-c188cbdc.png?_wi=1",
|
||||
imageAlt: "James Mitchell"
|
||||
id: "2", name: "James Mitchell", role: "Community Health Director", company: "Urban Health Alliance", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQF4Twdf4AK5BwKuzUNr2XnxWv/professional-portrait-photograph-of-a-co-1772516790817-c188cbdc.png", imageAlt: "James Mitchell"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dr. Amara Ndiaye",
|
||||
role: "Epidemiology Researcher",
|
||||
company: "National Health Institute",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQF4Twdf4AK5BwKuzUNr2XnxWv/professional-portrait-photograph-of-a-me-1772516791143-4745de5e.png?_wi=1",
|
||||
imageAlt: "Dr. Amara Ndiaye"
|
||||
id: "3", name: "Dr. Amara Ndiaye", role: "Epidemiology Researcher", company: "National Health Institute", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQF4Twdf4AK5BwKuzUNr2XnxWv/professional-portrait-photograph-of-a-me-1772516791143-4745de5e.png", imageAlt: "Dr. Amara Ndiaye"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Chen",
|
||||
role: "Public Health Director",
|
||||
company: "State Health Department",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQF4Twdf4AK5BwKuzUNr2XnxWv/professional-portrait-photograph-of-a-pu-1772516791645-2988f095.png?_wi=1",
|
||||
imageAlt: "Michael Chen"
|
||||
id: "4", name: "Michael Chen", role: "Public Health Director", company: "State Health Department", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQF4Twdf4AK5BwKuzUNr2XnxWv/professional-portrait-photograph-of-a-pu-1772516791645-2988f095.png", imageAlt: "Michael Chen"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
@@ -248,34 +190,22 @@ export default function HomePage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is CRPHI's primary mission?",
|
||||
content: "CRPHI is committed to advancing public health through rigorous research, evidence-based interventions, and community partnerships. We focus on disease prevention, health equity, and improving health outcomes for all communities, particularly underserved populations."
|
||||
id: "1", title: "What is CRPHI's primary mission?", content: "CRPHI is committed to advancing public health through rigorous research, evidence-based interventions, and community partnerships. We focus on disease prevention, health equity, and improving health outcomes for all communities, particularly underserved populations."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What populations does CRPHI serve?",
|
||||
content: "We serve diverse communities, with a particular focus on underserved and vulnerable populations. Our programs address health disparities and social determinants of health across multiple communities through culturally appropriate and community-driven approaches."
|
||||
id: "2", title: "What populations does CRPHI serve?", content: "We serve diverse communities, with a particular focus on underserved and vulnerable populations. Our programs address health disparities and social determinants of health across multiple communities through culturally appropriate and community-driven approaches."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "How can organizations partner with CRPHI?",
|
||||
content: "We welcome partnerships with healthcare organizations, government agencies, NGOs, and community groups. We collaborate on research projects, program implementation, and health initiatives. Please contact our partnership team at partnerships@crphi.org to explore collaboration opportunities."
|
||||
id: "3", title: "How can organizations partner with CRPHI?", content: "We welcome partnerships with healthcare organizations, government agencies, NGOs, and community groups. We collaborate on research projects, program implementation, and health initiatives. Please contact our partnership team at partnerships@crphi.org to explore collaboration opportunities."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "What types of research does CRPHI conduct?",
|
||||
content: "Our research includes epidemiological studies, health outcomes research, program evaluation, and implementation science. We investigate disease patterns, test interventions, and generate evidence to inform public health policy and practice decisions."
|
||||
id: "4", title: "What types of research does CRPHI conduct?", content: "Our research includes epidemiological studies, health outcomes research, program evaluation, and implementation science. We investigate disease patterns, test interventions, and generate evidence to inform public health policy and practice decisions."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "How is CRPHI funded?",
|
||||
content: "CRPHI is supported through government grants, foundation funding, research contracts, and partnerships with healthcare organizations. Our funding enables us to sustain our programs and expand our impact on public health."
|
||||
id: "5", title: "How is CRPHI funded?", content: "CRPHI is supported through government grants, foundation funding, research contracts, and partnerships with healthcare organizations. Our funding enables us to sustain our programs and expand our impact on public health."
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "How can I join the CRPHI team?",
|
||||
content: "We're always looking for talented public health professionals. Visit our careers page for current open positions or send your inquiry to hr@crphi.org. We value diversity and welcome applications from qualified candidates."
|
||||
id: "6", title: "How can I join the CRPHI team?", content: "We're always looking for talented public health professionals. Visit our careers page for current open positions or send your inquiry to hr@crphi.org. We value diversity and welcome applications from qualified candidates."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -286,8 +216,7 @@ export default function HomePage() {
|
||||
logoText="CRPHI"
|
||||
columns={[
|
||||
{
|
||||
title: "Organization",
|
||||
items: [
|
||||
title: "Organization", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/team" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -295,8 +224,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Programs",
|
||||
items: [
|
||||
title: "Programs", items: [
|
||||
{ label: "Disease Prevention", href: "/programs" },
|
||||
{ label: "Research Initiatives", href: "/programs" },
|
||||
{ label: "Community Health", href: "/programs" },
|
||||
@@ -304,8 +232,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Publications", href: "#" },
|
||||
{ label: "Health Data", href: "#" },
|
||||
{ label: "News & Updates", href: "#" },
|
||||
@@ -313,8 +240,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Partnership Opportunities", href: "#" },
|
||||
{ label: "Support Our Work", href: "#" },
|
||||
{ label: "Subscribe Newsletter", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user