import React from 'react' import CountUp, { useCountUp } from 'react-countup'; import VideoModal from '../ModalVideo/VideoModal'; const FunFact = (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 FunFact;