Remove all AdSense ad integrations from various video pages

Removes AdSense ad components from VideoPage.tsx, including mid-content and before-footer ad placements.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 45a1dcfc-f8a2-475a-a6b9-96fbb841dc27
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/45a1dcfc-f8a2-475a-a6b9-96fbb841dc27/qzNRfux
This commit is contained in:
sebastjanartic 2025-09-28 14:19:14 +00:00
parent 49a693e701
commit 6c34f28bbd

View File

@ -504,18 +504,6 @@ export default function VideoPage() {
{/* Fixed Header Ad */}
<HeaderAd />
{/* Fullwidth Ad - Mid-content */}
<div className="w-full py-4 border-b border-white/10">
<div className="flex justify-center">
<AdSenseAd
adSlot="6554928035"
width={970}
height={90}
className="w-full max-w-[970px]"
/>
</div>
</div>
<div className="container p-4 lg:p-6 relative">
{/* Background logo decorations */}
<div
@ -854,18 +842,6 @@ export default function VideoPage() {
</div>
</div>
</div>
{/* Fullwidth Ad - Before Footer */}
<div className="w-full py-4 border-t border-white/10 border-b border-white/10">
<div className="flex justify-center">
<AdSenseAd
adSlot="6554928035"
width={970}
height={90}
className="w-full max-w-[970px]"
/>
</div>
</div>
{/* Footer - same as home page */}
<footer className="bunny-gray/50 border-t border-white/10 mt-16 relative overflow-hidden">