studies section boilerplate

This commit is contained in:
Valentijn
2026-04-22 19:32:26 +02:00
parent f3f9caea70
commit d9163af01e
5 changed files with 263 additions and 3 deletions

View File

@@ -1,9 +1,11 @@
---
import Layout from '../layouts/Layout.astro';
import Hero from '../components/Hero/Page.astro';
import Studies from "../components/Studies/Page.astro"
---
<Layout>
<Hero />
<Studies/>
</Layout>