diff --git a/content/page/contact/contact.md b/content/page/contact/contact.md index 5e4b8d3c9..69eca9be4 100644 --- a/content/page/contact/contact.md +++ b/content/page/contact/contact.md @@ -9,6 +9,7 @@ slides: digital_sovereignty_for_everyone, a_new_internet_for_our_planet, ] -productMain: contact_product +productData: [img_1, img_2, img_3, img_4, img_5, img_6] +productsMain: graph_home contactData: [collaborate, support, press, join] --- diff --git a/content/page/contact/productData/main/main.md b/content/page/contact/productData/main/main.md index a66c1da6a..24a96d317 100644 --- a/content/page/contact/productData/main/main.md +++ b/content/page/contact/productData/main/main.md @@ -1,5 +1,6 @@ --- -id: contact_product -subtitle: subtitle -title: title ---- \ No newline at end of file +id: graph_home +title: 'Products' +subtitle: 'subtitle' +image : ./tech_infogram.png +--- diff --git a/content/page/contact/productData/main/tech_infogram.png b/content/page/contact/productData/main/tech_infogram.png new file mode 100644 index 000000000..3e282eb47 Binary files /dev/null and b/content/page/contact/productData/main/tech_infogram.png differ diff --git a/content/page/contact/productData/product1/img_1.png b/content/page/contact/productData/product1/img_1.png new file mode 100644 index 000000000..4e3a6c79b Binary files /dev/null and b/content/page/contact/productData/product1/img_1.png differ diff --git a/content/page/contact/productData/product1/product1.md b/content/page/contact/productData/product1/product1.md index 1250d65fc..140ac7fef 100644 --- a/content/page/contact/productData/product1/product1.md +++ b/content/page/contact/productData/product1/product1.md @@ -1,6 +1,6 @@ --- -id: contact_product1 -title: myproducts -content: ayklamdsf - +id: img_1 +title: '' +excerpt: '' +image : ./img_1.png --- diff --git a/content/page/contact/productData/product2/img_2.png b/content/page/contact/productData/product2/img_2.png new file mode 100644 index 000000000..52e7ce6a6 Binary files /dev/null and b/content/page/contact/productData/product2/img_2.png differ diff --git a/content/page/contact/productData/product2/product2.md b/content/page/contact/productData/product2/product2.md index 73d3e163c..248023025 100644 --- a/content/page/contact/productData/product2/product2.md +++ b/content/page/contact/productData/product2/product2.md @@ -1,6 +1,6 @@ --- -id: contact_product2 -title: myproducts2 -content: ayklamdsf2 - +id: img_2 +title: '' +excerpt: '' +image : ./img_2.png --- diff --git a/content/page/contact/productData/product3/img_3.png b/content/page/contact/productData/product3/img_3.png new file mode 100644 index 000000000..a103b30ef Binary files /dev/null and b/content/page/contact/productData/product3/img_3.png differ diff --git a/content/page/contact/productData/product3/product3.md b/content/page/contact/productData/product3/product3.md index 579575cd9..8dd7030e9 100644 --- a/content/page/contact/productData/product3/product3.md +++ b/content/page/contact/productData/product3/product3.md @@ -1,6 +1,6 @@ --- -id: contact_product3 -title: myproducts -content: ayklamdsf - +id: img_3 +title: '' +excerpt: '' +image : ./img_3.png --- diff --git a/content/page/contact/productData/product4/img_4.png b/content/page/contact/productData/product4/img_4.png new file mode 100644 index 000000000..56b7e8cca Binary files /dev/null and b/content/page/contact/productData/product4/img_4.png differ diff --git a/content/page/contact/productData/product4/product4.md b/content/page/contact/productData/product4/product4.md new file mode 100644 index 000000000..49edae3d5 --- /dev/null +++ b/content/page/contact/productData/product4/product4.md @@ -0,0 +1,6 @@ +--- +id: img_4 +title: '' +excerpt: '' +image : ./img_4.png +--- diff --git a/content/page/contact/productData/product5/img_5.png b/content/page/contact/productData/product5/img_5.png new file mode 100644 index 000000000..8c7df291a Binary files /dev/null and b/content/page/contact/productData/product5/img_5.png differ diff --git a/content/page/contact/productData/product5/product5.md b/content/page/contact/productData/product5/product5.md new file mode 100644 index 000000000..04e5a1e86 --- /dev/null +++ b/content/page/contact/productData/product5/product5.md @@ -0,0 +1,6 @@ +--- +id: img_5 +title: '' +excerpt: '' +image : ./img_5.png +--- diff --git a/content/page/contact/productData/product6/img_6.png b/content/page/contact/productData/product6/img_6.png new file mode 100644 index 000000000..d01452cbc Binary files /dev/null and b/content/page/contact/productData/product6/img_6.png differ diff --git a/content/page/contact/productData/product6/product6.md b/content/page/contact/productData/product6/product6.md new file mode 100644 index 000000000..acf609cae --- /dev/null +++ b/content/page/contact/productData/product6/product6.md @@ -0,0 +1,6 @@ +--- +id: img_6 +title: '' +excerpt: '' +image : ./img_6.png +--- diff --git a/gridsome.config.js b/gridsome.config.js index e404ea96a..f9984a47a 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -64,7 +64,13 @@ module.exports = { path: './content/page/**/productData/**/*.md', } }, - + { + use: '@gridsome/source-filesystem', + options: { + typeName: 'ProductTitle', + path: './content/page/**/productData/**/*.md', + } + }, { use: '@gridsome/source-filesystem', options: { @@ -163,8 +169,8 @@ module.exports = { header: 'Header', howItWorks: 'HowItWorks', howItWorksMain: 'HowItWorks', + productsMain: 'ProductTitle', productData: 'Product', - productMain: 'Product', featuresMain: 'Features', features: 'Features', logos: 'Logo', diff --git a/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue b/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue index 9d8028d96..52d9396c2 100644 --- a/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue +++ b/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue @@ -1,35 +1,26 @@