Improve page readability by removing intrusive side advertisements
Remove PageSideAds component from Impressum, About, Empfang, and Kontakt pages to prevent content overlap and improve user experience. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 23852c00-4779-460a-9e0c-d09fee4b6c92 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 2c97de89-295a-42f9-bb86-eaf944612b0d Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/23852c00-4779-460a-9e0c-d09fee4b6c92/ee1CXlO Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
349935f25d
commit
9d7a60ce11
BIN
attached_assets/image_1772809634894.png
Normal file
BIN
attached_assets/image_1772809634894.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 177 KiB |
@ -2,14 +2,12 @@ import { Tv } from "lucide-react";
|
|||||||
import Header from "@/components/header";
|
import Header from "@/components/header";
|
||||||
import Footer from "@/components/footer";
|
import Footer from "@/components/footer";
|
||||||
import { usePageMeta } from "@/hooks/use-page-meta";
|
import { usePageMeta } from "@/hooks/use-page-meta";
|
||||||
import { PageSideAds } from "@/components/adsense";
|
|
||||||
|
|
||||||
export default function AboutPage() {
|
export default function AboutPage() {
|
||||||
usePageMeta("Über FOLX TV - Volksmusik & Schlager Fernsehsender", "Alles über FOLX TV – Ihren Fernsehsender für Volksmusik und Schlager seit 2013.");
|
usePageMeta("Über FOLX TV - Volksmusik & Schlager Fernsehsender", "Alles über FOLX TV – Ihren Fernsehsender für Volksmusik und Schlager seit 2013.");
|
||||||
return (
|
return (
|
||||||
<div className="min-h-screen bg-background">
|
<div className="min-h-screen bg-background">
|
||||||
<Header />
|
<Header />
|
||||||
<PageSideAds contentHalfWidth={384} />
|
|
||||||
<main className="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
<main className="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
||||||
<div className="flex items-center gap-3 mb-8">
|
<div className="flex items-center gap-3 mb-8">
|
||||||
<Tv className="w-7 h-7 text-primary" />
|
<Tv className="w-7 h-7 text-primary" />
|
||||||
|
|||||||
@ -2,7 +2,6 @@ import { Tv, Globe, MapPin } from "lucide-react";
|
|||||||
import Header from "@/components/header";
|
import Header from "@/components/header";
|
||||||
import Footer from "@/components/footer";
|
import Footer from "@/components/footer";
|
||||||
import { usePageMeta } from "@/hooks/use-page-meta";
|
import { usePageMeta } from "@/hooks/use-page-meta";
|
||||||
import { PageSideAds } from "@/components/adsense";
|
|
||||||
|
|
||||||
const COUNTRIES = [
|
const COUNTRIES = [
|
||||||
{
|
{
|
||||||
@ -38,7 +37,6 @@ export default function EmpfangPage() {
|
|||||||
return (
|
return (
|
||||||
<div className="min-h-screen bg-background">
|
<div className="min-h-screen bg-background">
|
||||||
<Header />
|
<Header />
|
||||||
<PageSideAds contentHalfWidth={448} />
|
|
||||||
<main className="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
<main className="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
|
||||||
<div className="flex items-center gap-3 mb-2">
|
<div className="flex items-center gap-3 mb-2">
|
||||||
<Tv className="w-7 h-7 text-primary" />
|
<Tv className="w-7 h-7 text-primary" />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user