From 62fb7c7ba424661fa41fe25bc268d2b4c7468654 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Sun, 12 Jul 2026 15:15:47 +0000 Subject: [PATCH] Move CrawlProof ad into page content (was below footer) The installer PR (#39) injected a bare
before , so the 300x250 ad rendered below the footer on every page. Relocate it into an AdUnit component placed on the home page between Trending Coupons and Popular Stores; the ad.js loader stays global. Co-Authored-By: Claude Opus 4.8 --- apps/web/app/layout.tsx | 4 ++-- apps/web/app/page.tsx | 4 ++++ apps/web/components/AdUnit.tsx | 22 ++++++++++++++++++++++ 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 apps/web/components/AdUnit.tsx diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index f4b10fa..c3a3ff8 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -82,8 +82,8 @@ export default function RootLayout({
{children}