Remove satellite reception details from the reception information page

Remove the Satellite component import and the satellite reception section from the `empfang.tsx` page, and update the descriptive text to only mention IPTV/Streaming providers.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: b6f7ffba-8516-456d-973f-8aca712ef1ff
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/517dfa7b-26ac-463d-a6e1-a58c6df97188/EtK2Sno
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
sebastjanartic 2026-03-05 08:08:10 +00:00
parent 16f5bce1be
commit f1e6f568bf

View File

@ -1,4 +1,4 @@
import { Satellite, Tv, Radio } from "lucide-react";
import { Tv, Radio } from "lucide-react";
import Header from "@/components/header";
import Footer from "@/components/footer";
@ -37,40 +37,6 @@ export default function EmpfangPage() {
So empfangen Sie Folx Music Television
</p>
<section className="mb-10" data-testid="section-satellite">
<div className="bg-card rounded-lg border border-card-border p-6">
<div className="flex items-center gap-3 mb-4">
<div className="w-10 h-10 rounded-full bg-primary/10 flex items-center justify-center">
<Satellite className="w-5 h-5 text-primary" />
</div>
<h2 className="text-xl font-bold text-card-foreground">Satellit</h2>
</div>
<div className="bg-muted/30 rounded-md p-4">
<p className="text-card-foreground font-semibold text-lg" data-testid="text-satellite-info">
ASTRA 19,2° OST, 12.148
</p>
<div className="grid grid-cols-2 sm:grid-cols-4 gap-3 mt-3 text-sm">
<div>
<span className="text-muted-foreground">Frequenz</span>
<p className="text-card-foreground font-medium">12.148 MHz</p>
</div>
<div>
<span className="text-muted-foreground">Polarisation</span>
<p className="text-card-foreground font-medium">Horizontal</p>
</div>
<div>
<span className="text-muted-foreground">Symbolrate</span>
<p className="text-card-foreground font-medium">27.500</p>
</div>
<div>
<span className="text-muted-foreground">FEC</span>
<p className="text-card-foreground font-medium">3/4</p>
</div>
</div>
</div>
</div>
</section>
<section className="mb-10" data-testid="section-iptv">
<div className="flex items-center gap-3 mb-4">
<div className="w-10 h-10 rounded-full bg-primary/10 flex items-center justify-center">
@ -116,9 +82,7 @@ export default function EmpfangPage() {
</div>
<div className="bg-card rounded-lg border border-card-border p-6">
<p className="text-muted-foreground text-sm leading-relaxed">
Folx Music Television ist ein Free-to-Air Sender und kann kostenlos
und unverschlüsselt über Satellit ASTRA 19,2° Ost empfangen werden.
Zusätzlich ist Folx TV über verschiedene IPTV- und Streaming-Anbieter
Folx Music Television ist über verschiedene IPTV- und Streaming-Anbieter
verfügbar. Bei Fragen zum Empfang wenden Sie sich bitte an Ihren
jeweiligen TV-Anbieter.
</p>