diff --git a/src/app/page.tsx b/src/app/page.tsx index 6074dd0..a96301d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/close-up-volunteer-teamwork-join-hands-environment-conservation-volunteering-world-environment-day_640221-254.jpg", imageAlt: "Community members helping each other"}, { - imageSrc: "http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg", imageAlt: "Families receiving support from Connors Cause"}, + imageSrc: "http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=1", imageAlt: "Families receiving support from Connors Cause"}, ]} mediaAnimation="slide-up" rating={5} @@ -74,11 +74,11 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "500+", title: "Families Served", description: "Direct support provided this year", imageSrc: "http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg", imageAlt: "Families receiving support"}, + id: "1", value: "500+", title: "Families Served", description: "Direct support provided this year", imageSrc: "http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=2", imageAlt: "Families receiving support"}, { - id: "2", value: "2,500+", title: "Meals Distributed", description: "Nutritious food to those in need", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg", imageAlt: "Food drive and meal distribution"}, + id: "2", value: "2,500+", title: "Meals Distributed", description: "Nutritious food to those in need", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg?_wi=1", imageAlt: "Food drive and meal distribution"}, { - id: "3", value: "150+", title: "Children Tutored", description: "Academic support and mentorship", imageSrc: "http://img.b2bpic.net/free-photo/school-education-home-tutoring-concept-horizontal-shot-black-clever-african-amercan-woman-answers-some-question-schoolboy-who-has-headache-cant-understand-flipchart-diagram_273609-44824.jpg", imageAlt: "Education and tutoring support"}, + id: "3", value: "150+", title: "Children Tutored", description: "Academic support and mentorship", imageSrc: "http://img.b2bpic.net/free-photo/school-education-home-tutoring-concept-horizontal-shot-black-clever-african-amercan-woman-answers-some-question-schoolboy-who-has-headache-cant-understand-flipchart-diagram_273609-44824.jpg?_wi=1", imageAlt: "Education and tutoring support"}, ]} animationType="slide-up" textboxLayout="default" @@ -96,16 +96,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Emergency Financial Assistance", description: "Immediate help for rent, utilities, and critical bills when families face unexpected hardship.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-psychologist-s-office-talking-about-problems_1157-28377.jpg", imageAlt: "Financial assistance support"}, + title: "Emergency Financial Assistance", description: "Immediate help for rent, utilities, and critical bills when families face unexpected hardship.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-psychologist-s-office-talking-about-problems_1157-28377.jpg?_wi=1", imageAlt: "Financial assistance support"}, { id: 2, - title: "Food Pantry & Meal Programs", description: "Weekly food distributions and meal support ensuring no one goes hungry in our community.", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg", imageAlt: "Food pantry and meal support"}, + title: "Food Pantry & Meal Programs", description: "Weekly food distributions and meal support ensuring no one goes hungry in our community.", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg?_wi=2", imageAlt: "Food pantry and meal support"}, { id: 3, - title: "Counseling & Mental Health Support", description: "Professional and peer counseling to help families navigate life's challenges with compassion.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-psychologist-s-office-talking-about-problems_1157-28377.jpg", imageAlt: "Counseling and support services"}, + title: "Counseling & Mental Health Support", description: "Professional and peer counseling to help families navigate life's challenges with compassion.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-psychologist-s-office-talking-about-problems_1157-28377.jpg?_wi=2", imageAlt: "Counseling and support services"}, { id: 4, - title: "Youth Tutoring & Education Programs", description: "Academic mentorship and tutoring to help children succeed and reach their potential.", imageSrc: "http://img.b2bpic.net/free-photo/school-education-home-tutoring-concept-horizontal-shot-black-clever-african-amercan-woman-answers-some-question-schoolboy-who-has-headache-cant-understand-flipchart-diagram_273609-44824.jpg", imageAlt: "Youth education and tutoring"}, + title: "Youth Tutoring & Education Programs", description: "Academic mentorship and tutoring to help children succeed and reach their potential.", imageSrc: "http://img.b2bpic.net/free-photo/school-education-home-tutoring-concept-horizontal-shot-black-clever-african-amercan-woman-answers-some-question-schoolboy-who-has-headache-cant-understand-flipchart-diagram_273609-44824.jpg?_wi=2", imageAlt: "Youth education and tutoring"}, ]} animationType="blur-reveal" textboxLayout="default" @@ -117,13 +117,13 @@ export default function LandingPage() {