// Noord builds and funds technology ventures
const about = [
{ mission: "We blend design, operations, engineering, and capital to transform ideas into companies" };
{ focus: "deeptech, ai, healthcare, wellness, collaboration, productivity, enterprise, consumer" };
];
// Venture Studio
const projects = [
{ name: "Stealth Co 01", category: "marketplace" status: "building" },
{ name: "Stealth Co 02", category: "agency" status: "building" },
];
// Portfolio
const portfolio = [
{ name: "Antfarm", category: "robotics" link: "https://antfarm.com/" },
{ name: "Coho", category: "hrm" link: "https://joincoho.com/" }
{ name: "Fitnesse", category: "wellness" link: "https://teamfitnesse.com/" },
{ name: "Proem", category: "ai" link: "https://proem.ai/" }
];
// Team
const team = [
{ name: "Renn", link: "https://linkedin.com/in/renatovaldes/" },
{ name: "Aziez", link: "https://linkedin.com/in/aziezsoekha/" },
{ name: "Flo", link: "https://linkedin.com/in/florianpeninon/" }
];
// Reach out
const contact = "hello@noord.vc";