Clean repo
This commit is contained in:
@@ -224,12 +224,12 @@
|
||||
<ShowcaseProducts
|
||||
class="my-20"
|
||||
v-if="
|
||||
$page.markdownPage.productData2 &&
|
||||
$page.markdownPage.productData2.length > 0
|
||||
$page.markdownPage.productData &&
|
||||
$page.markdownPage.productData.length > 0
|
||||
"
|
||||
:id="$page.markdownPage.id"
|
||||
:main="$page.markdownPage.productsMain2"
|
||||
:products="$page.markdownPage.productData2"
|
||||
:main="$page.markdownPage.productsMain"
|
||||
:products="$page.markdownPage.productData"
|
||||
/>
|
||||
|
||||
<SolutionsHeader
|
||||
@@ -248,10 +248,10 @@
|
||||
:header="$page.markdownPage.header2"
|
||||
/>
|
||||
|
||||
<SolutionsHeader
|
||||
<!-- <SolutionsHeader
|
||||
v-if="$page.markdownPage.header3"
|
||||
:header="$page.markdownPage.header3"
|
||||
/>
|
||||
/> -->
|
||||
|
||||
<logoShowcase
|
||||
v-if="$page.markdownPage.logos.length > 0"
|
||||
@@ -335,15 +335,6 @@
|
||||
link1
|
||||
btn2
|
||||
link2
|
||||
}
|
||||
header3{
|
||||
title
|
||||
subtitle
|
||||
content
|
||||
btn1
|
||||
link1
|
||||
btn2
|
||||
link2
|
||||
}
|
||||
header4{
|
||||
title
|
||||
@@ -370,37 +361,6 @@
|
||||
image
|
||||
button
|
||||
link
|
||||
}
|
||||
productsMain2{
|
||||
id
|
||||
title
|
||||
subtitle
|
||||
content
|
||||
button
|
||||
link
|
||||
# image
|
||||
}
|
||||
productData2{
|
||||
id
|
||||
title
|
||||
content
|
||||
image
|
||||
button
|
||||
link
|
||||
}
|
||||
appsMain{
|
||||
id
|
||||
title
|
||||
# slogan
|
||||
content
|
||||
# image
|
||||
}
|
||||
appData{
|
||||
id
|
||||
title
|
||||
content
|
||||
image
|
||||
link
|
||||
}
|
||||
comparisonMain{
|
||||
id
|
||||
@@ -442,7 +402,6 @@
|
||||
}
|
||||
cta3{
|
||||
title
|
||||
slogan
|
||||
content
|
||||
button
|
||||
link
|
||||
@@ -523,14 +482,6 @@
|
||||
mail
|
||||
phone
|
||||
}
|
||||
signup{
|
||||
id
|
||||
title
|
||||
button1
|
||||
link1
|
||||
button2
|
||||
link2
|
||||
}
|
||||
pageHeader {
|
||||
id
|
||||
title
|
||||
|
||||
Reference in New Issue
Block a user