diff --git a/src/pages/index.js b/src/pages/index.js index 620f3bf..4b5d14e 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -155,6 +155,17 @@ const features = [ ), }, + { + title: <>Curve Labs, + url: 'https://www.curvelabs.eu/', + imageUrl: 'img/curve-labs-logo.png', + shortDescription: 'Architecting distributed solutions for the future economy', + description: ( + <> + Curve Labs is a team of design interventionists who research and implement tokeneconomic building blocks to create proofs of concept. + + ), + }, ]; function Home() { diff --git a/static/img/curve-labs-logo.png b/static/img/curve-labs-logo.png new file mode 100644 index 0000000..efa6294 Binary files /dev/null and b/static/img/curve-labs-logo.png differ