File size: 505 Bytes
5e279aa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export const siteConfig = {
  name: "SaaSify",
  tagline: "Launch Your SaaS in Days, Not Months",
  description: "Everything you need to build, launch, and scale your SaaS business",
  url: "https://saas.hanzo.ai",
  // Monochromatic color scheme using neutral grays
  primaryColor: "#000000",
  secondaryColor: "#666666",
  features: [
    "Multi-tenant Architecture",
    "Subscription Management",
    "Analytics Dashboard",
    "Enterprise Security"
  ]
};

export type SiteConfig = typeof siteConfig;