hero and features

This commit is contained in:
Surjith S M
2022-11-04 21:59:18 +05:30
parent f6f484e67d
commit bfb5c99b5a
9 changed files with 115 additions and 12 deletions

View File

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