diff --git a/content/page/home/productData/product1/nodes.md b/content/page/home/productData/product1/nodes.md index bbee203ba..605a47c4a 100644 --- a/content/page/home/productData/product1/nodes.md +++ b/content/page/home/productData/product1/nodes.md @@ -1,7 +1,7 @@ --- id: nodes_home -title: Uhuru -image: ./uhuru_logo.png +title: '' +image: ./uhuru_logo_color.png button: Learn More url: https://threefold.io/info/cloud#/cloud__evdc --- diff --git a/content/page/home/productData/product1/uhuru_logo_color.png b/content/page/home/productData/product1/uhuru_logo_color.png new file mode 100644 index 000000000..9216aa57e Binary files /dev/null and b/content/page/home/productData/product1/uhuru_logo_color.png differ diff --git a/content/page/home/productData/product2/tokens.md b/content/page/home/productData/product2/tokens.md index a3f4e1d46..b691c89cb 100644 --- a/content/page/home/productData/product2/tokens.md +++ b/content/page/home/productData/product2/tokens.md @@ -1,6 +1,6 @@ --- id: tokens_home -title: Cloud +title: '' image: ./cloud_logo.png button: Learn More url: https://threefold.io/info/cloud#/cloud__threefold_filesystem diff --git a/content/page/home/productData/product3/fflow_logo_black.png b/content/page/home/productData/product3/fflow_logo_black.png new file mode 100644 index 000000000..d96f18c3a Binary files /dev/null and b/content/page/home/productData/product3/fflow_logo_black.png differ diff --git a/content/page/home/productData/product3/storage.md b/content/page/home/productData/product3/storage.md index c36db655d..8ee069f8d 100644 --- a/content/page/home/productData/product3/storage.md +++ b/content/page/home/productData/product3/storage.md @@ -1,7 +1,7 @@ --- id: storage_home -title: Freeflow -image: ./fflow_logo.png +title: '' +image: ./fflow_logo_black.png button: Learn More url: https://mydigitaltwin.io/ --- diff --git a/src/components/marketing/sections/cta-sections/ShowcaseProductsHome.vue b/src/components/marketing/sections/cta-sections/ShowcaseProductsHome.vue index 8dcca4747..a39869f2e 100644 --- a/src/components/marketing/sections/cta-sections/ShowcaseProductsHome.vue +++ b/src/components/marketing/sections/cta-sections/ShowcaseProductsHome.vue @@ -91,10 +91,10 @@ export default { .part { - background-color: #70dfc9; + background-color: #fff; } .active { - background-color: #ea1ff7; + background-color: #fff; }