diff --git a/src/pages/tests/assets.astro b/src/pages/tests/assets.astro
new file mode 100644
index 0000000..a9217cc
--- /dev/null
+++ b/src/pages/tests/assets.astro
@@ -0,0 +1,26 @@
+---
+import path from "node:path"
+import BaseLayout from "@/layouts/BaseLayout.astro"
+import Wrapper from "@/components/containers/Wrapper.astro"
+import Picture from "@/components/polymech/image.astro"
+import { Img } from "imagetools/components"
+import { getCollection } from "astro:content"
+import KBot from "@/components/polymech/kbot.astro"
+const locale = Astro.currentLocale
+const store = `${locale}/store/`
+const src = `./public/products/overview-3.jpg`
+const abs = path.resolve(src)
+---
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/tests/kbot.astro b/src/pages/tests/kbot.astro
index 3864c8c..d6e042b 100644
--- a/src/pages/tests/kbot.astro
+++ b/src/pages/tests/kbot.astro
@@ -1,37 +1,33 @@
----
-import BaseLayout from "@/layouts/BaseLayout.astro"
-import Wrapper from "@/components/containers/Wrapper.astro"
-import { getCollection } from "astro:content"
-import KBot from "@/components/polymech/kbot.astro"
-const locale = Astro.currentLocale
-const store = `${locale}/store/`
-
-import Map from "@/components/polymech/map.astro"
-
-const mapOptions = {
- zoom: 9,
- api_key: "AIzaSyCHsscCXksisHKMnUihOxl2X1mKny-qrqk"
-}
-
----
-
-
-
-
-
-
-
-
-
-
- Plastic types, as jsx, for Astro, nicely styled table, for nice people :)
-
-
- simple table, 3 rows, for astro, as jsx, ensure table styling with borders
-
-
-
-
-
+---
+import BaseLayout from "@/layouts/BaseLayout.astro"
+import Wrapper from "@/components/containers/Wrapper.astro"
+import KBot from "@/components/polymech/kbot.astro"
+
+import Map from "@/components/polymech/map.astro"
+const mapOptions = {
+ zoom: 9,
+ api_key: "AIzaSyCHsscCXksisHKMnUihOxl2X1mKny-qrqk"
+}
+
+---
+
+
+
+
+
+
+
+
+
+
+ Plastic types, as jsx, for Astro, nicely styled table, for nice people :)
+
+
+ simple table, 3 rows, for astro, as jsx, ensure table styling with borders
+
+
+
+
+
diff --git a/src/pages/tests/map.astro b/src/pages/tests/map.astro
new file mode 100644
index 0000000..f0485f0
--- /dev/null
+++ b/src/pages/tests/map.astro
@@ -0,0 +1,27 @@
+---
+import BaseLayout from "@/layouts/BaseLayout.astro"
+import Wrapper from "@/components/containers/Wrapper.astro"
+import { getCollection } from "astro:content"
+import KBot from "@/components/polymech/kbot.astro"
+const locale = Astro.currentLocale
+const store = `${locale}/store/`
+
+import Map from "@/components/polymech/map.astro"
+
+const mapOptions = {
+ zoom: 9,
+ api_key: "AIzaSyCHsscCXksisHKMnUihOxl2X1mKny-qrqk"
+}
+
+---
+
+
+
+
+