import React, { Fragment } from 'react'; import Navbar from '../components/Navbar/Navbar'; import Hero from '../components/hero/hero'; import Features from '../components/Features/Features'; import About from '../components/about/about'; import ServiceSection from '../components/ServiceSection/ServiceSection'; import ServiceSectionS2 from '../components/ServiceSectionS2/ServiceSectionS2'; import Testimonial from '../components/Testimonial/Testimonial'; import FunFact from '../components/FunFact/FunFact'; import Donors from '../components/Donors/Donors'; import BlogSection from '../components/BlogSection/BlogSection'; import Footer from '../components/footer/Footer'; import Scrollbar from '../components/scrollbar/scrollbar'; import introImg from '/public/images/home/expert-immigration-guidance.webp'; import { serverSideTranslations } from 'next-i18next/serverSideTranslations'; const HomePage = () => { return ( {/* */}