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:
parent
e8765ebbfc
commit
0f51cba4f4
2
.replit
2
.replit
@ -24,7 +24,7 @@ localPort = 35637
|
||||
externalPort = 3000
|
||||
|
||||
[[ports]]
|
||||
localPort = 45277
|
||||
localPort = 40223
|
||||
externalPort = 3002
|
||||
|
||||
[env]
|
||||
|
||||
BIN
attached_assets/image_1758907321379.png
Normal file
BIN
attached_assets/image_1758907321379.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 660 KiB |
@ -212,8 +212,9 @@ export default function Home() {
|
||||
<div className="container py-4 border-b border-white/10">
|
||||
<div className="w-full flex justify-center">
|
||||
<AdSenseAd
|
||||
adSlot="1023820241"
|
||||
adFormat="auto"
|
||||
adSlot="5972813417"
|
||||
width={728}
|
||||
height={90}
|
||||
className="max-w-full"
|
||||
/>
|
||||
</div>
|
||||
@ -225,14 +226,6 @@ export default function Home() {
|
||||
videos={allVideos}
|
||||
isLoading={isLoading}
|
||||
/>
|
||||
|
||||
{/* Mid-content Rectangle Ad */}
|
||||
<div className="w-full flex justify-center my-8 py-4">
|
||||
<AdSenseAd
|
||||
adSlot="6088444663"
|
||||
adFormat="auto"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
@ -240,8 +233,9 @@ export default function Home() {
|
||||
<div className="container py-4 border-t border-white/10">
|
||||
<div className="w-full flex justify-center">
|
||||
<AdSenseAd
|
||||
adSlot="8519166886"
|
||||
adFormat="auto"
|
||||
adSlot="5972813417"
|
||||
width={728}
|
||||
height={90}
|
||||
className="max-w-full"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user