Spaces:
Runtime error
Runtime error
| 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; |