import StatsCover from '../../assets/images/instagram-preview.jpg' import companyStats from '../../data/companyStats' export default function Stats() { return (

Valuable Metrics

TRUSTED BY THOUSANDS OF BUSINESS OWNERS

Whereas almost every other provider in the market is using bots, scripts, or automation software to grow your account and offer ridiculous growth, our team is 100% compliant with Instagram’s terms of service. We’re an agency that believes in doing things the right way. Don’t risk your account with those other shady providers.

{companyStats.map((item) => (

{item.stat} {item.title}{' '} {item.desc}

))}
) }