From e6a7c2e6fb52f700307163989b3959868bc354dd Mon Sep 17 00:00:00 2001 From: Blue Mouse Date: Mon, 25 May 2026 21:42:08 +0100 Subject: [PATCH 1/9] Update landing page hero design --- web/app/components/Header/index.tsx | 114 ++++++++++++++----- web/app/components/marketing/LogoCloud.tsx | 14 +-- web/app/routes/_index.tsx | 124 ++++++++++----------- web/public/assets/hero-background-4.png | Bin 0 -> 2001782 bytes web/public/assets/hero-background.png | Bin 0 -> 2548214 bytes 5 files changed, 154 insertions(+), 98 deletions(-) create mode 100644 web/public/assets/hero-background-4.png create mode 100644 web/public/assets/hero-background.png diff --git a/web/app/components/Header/index.tsx b/web/app/components/Header/index.tsx index e4c014b9e..b98f92769 100644 --- a/web/app/components/Header/index.tsx +++ b/web/app/components/Header/index.tsx @@ -115,7 +115,7 @@ const getCallsToAction = (t: typeof i18nextT) => [ }, ] -const SolutionsMenu = () => { +const SolutionsMenu = ({ inverted }: { inverted?: boolean }) => { const { t } = useTranslation('common') const solutions = getSolutions(t) const ctas = getCallsToAction(t) @@ -148,7 +148,10 @@ const SolutionsMenu = () => { >