1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 // Partners Factory LLC const partnersfactory = { description: "AI Software House", mission: "We build easy to use Apps, SaaS, Web Tools & Digital Robots.", products: [ "WhatsApp Bots", "Mobile Apps", "SaaS", "Mac Softwares" ], contact: "[email protected]", copyright: "Copyright (c) 2024 - Partners Factory LLC - Delaware, US" }; // Export the company information export default partnersfactory;