Initial commit
This commit is contained in:
16
src/pages/index.astro
Normal file
16
src/pages/index.astro
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
import Layout from '@layouts/Layout.astro';
|
||||
import Program from '@components/Program.astro';
|
||||
import Links from '@components/Links.astro';
|
||||
import FAQ from '@components/FAQ.astro';
|
||||
import Hero from '@components/Hero.astro';
|
||||
import Vors from '@components/Vors.astro';
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<Hero />
|
||||
<Links />
|
||||
<Program />
|
||||
<FAQ />
|
||||
<Vors />
|
||||
</Layout>
|
Reference in New Issue
Block a user