From 01f642aea692449a44f9e56d595fae02e3dac5e6 Mon Sep 17 00:00:00 2001
From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com>
Date: Sat, 28 Feb 2026 18:02:19 +0000
Subject: [PATCH] Add an advertisement below the featured articles carousel
Add a horizontal ad slot below the featured articles carousel on the homepage.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 413891e8-d784-4bea-b9f5-91a5a68316b4
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 0f7c7063-c9cd-4e75-9134-b941ff88c598
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/413891e8-d784-4bea-b9f5-91a5a68316b4/igVW4lQ
Replit-Helium-Checkpoint-Created: true
---
client/src/pages/home.tsx | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx
index cab9908..69353d8 100644
--- a/client/src/pages/home.tsx
+++ b/client/src/pages/home.tsx
@@ -242,6 +242,14 @@ export default function Home() {