import React from "react"; import Link from 'next/link' import hero1 from '/public/images/slider/1.png' import Image from "next/image"; const Hero = () => { const ClickHandler = () => { window.scrollTo(10, 0); } return (
We Are Waiting For You

Lets Make The World Great Again

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

Join The Campaign
) } export default Hero;