From 7559128d5fd4f73d0c75c91ebe278ac74221f4da Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 25 Mar 2026 22:18:43 +0100 Subject: [PATCH] polish: remove generic icons from Process cards Let the ghosted numerals + gradient top bar carry the visual identity. Tighter layout: numeral flows directly into title into description. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/app/(frontend)/[locale]/layout.tsx | 10 ++++++++++ src/components/layout/Footer.tsx | 4 ++-- src/components/sections/Process.tsx | 17 +++-------------- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/src/app/(frontend)/[locale]/layout.tsx b/src/app/(frontend)/[locale]/layout.tsx index 686d039..55229c0 100644 --- a/src/app/(frontend)/[locale]/layout.tsx +++ b/src/app/(frontend)/[locale]/layout.tsx @@ -1,4 +1,5 @@ import type { Metadata } from 'next' +import Script from 'next/script' import { NextIntlClientProvider } from 'next-intl' import { getMessages, setRequestLocale } from 'next-intl/server' import { notFound } from 'next/navigation' @@ -34,6 +35,15 @@ export default async function LocaleLayout({ children, params }: Props) { return ( + + {process.env.NODE_ENV === 'development' && ( +