Add ad banner to video pages to match live stream layout
Integrates the AdSenseAd component with adSlot="5629279662" below the video description on the VideoPage.tsx component. 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/PY5hDT5
This commit is contained in:
parent
2f55f7458c
commit
e8765ebbfc
@ -774,6 +774,15 @@ export default function VideoPage() {
|
||||
<p>Video description not available.</p>
|
||||
</div>
|
||||
)}
|
||||
|
||||
{/* Banner Ad below description */}
|
||||
<div className="mt-6">
|
||||
<AdSenseAd
|
||||
adSlot="5629279662"
|
||||
adFormat="auto"
|
||||
className="w-full"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user