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