updated product card layout
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user