import {DiscordIcon, GithubIcon, TwitterIcon} from "@/components/icons"; export const TWITTER_USER_NAME = "getnextui"; export const SITE_URL = "https://nextui.org"; export const communityAccounts = [ { title: "Twitter", description: "For announcements, tips and general information.", icon: , href: "https://twitter.com/getnextui", isExternal: true, }, { title: "Discord", description: "To get involved in the community, ask questions and share tips.", icon: , href: "https://discord.gg/9b6yyZKmH4", isExternal: true, }, { title: "Github", description: "To report bugs, request features and contribute to the project.", icon: , href: "https://github.com/nextui-org/nextui", isExternal: true, }, ];