Move partners up
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 97 KiB |
@@ -3,6 +3,7 @@ id: home
|
||||
header_altImg: ''
|
||||
solution_image: ./home_header.png
|
||||
header: home_header
|
||||
logos: [logo1, logo2, logo3, logo4, logo5, logo6] #you can continue adding logos as needed
|
||||
productsMain: product
|
||||
productData: [product1, product6, product3, product2, product5, product4]
|
||||
header_title: Join the P2P Economy
|
||||
@@ -13,7 +14,6 @@ link: https://farming.threefold.io/token #link for button
|
||||
comparisonMain: comparison
|
||||
comparisonSecs: [section1, section2, section3]
|
||||
brandPanel: brand_panel
|
||||
logos: [logo1, logo2, logo3, logo4, logo5, logo6] #you can continue adding logos as needed
|
||||
solution_image2: ./cta_image.png
|
||||
cta: home_cta
|
||||
---
|
||||
|
||||
@@ -9,6 +9,11 @@
|
||||
v-if="$page.markdownPage.header"
|
||||
:header="$page.markdownPage.header"
|
||||
/>
|
||||
|
||||
<logoShowcase
|
||||
v-if="$page.markdownPage.logos.length > 0"
|
||||
:logos="$page.markdownPage.logos"
|
||||
/>
|
||||
|
||||
<ShowcaseProducts
|
||||
:main="$page.markdownPage.productsMain"
|
||||
@@ -47,11 +52,6 @@
|
||||
:card="card"
|
||||
/> -->
|
||||
|
||||
<logoShowcase
|
||||
v-if="$page.markdownPage.logos.length > 0"
|
||||
:logos="$page.markdownPage.logos"
|
||||
/>
|
||||
|
||||
<!-- <InTheNews
|
||||
v-if="$page.markdownPage.inTheNews"
|
||||
:news="$page.markdownPage.inTheNews"
|
||||
|
||||
Reference in New Issue
Block a user