Adsense fehler

This commit is contained in:
Timo Knuth
2026-01-12 17:36:38 +01:00
parent 5784a52e3c
commit 5b74b7b405
3 changed files with 3 additions and 40 deletions

View File

@@ -277,16 +277,6 @@ export const InstantGenerator: React.FC<InstantGeneratorProps> = ({ t }) => {
</div>
</motion.div>
</div>
{/* Leaderboard Ad */}
<div className="mt-16 max-w-4xl mx-auto">
<div className="text-center text-xs text-gray-400 mb-2 uppercase tracking-wider">Advertisement</div>
<AdBanner
dataAdSlot="leaderboard-slot-id"
dataAdFormat="auto"
className="bg-white rounded-xl p-4 border border-gray-100 shadow-sm min-h-[90px]"
/>
</div>
</div>
</section>
);