diff --git a/src/pages/index.astro b/src/pages/index.astro index 40e49c2..07ed529 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,8 +1,100 @@ --- import { changeLanguage } from "i18next"; import Layout from "@layouts/Default.astro"; +// Componets +import Hero from "@components/sections/Hero.astro"; +import Carousel from "@components/Carousel.astro"; +import Globe from "@components/globe.astro"; +import Card from "@components/Card.astro"; +import CardGrid from "@components/CardGrid.astro"; +import { Rocket, SelectPoint3d } from "@iconoir/vue"; changeLanguage("en"); --- - \ No newline at end of file + + + +

Features

+ +

Products

+ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file