Added more text

This commit is contained in:
Alexis
2025-02-04 17:19:14 +01:00
parent 84e7fe22e1
commit ea31ae8a82
2 changed files with 19 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
---
import Hero from '../components/home/Hero.astro';
import Tooling from '../components/home/Tooling.astro';
// import Tooling from '../components/home/Tooling.astro';
import Layout from '../layouts/Layout.astro';
---
@@ -8,6 +8,6 @@ import Layout from '../layouts/Layout.astro';
<main>
<Hero />
<Tooling />
<!-- <Tooling /> -->
</main>
</Layout>