This commit is contained in:
2024-04-04 21:33:47 +02:00
parent c91373419e
commit c63ee04783
5 changed files with 87 additions and 22 deletions

View File

@@ -1,6 +1,7 @@
---
import MainLayout from "../../layouts/MainLayout.astro";
import Hero from "../../components/Hero.astro";
import About from "../../components/About.astro";
//@ts-ignore
import { dictionary } from "../../i18n/dictionary";
@@ -14,6 +15,6 @@ export async function getStaticPaths() {
---
<MainLayout title={title} description={description} lang={Astro.currentLocale} themeOverride="dark">
<Hero />
<Hero />
<About />
<Hero />
</MainLayout>