import {DiscordIcon, GithubIcon, XIcon} from "@/components/icons";
import {siteConfig} from "@/config/site";
export const TWITTER_USER_NAME = "hero_ui";
export const SITE_URL = "https://heroui.com";
export const communityAccounts = [
{
title: "X",
description: "For announcements, tips and general information.",
icon: ,
href: siteConfig.links.twitter,
isExternal: true,
},
{
title: "Discord",
description: "To get involved in the community, ask questions and share tips.",
icon: ,
href: siteConfig.links.discord,
isExternal: true,
},
{
title: "Github",
description: "To report bugs, request features and contribute to the project.",
icon: ,
href: siteConfig.links.github,
isExternal: true,
},
];