export const siteConfig = { name: "eVCP", company:"SHI", url: "https://evcp.shi.com", // ogImage: "https://evcp.shi.com/og.jpg", description: "", } export type SiteConfig = typeof siteConfig export const META_THEME_COLORS = { light: "#ffffff", dark: "#09090b", }