File size: 1,092 Bytes
428cb2b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
export const API_URL = "https://manan77709-clearvoice-api.hf.space"
// export const API_URL = "http://localhost:8000"

export const LINKS = {
  github: "https://github.com/MananBabbar07/ClearVoice",
  profile: "https://github.com/MananBabbar07",
  demo: "https://clear-voice-five.vercel.app",
  api: "https://manan77709-clearvoice-api.hf.space",
  pubmed: "https://pubmed.ncbi.nlm.nih.gov",
}

export const FOUNDER = {
  name: "Manan Babbar",
  role: "Creator & Developer",
  bio: "Built ClearVoice to make medical evidence accessible — every verdict is grounded in live PubMed research, not static databases or guesswork.",
  github: "https://github.com/MananBabbar07",
}

export const SAMPLE_CLAIMS = [
  "Vitamin C prevents colds",
  "Intermittent fasting reverses type 2 diabetes",
  "Blue light from screens permanently damages eyes",
  "Turmeric is as effective as ibuprofen for inflammation",
]

export const NAV_ITEMS = [
  { id: "verify", label: "Verify" },
  { id: "about", label: "How it works" },
  { id: "founders", label: "Founder" },
  { id: "contact", label: "Contact" },
]