---
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>