From 2862013b6a8381efdf15b6cddcdee6ea8f158420 Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 2 Feb 2024 08:40:20 -0500 Subject: [PATCH] Update landing --- src/pages/index.astro | 94 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 93 insertions(+), 1 deletion(-) 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