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" }, ]