import { ExternalLink } from "lucide-react" import GithubIcon from "../components/GithubIcon" import { FOUNDER, LINKS } from "../constants" export default function FoundersSection() { return (

Founder

Built with intent

ClearVoice started as a project to fight medical misinformation with open, traceable evidence.

{FOUNDER.name.split(" ").map((n) => n[0]).join("")}

{FOUNDER.name}

{FOUNDER.role}

GitHub View project

{FOUNDER.bio}

) }