diff --git a/client/src/pages/empfang.tsx b/client/src/pages/empfang.tsx
index 96c48ed..9e36b07 100644
--- a/client/src/pages/empfang.tsx
+++ b/client/src/pages/empfang.tsx
@@ -1,12 +1,34 @@
-import { Tv, Radio } from "lucide-react";
+import { Tv, Globe, MapPin } from "lucide-react";
import Header from "@/components/header";
import Footer from "@/components/footer";
-const PROVIDERS = [
- { name: "O2", url: "https://www.o2online.de/tv/" },
- { name: "Magenta", url: "https://www.telekom.de/magenta-tv" },
- { name: "Zattoo", url: "https://zattoo.com/" },
- { name: "Swisscom", url: "https://www.swisscom.ch/tv" },
+const COUNTRIES = [
+ {
+ country: "Deutschland",
+ flag: "DE",
+ providers: [
+ { name: "MagentaTV", detail: "Telekom Deutschland" },
+ { name: "Zattoo", detail: null },
+ { name: "O2 TV", detail: null },
+ ],
+ },
+ {
+ country: "Österreich",
+ flag: "AT",
+ providers: [
+ { name: "A1 Xplore TV", detail: null },
+ { name: "Salzburg AG CableLink", detail: null },
+ { name: "Zattoo", detail: null },
+ ],
+ },
+ {
+ country: "Schweiz",
+ flag: "CH",
+ providers: [
+ { name: "Swisscom blue TV", detail: null },
+ { name: "Zattoo", detail: null },
+ ],
+ },
];
export default function EmpfangPage() {
@@ -14,50 +36,67 @@ export default function EmpfangPage() {
-
- Empfang Folx TV
-
+
+
+
+ Empfang von FOLX TV
+
+
- So empfangen Sie Folx Music Television
+ So empfangen Sie Folx Music Television in Ihrem Land
-
-
-
-
-
-
IPTV & Streaming
-
-
-
+
+ {COUNTRIES.map((c) => (
+
+
+
+
{c.country}
+
+
+
+ {c.providers.map((p, i) => (
+
+
+ {p.name}
+ {p.detail && (
+
+ ({p.detail})
+
+ )}
+
+ {i < c.providers.length - 1 && (
+ ·
+ )}
+
+ ))}
+
+
+
+ ))}
+
-
-
-
-
-
-
Weitere Informationen
+
+
+
+
Online
-
+
- 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.
+ FOLX TV kann auch über den offiziellen Livestream im Internet empfangen werden.
+ Besuchen Sie{" "}
+
+ www.folx.tv
+ {" "}
+ für den direkten Zugang.