added projects, removed ugly skill chart

This commit is contained in:
Valentijn
2026-04-24 15:49:28 +02:00
parent 9012debcfe
commit 408afdfd1f
10 changed files with 237 additions and 125 deletions

View File

@@ -2,10 +2,12 @@
import Layout from '../layouts/Layout.astro';
import Hero from '../components/Hero/Page.astro';
import Studies from "../components/Studies/Page.astro"
import Projects from "../components/Projects/Page.astro"
---
<Layout>
<Hero />
<Projects/>
<Studies/>
</Layout>