From bb2a61bff68ea6f03f531d71153c7bb946d02a50 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sun, 28 Sep 2025 13:35:54 +0000 Subject: [PATCH] Adjust homepage ads to improve ad display and placement Remove banner ad from homepage and update HeaderAd component to use a fixed size. 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/FdOxfnm --- client/src/components/HeaderAd.tsx | 11 ++++------- client/src/pages/home.tsx | 12 ------------ 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/client/src/components/HeaderAd.tsx b/client/src/components/HeaderAd.tsx index feb600a..6032bb0 100644 --- a/client/src/components/HeaderAd.tsx +++ b/client/src/components/HeaderAd.tsx @@ -21,20 +21,17 @@ export default function HeaderAd() { }, []); return ( -
- {/* Responsive Header Ad */} +
+ {/* Fixed Small Header Ad */}
); diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index ed0a09f..a4a6a4a 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -212,18 +212,6 @@ export default function Home() { {/* Fixed Header Ad */} - {/* Header Banner Ad */} -
-
- -
-
-