feat: add Core System section

This commit is contained in:
TerryM
2026-05-12 16:32:14 +08:00
parent 14b528f02b
commit 1e81796aee
2 changed files with 46 additions and 0 deletions

View File

@@ -2,9 +2,11 @@
import Base from '../layouts/Base.astro'
import Header from '../components/Header.astro'
import Hero from '../components/Hero.astro'
import CoreSystem from '../components/CoreSystem.astro'
---
<Base>
<Header />
<Hero />
<CoreSystem />
</Base>