'use client'; import { Github } from 'lucide-react'; import Link from 'next/link'; import { Button } from '@/components/ui/button'; import { GITHUB_REPO } from '@/lib/constants'; export function Header() { return (
{/* Logo */} Voicebox {/* Actions */}
); }