feat: add Hero section
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
---
|
||||
import Base from '../layouts/Base.astro'
|
||||
import Header from '../components/Header.astro'
|
||||
import Hero from '../components/Hero.astro'
|
||||
---
|
||||
|
||||
<Base>
|
||||
<Header />
|
||||
<Hero />
|
||||
</Base>
|
||||
|
||||
Reference in New Issue
Block a user