import Link from 'next/link' import { MessageCircle, ArrowRight } from 'lucide-react' import { Badge } from '@/components/ui/badge' interface Props { companyName: string } // Renders above the dashboard when the active company has no verified // agent_profile yet. Mounted from the dashboard server component which // already does the existence check, so this component itself doesn't fetch. // // Single CTA, no dismiss — building the agent is part of onboarding and // once verified it disappears on its own. export default function AgentSetupBanner({ companyName }: Props) { return (
Bygg din bokföringsassistent
Skräddarsy en hjälp som kan ditt företag — laddas på under en halv minut för {companyName}.