From 0eba1b8a2da8032a2473db118f56c2e1858ef925 Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 2 Feb 2024 16:11:01 -0500 Subject: [PATCH] Add product page --- src/pages/products/product_name.astro | 97 +++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 src/pages/products/product_name.astro diff --git a/src/pages/products/product_name.astro b/src/pages/products/product_name.astro new file mode 100644 index 0000000..ba7496b --- /dev/null +++ b/src/pages/products/product_name.astro @@ -0,0 +1,97 @@ +--- +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") +--- + + + + +

TITLE_HERE

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