import { Tabs, TabsList, TabsTrigger } from "@/components/ui/tabs" const tabs = [ { id: "today", label: "Today Events" }, { id: "upcoming", label: "Upcoming Events" }, { id: "most-played", label: "Most Played" }, { id: "top-occurrences", label: "Top Occurrences" }, ] export function HomeTabs() { return (