'use client' import Link from 'next/link' import { Building2, Plus } from 'lucide-react' interface ConsultantEmptyStateProps { firstName?: string | null } export default function ConsultantEmptyState({ firstName }: ConsultantEmptyStateProps) { const hour = new Date().getHours() const greeting = hour < 5 ? 'God natt' : hour < 10 ? 'Godmorgon' : hour < 14 ? 'Hej' : hour < 18 ? 'God eftermiddag' : 'God kväll' return (
Lägg till ditt första kundföretag för att komma igång med bokföringen.