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
|
externalPort = 3000
|
||||||
|
|
||||||
[[ports]]
|
[[ports]]
|
||||||
localPort = 45277
|
localPort = 40223
|
||||||
externalPort = 3002
|
externalPort = 3002
|
||||||
|
|
||||||
[env]
|
[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="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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user