diff --git a/content/page/home/cta3/cta3.md b/content/page/home/cta3/cta3.md index b139f8c93..4a1ac0dfb 100644 --- a/content/page/home/cta3/cta3.md +++ b/content/page/home/cta3/cta3.md @@ -1,17 +1,14 @@ --- id: home_cta3 -title: '' -title2: '' -button: Explore the ThreeFold Universe -link: /universe +title: Our Partners +image: ./our_partners.png +button: Check All Partners +link: /partners button2: '' link2: '' button3: '' link3: '' - +button4: '' +link4: '' --- - diff --git a/content/page/token/logos/logo1/our_partners.png b/content/page/home/cta3/our_partners.png similarity index 100% rename from content/page/token/logos/logo1/our_partners.png rename to content/page/home/cta3/our_partners.png diff --git a/content/page/home/home.md b/content/page/home/home.md index 6d48107f5..d058cac6f 100644 --- a/content/page/home/home.md +++ b/content/page/home/home.md @@ -27,8 +27,7 @@ cta4: home_cta4 cta5: home_cta5 comparisonMain: comparison comparisonSecs: [private, equal, sustainable] -logos: logo1 -logosMain : logo_home + inTheNews: in_the_news solution_image: ./cta_image.png cta: home_cta @@ -62,3 +61,6 @@ solution_image: ./home_header.png --> header: carbon_neutral --> + + diff --git a/content/page/home/logos/logo1/our_partners.png b/content/page/home/logos/logo1/our_partners.png new file mode 100644 index 000000000..a7927136f Binary files /dev/null and b/content/page/home/logos/logo1/our_partners.png differ diff --git a/content/page/token/logos/main/main.md b/content/page/token/logos/main/main.md index a933af418..77057ba83 100644 --- a/content/page/token/logos/main/main.md +++ b/content/page/token/logos/main/main.md @@ -3,5 +3,6 @@ id: partnersMain title: Believers in TFT button: Check All Partners link : /partners +image: ./our_partners.png --- diff --git a/content/page/token/logos/main/our_partners.png b/content/page/token/logos/main/our_partners.png new file mode 100644 index 000000000..a7927136f Binary files /dev/null and b/content/page/token/logos/main/our_partners.png differ diff --git a/src/components/custom/sections/CallToActionbg1.vue b/src/components/custom/sections/CallToActionbg1.vue index d2ed3d4bf..dc1fa62f1 100644 --- a/src/components/custom/sections/CallToActionbg1.vue +++ b/src/components/custom/sections/CallToActionbg1.vue @@ -1,77 +1,220 @@ diff --git a/src/pages/Index.vue b/src/pages/Index.vue index 8e58b8a43..199194487 100644 --- a/src/pages/Index.vue +++ b/src/pages/Index.vue @@ -31,12 +31,18 @@ :products="$page.markdownPage.productData" /> - --> + + @@ -181,14 +187,16 @@ cta3{ id title - title2 + image content button button2 button3 + button4 link link2 link3 + link4 } cta4{ id diff --git a/src/templates/MarkdownPage.vue b/src/templates/MarkdownPage.vue index b542ed38c..fdf399bf4 100644 --- a/src/templates/MarkdownPage.vue +++ b/src/templates/MarkdownPage.vue @@ -394,6 +394,7 @@ logosMain { id title + image button link }