import { Shield, Laptop, Lock } from "lucide-react" export default function Privacy() { const platforms = [ { name: "macOS", logo: "/placeholder.svg?height=40&width=40" }, { name: "Google Meet", logo: "/placeholder.svg?height=40&width=40" }, { name: "Zoom", logo: "/placeholder.svg?height=40&width=40" }, { name: "Microsoft Teams", logo: "/placeholder.svg?height=40&width=40" }, { name: "Slack", logo: "/placeholder.svg?height=40&width=40" }, ] return (

Works on macOS with Full Privacy – No Bots, No Cloud

Meetingnotes transcribes directly from your computer's audio. No meeting bots join your calls, and all data stays on your device.

{platforms.map((platform, index) => (
{`${platform.name} {platform.name}
))}

Your Data, Your Control

Nothing leaves your machine. All transcripts and notes are stored locally on your device.

No Meeting Bots

Records directly from your computer's audio without joining any bots to your meetings.

Secure API Keys

Your OpenAI API key is stored securely on your device, never shared.

) }