2023-01-15 17:53:19 +01:00
|
|
|
---
|
|
|
|
import Layout from '../layouts/Layout.astro';
|
2023-03-04 19:11:52 +01:00
|
|
|
import Hero from '../components/hero.astro';
|
2023-01-20 23:16:05 +01:00
|
|
|
|
2023-01-15 17:53:19 +01:00
|
|
|
---
|
|
|
|
|
2023-03-04 19:11:52 +01:00
|
|
|
<Layout title="Firq FGO Site" currentpage="home">
|
|
|
|
<Hero/>
|
2023-01-15 17:53:19 +01:00
|
|
|
</Layout>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
</style>
|