This commit is contained in:
Adrian Altner 2026-04-21 01:26:19 +02:00
commit f9ab31c247
62 changed files with 7894 additions and 0 deletions

5
src/pages/en/index.astro Normal file
View file

@ -0,0 +1,5 @@
---
import HomePage from '~/components/HomePage.astro';
---
<HomePage locale="en" />