From a62f04b5ca5954d98ea41a1771e03da3dcf50e7a Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sun, 28 Sep 2025 20:10:00 +0000 Subject: [PATCH] Add inline ads to all broadcast pages for consistent advertising Integrate InlineAd component into FolxStadlPage, GeschichteLiedPage, and GipfelstammtischPage, replacing existing ad display logic and ensuring consistent ad placement across these pages. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 401e2ec0-e00d-4f10-9d0e-60f3d479f9a5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/401e2ec0-e00d-4f10-9d0e-60f3d479f9a5/qbWMa3T --- .replit | 8 +-- client/src/pages/FolxStadlPage.tsx | 66 +++++++++++++---------- client/src/pages/GeschichteLiedPage.tsx | 66 +++++++++++++---------- client/src/pages/GipfelstammtischPage.tsx | 66 +++++++++++++---------- 4 files changed, 118 insertions(+), 88 deletions(-) diff --git a/.replit b/.replit index 3afe8a4..7f0ce4a 100644 --- a/.replit +++ b/.replit @@ -24,12 +24,12 @@ localPort = 34033 externalPort = 3001 [[ports]] -localPort = 35637 -externalPort = 3000 +localPort = 35473 +externalPort = 3003 [[ports]] -localPort = 39735 -externalPort = 4200 +localPort = 35637 +externalPort = 3000 [env] PORT = "5000" diff --git a/client/src/pages/FolxStadlPage.tsx b/client/src/pages/FolxStadlPage.tsx index 191b508..922f854 100644 --- a/client/src/pages/FolxStadlPage.tsx +++ b/client/src/pages/FolxStadlPage.tsx @@ -10,6 +10,7 @@ import { Input } from '@/components/ui/input'; import { Search } from 'lucide-react'; import AdSenseAd from '@/components/adsense-ad'; import HeaderAd from '@/components/HeaderAd'; +import InlineAd from '@/components/InlineAd'; export default function FolxStadlPage() { const [selectedVideo, setSelectedVideo] = useState