import React, {Fragment} from 'react'; import Navbar from '../../components/Navbar/Navbar'; import Hero3 from '../../components/hero3/hero3'; import Features2 from '../../components/Features2/Features2'; import About from '../../components/about/about'; import CampaignSectionS2 from '../../components/CampaignSectionS2/CampaignSectionS2'; import Testimonial from '../../components/Testimonial/Testimonial'; import FunFactS2 from '../../components/FunFactS2/FunFactS2'; import TeamSection from '../../components/TeamSection/TeamSection'; import BlogSection from '../../components/BlogSection/BlogSection'; import Donors from '../../components/Donors/Donors'; import Footer from '../../components/footer/Footer'; import PartnerSection from '../../components/PartnerSection/PartnerSection'; import Scrollbar from '../../components/scrollbar/scrollbar'; import abimg from '/public/images/about.png' const HomePage2 =() => { return(