File size: 495 Bytes
a157894
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;