From 8bd99f7c3845cf11ec2a4509f2e5b52fe10f046d Mon Sep 17 00:00:00 2001
From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com>
Date: Sun, 28 Sep 2025 18:54:21 +0000
Subject: [PATCH] Add a large ad banner to the video page for content promotion
Add a 970x90px AdSense ad unit to the VideoPage, ensuring it fits within the page's content container.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 401e2ec0-e00d-4f10-9d0e-60f3d479f9a5
Replit-Commit-Checkpoint-Type: full_checkpoint
---
client/src/pages/VideoPage.tsx | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx
index fcad506..0a29635 100644
--- a/client/src/pages/VideoPage.tsx
+++ b/client/src/pages/VideoPage.tsx
@@ -505,6 +505,16 @@ export default function VideoPage() {