import React from 'react' import CountUp, { useCountUp } from 'react-countup'; import VideoModal from '../ModalVideo/VideoModal'; import fImg from '/public/images/funfact2.jpg' import Image from 'next/image'; const FunFactS2 = (props) => { useCountUp({ ref: 'counter', end: 1234567, enableScrollSpy: true, scrollSpyDelay: 1000, }); return (

K

Total People lived in our city

K

Square kilometers region covers

%

Private & domestic garden land

th

Average Costs of Home Ownership

) } export default FunFactS2;