export const CONFIG = {
  sidebarNav: [
    { key: "home", path: "/", icon: "Home" },
    { key: "shorts", path: "/shorts", icon: "Clapperboard" },
    { key: "music", path: "/music", icon: "Music" },
    { key: "feeds", path: "/feeds", icon: "Newspaper" },
    { key: "subscriptions", path: "/subscriptions", icon: "Bell" },
    { key: "history", path: "/history", icon: "History" },
    { key: "rent", path: "/rent", icon: "DollarSign" },
    { key: "watchLater", path: "/watch-later", icon: "Clock" },
    { key: "liked", path: "/liked", icon: "Heart" },
    { key: "wallet", path: "/wallet", icon: "Wallet" },
  ],
  homeTabs: [
    { key: "all", label: "All" },
    { key: "trailers", label: "Trailers" },
    { key: "comedy", label: "Comedy" },
    { key: "social", label: "Social" },
    { key: "music", label: "Music" },
    { key: "romance", label: "Romance" },
    { key: "workout", label: "Workout" },
    { key: "entertainment", label: "Entertainment" },
  ],
  player: {
    defaultVolume: 80,
  },
  languages: [
    { code: "en", label: "English" },
    { code: "hi", label: "Hindi" },
    { code: "gu", label: "Gujarati" },
  ],
};
