Spaces:
Runtime error
Runtime error
| export const siteConfig = { | |
| name: "MobileFirst", | |
| tagline: "Build Native Apps Without Code", | |
| description: "Create stunning mobile applications with our no-code platform", | |
| url: "https://mobile.hanzo.ai", | |
| // Monochromatic color scheme using neutral grays | |
| primaryColor: "#000000", | |
| secondaryColor: "#666666", | |
| features: [ | |
| "Drag & Drop Interface", | |
| "Cross-Platform Deploy", | |
| "Real Device Preview", | |
| "App Store Publishing" | |
| ] | |
| }; | |
| export type SiteConfig = typeof siteConfig; |