diff --git a/.web/docs/.vitepress/theme/components/Graph.vue b/.web/docs/.vitepress/theme/components/Graph.vue new file mode 100644 index 0000000..cfc2796 --- /dev/null +++ b/.web/docs/.vitepress/theme/components/Graph.vue @@ -0,0 +1,72 @@ + + + + + \ No newline at end of file diff --git a/.web/docs/.vitepress/theme/components/HeroAnimation.vue b/.web/docs/.vitepress/theme/components/HeroAnimation.vue new file mode 100644 index 0000000..cbbe1c7 --- /dev/null +++ b/.web/docs/.vitepress/theme/components/HeroAnimation.vue @@ -0,0 +1,51 @@ + + + + \ No newline at end of file diff --git a/.web/docs/.vitepress/theme/components/HomeHeroImage.vue b/.web/docs/.vitepress/theme/components/HomeHeroImage.vue new file mode 100644 index 0000000..d731481 --- /dev/null +++ b/.web/docs/.vitepress/theme/components/HomeHeroImage.vue @@ -0,0 +1,28 @@ + + + + + \ No newline at end of file diff --git a/.web/docs/.vitepress/theme/components/Layout.vue b/.web/docs/.vitepress/theme/components/Layout.vue index 565f7c7..d02905b 100644 --- a/.web/docs/.vitepress/theme/components/Layout.vue +++ b/.web/docs/.vitepress/theme/components/Layout.vue @@ -4,6 +4,7 @@ import {useRouter} from 'vitepress'; import {watch} from 'vue'; import MeetTeam from "./MeetTeam.vue"; import Landing from "./Landing.vue"; +import HomeHeroImage from "./HomeHeroImage.vue"; const {Layout} = DefaultTheme @@ -20,9 +21,12 @@ if (typeof window !== 'undefined' && window.posthog) { \ No newline at end of file + diff --git a/.web/docs/.vitepress/theme/components/VPImage.vue b/.web/docs/.vitepress/theme/components/VPImage.vue new file mode 100644 index 0000000..23701e7 --- /dev/null +++ b/.web/docs/.vitepress/theme/components/VPImage.vue @@ -0,0 +1,47 @@ + + + + +