diff --git a/public/images/glyph-banner.png b/public/images/glyph-banner.png
index 909e154..e674ab3 100644
Binary files a/public/images/glyph-banner.png and b/public/images/glyph-banner.png differ
diff --git a/public/images/investors-banner.png b/public/images/investors-banner.png
index b1d2047..18caf47 100644
Binary files a/public/images/investors-banner.png and b/public/images/investors-banner.png differ
diff --git a/public/images/legal-banner.png b/public/images/legal-banner.png
index 6ef5388..93e3e43 100644
Binary files a/public/images/legal-banner.png and b/public/images/legal-banner.png differ
diff --git a/public/images/newsroom-banner.png b/public/images/newsroom-banner.png
index 97fa45d..5b0ea73 100644
Binary files a/public/images/newsroom-banner.png and b/public/images/newsroom-banner.png differ
diff --git a/src/assets/brand/futureblur-glyphs.png b/src/assets/brand/futureblur-glyphs.png
index 6726764..3bbb402 100644
Binary files a/src/assets/brand/futureblur-glyphs.png and b/src/assets/brand/futureblur-glyphs.png differ
diff --git a/src/assets/brand/futureblur-lockups.png b/src/assets/brand/futureblur-lockups.png
index edfa72c..9da5e10 100644
Binary files a/src/assets/brand/futureblur-lockups.png and b/src/assets/brand/futureblur-lockups.png differ
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index deae02e..21aeee4 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -48,7 +48,7 @@ function getLinkTitle(link: NavigationLink) {
© 2025 Futureblur© 2026 Futureblur
diff --git a/src/components/Head.astro b/src/components/Head.astro
index 010ee63..e774cd7 100644
--- a/src/components/Head.astro
+++ b/src/components/Head.astro
@@ -11,6 +11,7 @@ interface Props {
cover: string;
author?: string;
language: Language;
+ noindex?: boolean;
}
const canonicalURL = new URL(Astro.url.pathname, Astro.site);
@@ -22,6 +23,7 @@ const {
cover,
author = "Futureblur",
language,
+ noindex = false,
} = Astro.props;
---
@@ -70,6 +72,8 @@ const {
+{noindex && }
+
diff --git a/src/components/Icons/FutureblurLogo.astro b/src/components/Icons/FutureblurLogo.astro
index 92f7398..bfcc435 100644
--- a/src/components/Icons/FutureblurLogo.astro
+++ b/src/components/Icons/FutureblurLogo.astro
@@ -7,12 +7,12 @@ const { lang } = Astro.props;
class="scale-[90%] fill-black dark:fill-white"
aria-label="Go back home"
>
-