File size: 583 Bytes
f5071ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
const companyStats = [
    {
        id: 1,
        stat: '5K+',
        title: 'Happy Customers',
        desc: 'and they are becoming more happy',
    },
    {
        id: 2,
        stat: '205M+',
        title: 'Followers Gained',
        desc: 'and they never stop coming',
    },
    {
        id: 3,
        stat: '+150%',
        title: 'Increased Engagement',
        desc: 'your content is blowing',
    },
    {
        id: 4,
        stat: '+33%',
        title: 'Increased Leads',
        desc: 'the business keeps getting better',
    },
]

export default companyStats;