diff --git a/source/blue/index.html b/source/blue/index.html
index 9432e4c3802..d9737a80fd0 100644
--- a/source/blue/index.html
+++ b/source/blue/index.html
@@ -22,6 +22,7 @@ tagline: >-
tagline_wide: false
og_image: /images/blue/blue_hero.jpg
+frontpage_image: /images/frontpage/blue-frontpage.jpg
---
diff --git a/source/home-energy-management/index.html b/source/home-energy-management/index.html
index 1814855239f..85ceaac8727 100644
--- a/source/home-energy-management/index.html
+++ b/source/home-energy-management/index.html
@@ -5,6 +5,7 @@ date: 2021-07-28
description: "Monitor your energy usage, transition to sustainable energy and save money"
hero_image: /images/energy/hero.jpg
og_image: /images/blog/2021-08-energy/social.png
+frontpage_image: /images/frontpage/energy-frontpage.jpg
tagline: The world is heating up. Together we can fix that.
sections:
- title: "Monitor usage"
diff --git a/source/index.html b/source/index.html
index 2ae9aa6eb24..0a780cff660 100644
--- a/source/index.html
+++ b/source/index.html
@@ -95,7 +95,7 @@ feedback: false
class="material-card picture-promo"
href="{{page.url}}"
style="
- background-image: url({{page.hero_image | default:page.og_image}});
+ background-image: url({{page.frontpage_image | default:page.og_image}});
background-size: cover;
background-color: #41bdf5;
"