Update homepage ad placements and sizes to match new specifications

Replace existing AdSense ad slots and sizes on the homepage with the new `adSlot="5972813417"` and `width={728}`, `height={90}` parameters in `client/src/pages/home.tsx`.

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/SJ0MWqP
This commit is contained in:
sebastjanartic 2025-09-26 17:26:45 +00:00
parent e8765ebbfc
commit 0f51cba4f4
3 changed files with 7 additions and 13 deletions

View File

@ -24,7 +24,7 @@ localPort = 35637
externalPort = 3000 externalPort = 3000
[[ports]] [[ports]]
localPort = 45277 localPort = 40223
externalPort = 3002 externalPort = 3002
[env] [env]

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 KiB

View File

@ -212,8 +212,9 @@ export default function Home() {
<div className="container py-4 border-b border-white/10"> <div className="container py-4 border-b border-white/10">
<div className="w-full flex justify-center"> <div className="w-full flex justify-center">
<AdSenseAd <AdSenseAd
adSlot="1023820241" adSlot="5972813417"
adFormat="auto" width={728}
height={90}
className="max-w-full" className="max-w-full"
/> />
</div> </div>
@ -225,14 +226,6 @@ export default function Home() {
videos={allVideos} videos={allVideos}
isLoading={isLoading} isLoading={isLoading}
/> />
{/* Mid-content Rectangle Ad */}
<div className="w-full flex justify-center my-8 py-4">
<AdSenseAd
adSlot="6088444663"
adFormat="auto"
/>
</div>
</div> </div>
</main> </main>
@ -240,8 +233,9 @@ export default function Home() {
<div className="container py-4 border-t border-white/10"> <div className="container py-4 border-t border-white/10">
<div className="w-full flex justify-center"> <div className="w-full flex justify-center">
<AdSenseAd <AdSenseAd
adSlot="8519166886" adSlot="5972813417"
adFormat="auto" width={728}
height={90}
className="max-w-full" className="max-w-full"
/> />
</div> </div>