diff --git a/client/src/components/HeaderAd.tsx b/client/src/components/HeaderAd.tsx
index 4284e15..b03cfd5 100644
--- a/client/src/components/HeaderAd.tsx
+++ b/client/src/components/HeaderAd.tsx
@@ -21,22 +21,10 @@ export default function HeaderAd() {
}, []);
return (
-
- {/* Mobile: 320x50px */}
+
+ {/* Desktop Only: 970x90px Header Ad */}
-
- {/* Desktop: 970x90px Wide Header Ad */}
-
- {/* Mobile inline ads after video 4 and 8 in "Meist Angesehen" category only */}
- {category.title.includes("Meist Angesehen") && (index === 3 || index === 7) && (
-
-
-
- )}
>
))}
diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx
index 6d10745..fcad506 100644
--- a/client/src/pages/VideoPage.tsx
+++ b/client/src/pages/VideoPage.tsx
@@ -784,15 +784,6 @@ export default function VideoPage() {
{/* Recommended videos sidebar */}
- {/* Sidebar Ad - 300x250 Before Recommended Videos */}
-
Empfohlene Videos
@@ -848,15 +839,6 @@ export default function VideoPage() {
))}
- {/* Bottom Sidebar Ad - 300x250 After Recommended Videos */}
-
diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx
index 7d6623d..ffb74fa 100644
--- a/client/src/pages/home.tsx
+++ b/client/src/pages/home.tsx
@@ -221,18 +221,6 @@ export default function Home() {
- {/* Desktop Bottom Banner Ad - 970x90 before footer */}
-
{/* Footer */}