updated product card layout
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
id: navigation
|
||||
navLinks:
|
||||
- name: PRODUCTS
|
||||
link: '/products'
|
||||
link: /products
|
||||
external: false
|
||||
expandable: false
|
||||
|
||||
|
||||
- name: TOKEN
|
||||
link: /token
|
||||
external: true
|
||||
expandable: false
|
||||
- name: LEARN
|
||||
link: '' # /dropdown
|
||||
external: false
|
||||
|
||||
@@ -271,7 +271,7 @@
|
||||
<script>
|
||||
import Header from "~/components/marketing/sections/cta-sections/Header.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 NewCard from "~/components/marketing/sections/cta-sections/NewCard.vue";
|
||||
import BrandPanel from "~/components/marketing/sections/cta-sections/BrandPanel.vue";
|
||||
|
||||
Reference in New Issue
Block a user