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

Make Donation

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

Campaign Events

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

Join Volunteer

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

) } export default Features2;