export const siteConfig = { name: "Fancy Components", url: "https://fancycomponents.dev", ogImage: "https://fancycomponents.dev/og.jpg", description: "Ready to use, fancy React components to make the web fun again. Free & Open Source.", links: { twitter: "https://twitter.com/nonzeroexitcode", github: "https://github.com/danielpetho/fancy", }, } export type SiteConfig = typeof siteConfig