import Link from "next/link"; import { Mic } from "lucide-react"; import { Button } from "@/components/ui/button"; export function SiteHeader() { return (
Podcast Distribution AI
); }