startupkit / lib /site.ts
Hanzo Dev
Initial commit for startupkit template
5e02521
raw
history blame contribute delete
458 Bytes
export const siteConfig = {
name: "StartupKit",
tagline: "Everything You Need to Launch",
description: "The complete toolkit for startup success",
url: "https://startup.hanzo.ai",
// Monochromatic color scheme using neutral grays
primaryColor: "#000000",
secondaryColor: "#666666",
features: [
"Pitch Deck Builder",
"Investor CRM",
"Financial Modeling",
"Team Collaboration"
]
};
export type SiteConfig = typeof siteConfig;