Redesign mostly done
This commit is contained in:
parent
a5521b479e
commit
8d2ef10fb7
24 changed files with 204 additions and 145 deletions
src/pages
|
@ -1,15 +1,11 @@
|
|||
---
|
||||
import Layout from '../layouts/Layout.astro';
|
||||
import CustomFooter from '../layouts/customFooter.astro';
|
||||
import Hometitle from '../layouts/hometitle.astro';
|
||||
import NavbuttonsTitle from '../components/navbuttonsTitle.astro';
|
||||
import Hero from '../components/hero.astro';
|
||||
|
||||
---
|
||||
|
||||
<Layout title="Firq FGO Site">
|
||||
<Hometitle>
|
||||
<NavbuttonsTitle></NavbuttonsTitle>
|
||||
</Hometitle>
|
||||
<Layout title="Firq FGO Site" currentpage="home">
|
||||
<Hero/>
|
||||
</Layout>
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue