2024-09-25 22:20:47 +02:00
|
|
|
---
|
2025-02-16 12:01:51 +01:00
|
|
|
import IndexPage from "@/components/landing/IndexPage.astro"
|
|
|
|
import Layout from "@/layouts/Layout.astro"
|
2025-02-15 13:29:01 +01:00
|
|
|
import "@/styles/global.css"
|
2024-09-25 22:20:47 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
<Layout title="Welcome">
|
2025-02-16 12:01:51 +01:00
|
|
|
<IndexPage />
|
2024-09-25 22:20:47 +02:00
|
|
|
</Layout>
|