Finished bare-bones Hero section

- Finished bare-bones Hero section without content in both color schemes
- One image in publi/temp.jpg (for hero section, TODO: replace and rename)

TODO:
* jump-scroll
* about sections
This commit is contained in:
Blboun3
2024-04-03 09:21:48 +02:00
parent 38bec6c326
commit ea0de50abe
4 changed files with 26 additions and 8 deletions

View File

@ -12,6 +12,6 @@ export async function getStaticPaths() {
});
}
---
<MainLayout title={title} description={description} lang={Astro.currentLocale} themeOverride="">
<MainLayout title={title} description={description} lang={Astro.currentLocale} themeOverride="dark">
<Hero />
</MainLayout>