update map

This commit is contained in:
2021-05-23 14:51:18 +02:00
parent da67182b77
commit c1ad08a1f1
6 changed files with 145 additions and 0 deletions

View File

@@ -59,6 +59,9 @@
v-if="$page.markdownPage.cta5"
:cta="$page.markdownPage.cta5"
/> -->
</div>
<Map v-if="$page.markdownPage.stats" :section="$page.markdownPage.stats" />
<div class="container sm:pxi-0 mx-auto overflow-x-hidden py-5">
<Features
:id="$page.markdownPage.id"
@@ -344,6 +347,14 @@
img
content
}
stats {
id
title
content
button
link
image
}
}
}
@@ -362,6 +373,7 @@ import SolutionsHeader from "~/components/custom/sections/header/HeaderSection.v
import ShowcaseProducts from "~/components/marketing/sections/cta-sections/ShowcaseProductsHome.vue";
import Comparison from "~/components/custom/sections/Comparison.vue";
import Features from "~/components/custom/sections/Features.vue";
import Map from "~/components/marketing/sections/cta-sections/StateMap.vue";
import NewCard from "~/components/marketing/sections/cta-sections/NewCard.vue";
import BrandPanel from "~/components/marketing/sections/cta-sections/BrandPanel.vue";
import BrandPanel2 from "~/components/marketing/sections/cta-sections/BrandPanel2.vue";
@@ -378,6 +390,7 @@ export default {
components: {
Header,
Features,
Map,
SolutionsHeader,
ShowcaseProducts,
Comparison,