From 5b74b7b405b877117a550ea77c4176053ea658e8 Mon Sep 17 00:00:00 2001 From: Timo Knuth Date: Mon, 12 Jan 2026 17:36:38 +0100 Subject: [PATCH] Adsense fehler --- .../tools/crypto-qr-code/CryptoGenerator.tsx | 14 +------------- src/app/(marketing)/tools/layout.tsx | 19 ++----------------- src/components/marketing/InstantGenerator.tsx | 10 ---------- 3 files changed, 3 insertions(+), 40 deletions(-) diff --git a/src/app/(marketing)/tools/crypto-qr-code/CryptoGenerator.tsx b/src/app/(marketing)/tools/crypto-qr-code/CryptoGenerator.tsx index 579780f..b9aecf7 100644 --- a/src/app/(marketing)/tools/crypto-qr-code/CryptoGenerator.tsx +++ b/src/app/(marketing)/tools/crypto-qr-code/CryptoGenerator.tsx @@ -352,19 +352,7 @@ export default function CryptoGenerator() { - {/* Leaderboard Ad - Below Form */} -
-
Advertisement
-
- {/* @ts-ignore */} - -
-
+ {/* Upsell Banner */}
diff --git a/src/app/(marketing)/tools/layout.tsx b/src/app/(marketing)/tools/layout.tsx index 4246278..854e576 100644 --- a/src/app/(marketing)/tools/layout.tsx +++ b/src/app/(marketing)/tools/layout.tsx @@ -20,31 +20,16 @@ export default function ToolsLayout({ />
{children} - - {/* Desktop Sidebar Ad - High Resolution Only */} - {/* Positioned absolute to the right, only visible on very wide screens (2xl) */} -
-
-
AD
- -
-
{/* Footer Ad Placement - Appears on ALL tool pages */} + {/* AdBanner handles its own visibility - only shows when an ad is filled */}
-
- Sponsored -
diff --git a/src/components/marketing/InstantGenerator.tsx b/src/components/marketing/InstantGenerator.tsx index 7d66d60..0e5f557 100644 --- a/src/components/marketing/InstantGenerator.tsx +++ b/src/components/marketing/InstantGenerator.tsx @@ -277,16 +277,6 @@ export const InstantGenerator: React.FC = ({ t }) => { - - {/* Leaderboard Ad */} -
-
Advertisement
- -
);