36 lines
1.1 KiB
TypeScript
36 lines
1.1 KiB
TypeScript
export const siteConfig = {
|
|
name: "Creative Tim UI",
|
|
url: "https://creative-tim.com/ui",
|
|
ogImage: "https://creative-tim.com/ui/og.jpg",
|
|
description:
|
|
"A collection of Open Source agent and audio components that you can customize, extend, and build on.",
|
|
links: {
|
|
twitter: "https://x.com/creativetim",
|
|
github: "https://github.com/creativetimofficial/ui",
|
|
},
|
|
navItems: [
|
|
{
|
|
href: "/docs",
|
|
label: "Docs",
|
|
},
|
|
{
|
|
href: "/blocks",
|
|
label: "Blocks",
|
|
},
|
|
],
|
|
utm: {
|
|
main: "https://creative-tim.com/ui?utm_source=creativetim_ui&utm_medium=web&utm_campaign=creative_tim_ui",
|
|
blocks:
|
|
"https://creative-tim.com/ui/blocks?utm_source=creativetim_ui&utm_medium=web&utm_campaign=creative_tim_ui",
|
|
agents:
|
|
"https://creative-tim.com/ui/agents?utm_source=creativetim_ui&utm_medium=web&utm_campaign=creative_tim_ui",
|
|
sales:
|
|
"https://creative-tim.com/contact?utm_source=creativetim_ui&utm_medium=web&utm_campaign=creative_tim_ui",
|
|
},
|
|
}
|
|
|
|
export const META_THEME_COLORS = {
|
|
light: "#ffffff",
|
|
dark: "#09090b",
|
|
}
|