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

29

30

31

32

33

34

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

29

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

// 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";