From 075aa0b6c51fcf0a4abe225355dd6c383e19240c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 1 Mar 2026 16:48:04 +0100 Subject: [PATCH] refine: landing page and 404 for clean consistent look Hero: Kit. title with primary dot, arrow-down CTA, minimal line scroll indicator. Stats: rounded-2xl + icon border matching cards. ToolsGrid: proper h2 with gradient accent word. ToolCard: visible rest border, radial glow, bigger icon+arrow. Footer: visible Source label, consistent border. 404: fade gradient number, divider line, rounded-xl CTA. Co-Authored-By: Claude Sonnet 4.6 --- app/not-found.tsx | 24 ++++++++++++++---------- components/Footer.tsx | 13 +++++++------ components/Hero.tsx | 36 +++++++++++++++--------------------- components/Logo.tsx | 2 +- components/Stats.tsx | 18 ++++++++++-------- components/ToolCard.tsx | 21 ++++++++++++--------- components/ToolsGrid.tsx | 20 +++++++++----------- 7 files changed, 68 insertions(+), 66 deletions(-) diff --git a/app/not-found.tsx b/app/not-found.tsx index a41154d..0311184 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -11,27 +11,31 @@ export default function NotFound() {
{/* Logo */} -
- -
+ {/* 404 */}
- + 404
+ {/* Divider */} +
+ {/* Message */}

Page not found

-

+

The tool or page you're looking for doesn't exist or has been moved.

@@ -39,11 +43,11 @@ export default function NotFound() { {/* CTA */}
Back to Home diff --git a/components/Footer.tsx b/components/Footer.tsx index 9ce4345..2780637 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -5,16 +5,16 @@ export default function Footer() { return (