fgo-ta-com-website/src/pages/index.astro
2024-01-02 23:58:10 +01:00

17 lines
383 B
Text

---
import Layout from '../layouts/Layout.astro'
import Hero from '../components/hero.astro'
const description =
'This site is a WIP project by Firq. In the future, it will be used to catalogue information around FGO TA and the game in general.'
---
<Layout
title="Home - FGO TA"
currentpage="home"
descriptionOverride={description}
>
<Hero />
</Layout>
<style></style>