firq-dev-website/src/pages/index.astro

13 lines
191 B
Text
Raw Normal View History

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