feat: change side projects to hobby projects

This commit is contained in:
Ayo Ayco 2025-01-03 23:19:38 +01:00
parent d7ffe0ca76
commit 8bc42704b9
3 changed files with 6 additions and 6 deletions

View file

@ -32,7 +32,7 @@ const description = 'Have you tried turning it off and on again?'
<a href="https://ayo.ayco.io/threads">Incubated thoughts</a>
</li>
<li>
<a href="https://ayo.ayco.io/showcase">Fun Side Projects</a>
<a href="https://ayo.ayco.io/showcase">Fun Hobby Projects</a>
</li>
</ol>
<p>

View file

@ -46,8 +46,8 @@ import now from '../constants/now'
<ul class="cards-section__grid">
<Card
href="showcase"
title="Side Projects"
body="See demos of my side projects"
title="Hobby Projects"
body="See demos of my hobby projects"
/>
<Card
newTab={true}

View file

@ -5,11 +5,11 @@ import Card from '../components/Card.astro'
---
<Layout
title="Fun Side Projects"
description="See demos of side projects Ayo Ayco created"
title="Fun Hobby Projects"
description="See demos of hobby projects Ayo Ayco created"
>
<main>
<h1><span class="text-gradient">Side Projects</span></h1>
<h1><span class="text-gradient">Hobby Projects</span></h1>
<p>
See more of my previous projects at <a href="https://ayos.blog/projects"
>my blog</a