diff --git a/src/pages/sites.js b/src/pages/sites.js index dd32e67..16660ae 100644 --- a/src/pages/sites.js +++ b/src/pages/sites.js @@ -4,6 +4,14 @@ import Card from '../components/card'; import Layout from '../components/layout'; const studentsSites = [ + { + title: 'Exemplo', + subtitle: 'Desenvolvedora Front-end', + link: 'https://exemplo.github.io', + imageLink: + 'https://raw.githubusercontent.com/learngatsby/learngatsby.github.io/source/images/profile-placeholder.jpg', + tags: ['Gatsby'], + }, { title: 'Luan Orlandi', subtitle: 'Instrutor do Curso de Gatsby',