diff --git a/site/src/pages/index.js b/site/src/pages/index.js index 3fd814141..39558823f 100644 --- a/site/src/pages/index.js +++ b/site/src/pages/index.js @@ -82,6 +82,11 @@ const examples = [ href: 'https://bokuweb.github.io/re-bulma/', image: '/img/example4.png', }, + { + title: 'Atalaya UI Components', + href: 'https://atalaya.dev.therms.io/', + image: '/img/example5.png', + }, ]; function Feature({ title, subtitle, paragraphs, figure, flipped }) { diff --git a/site/static/img/example5.png b/site/static/img/example5.png new file mode 100644 index 000000000..24c92fea0 Binary files /dev/null and b/site/static/img/example5.png differ