File size: 427 Bytes
6dee33f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export const siteConfig = {
  name: "AnalyticsDash",
  tagline: "Data That Drives Decisions",
  description: "Real-time analytics and insights for data-driven teams",
  url: "https://analytics.hanzo.ai",
  primaryColor: "#14b8a6",
  secondaryColor: "#06b6d4",
  features: [
    "Real-time Dashboards",
    "Custom Metrics",
    "Predictive Analytics",
    "Data Export & API"
  ]
};

export type SiteConfig = typeof siteConfig;