export const siteConfig = {
	name: "Metronic SaaS",
	url: "https://metronic-saas.keenthemes.com",
	ogImage: "https://metronic-saas.keenthemes.com/og.jpg",
	description:
		"Metronic SaaS - Landing page template built with Next.js and Tailwind CSS",
	links: {
		twitter: "https://x.com/keenthemes",
		github: "https://github.com/keenthemes",
	},
};

export type SiteConfig = typeof siteConfig;

export const META_THEME_COLORS = {
	light: "#ffffff",
	dark: "#09090b",
};
