From 931260fb21615b52b55ae1b0979775629e96d9ef Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 5 Mar 2026 12:20:49 +0000 Subject: [PATCH] Remove large advertisements from the homepage layout Remove standalone ArticleCardAd components from the home page to eliminate large advertisements, leaving only smaller, integrated ads. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 1f7e7e89-a520-4970-9645-37daadc466dc Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: ef5ba67e-9b41-4de5-8012-f9362d99aa87 Replit-Helium-Checkpoint-Created: true --- client/src/pages/home.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index d054bfd..c460e29 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -706,12 +706,9 @@ export default function Home() { )} - {ri % 3 === 2 && ri < gridRows.length - 1 && } ))} - -
{bottomSection.map((item, i) => (
@@ -720,8 +717,6 @@ export default function Home() { ))}
- - {extraBottomArticles.length > 3 && (
{extraBottomArticles.slice(3, 6).map((a) => ( @@ -730,16 +725,12 @@ export default function Home() {
)} - -
- -