feat: add Hero section

This commit is contained in:
TerryM
2026-05-12 16:30:36 +08:00
parent 316dbe3c78
commit 14b528f02b
2 changed files with 84 additions and 0 deletions

View File

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