import React from "react"; import Slider from "react-slick"; import Link from 'next/link' import "slick-carousel/slick/slick.css"; import "slick-carousel/slick/slick-theme.css"; import himg from '/public/images/slider/3.png' import icon1 from '/public/images/slider/medal.svg' import icon2 from '/public/images/slider/stick-man.svg' import cImg1 from '/public/images/slider/client1.png' import cImg2 from '/public/images/slider/client2.png' import cImg3 from '/public/images/slider/client3.png' import cImg4 from '/public/images/slider/client4.png' import Image from "next/image"; const settings = { dots: false, arrows: false, speed: 1200, slidesToShow: 4, slidesToScroll: 1, autoplay: true, autoplaySpeed: 2500, }; const ClickHandler = () => { window.scrollTo(10, 0); } const Hero3 = () => { return (

Meet Esther Howard, The Next Country Leader

We can start by taking small steps and making small changes that can have a big impact on the world.

Join The Campaign
Best Leader Award Winner

500K

Active Supporter

) } export default Hero3;