hero and features
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
import Card from "@components/Card.astro";
|
||||
import Container from "@components/container.astro";
|
||||
import Features from "@components/features.astro";
|
||||
import Hero from "@components/hero.astro";
|
||||
import Layout from "@layouts/Layout.astro";
|
||||
---
|
||||
@@ -8,5 +9,6 @@ import Layout from "@layouts/Layout.astro";
|
||||
<Layout title="">
|
||||
<Container>
|
||||
<Hero />
|
||||
<Features />
|
||||
</Container>
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user