updated product card layout

This commit is contained in:
Vilnite
2021-04-02 13:02:13 +03:00
parent 548bb00823
commit 15124a4ecf
2 changed files with 6 additions and 4 deletions

View File

@@ -2,11 +2,13 @@
id: navigation id: navigation
navLinks: navLinks:
- name: PRODUCTS - name: PRODUCTS
link: '/products' link: /products
external: false external: false
expandable: false expandable: false
- name: TOKEN
link: /token
external: true
expandable: false
- name: LEARN - name: LEARN
link: '' # /dropdown link: '' # /dropdown
external: false external: false

View File

@@ -271,7 +271,7 @@
<script> <script>
import Header from "~/components/marketing/sections/cta-sections/Header.vue"; import Header from "~/components/marketing/sections/cta-sections/Header.vue";
import SolutionsHeader from "~/components/custom/sections/header/HeaderSection.vue"; import SolutionsHeader from "~/components/custom/sections/header/HeaderSection.vue";
import ShowcaseProducts from "~/components/marketing/sections/cta-sections/ShowcaseProducts.vue"; import ShowcaseProducts from "~/components/marketing/sections/cta-sections/ShowcaseProductsHome.vue";
import Comparison from "~/components/custom/sections/Comparison.vue"; import Comparison from "~/components/custom/sections/Comparison.vue";
import NewCard from "~/components/marketing/sections/cta-sections/NewCard.vue"; import NewCard from "~/components/marketing/sections/cta-sections/NewCard.vue";
import BrandPanel from "~/components/marketing/sections/cta-sections/BrandPanel.vue"; import BrandPanel from "~/components/marketing/sections/cta-sections/BrandPanel.vue";