polish: remove generic icons from Process cards
All checks were successful
Build & Push / build-and-push (push) Successful in 1m27s

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) <noreply@anthropic.com>
This commit is contained in:
2026-03-25 22:18:43 +01:00
parent 9e4afd215b
commit 7559128d5f
3 changed files with 15 additions and 16 deletions

View File

@@ -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 (
<html lang={locale} className="scroll-smooth">
<head>
{process.env.NODE_ENV === 'development' && (
<Script
src="//unpkg.com/react-grab/dist/index.global.js"
crossOrigin="anonymous"
strategy="beforeInteractive"
/>
)}
</head>
<body className="font-sans text-on-surface bg-surface antialiased">
<NextIntlClientProvider messages={messages}>
<Nav />