import React from "react"; import Link from 'next/link' const ClickHandler = () => { window.scrollTo(10, 0); } const Features = (props) => { return (

Our Mission

Our Mission

Empowering communities through compassionate action, positive change with charity mission.

Campaign Events

Campaign Events

Join us in supporting a worthy cause at our charity event, together we can make a difference.

Make Donation

Make Donation

Donate now to help those in need! Make a difference by taking action with your donation.

Join Volunteer

Join Volunteer

Join our team of volunteers and help make a positive impact in your community today.

) } export default Features;