File size: 233 Bytes
f5071ca
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
const companyInformation = [
    { label: "Founded", value: "2022" },
    { label: "Employees", value: "200" },
    { label: "Beta Users", value: "521" },
    { label: "Raised", value: "$25M" },
];

export default companyInformation;