mobilefirst / lib /site.ts
Hanzo Dev
Initial commit for mobilefirst template
a157894
raw
history blame contribute delete
495 Bytes
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;