import Link from 'next/link' import { ChevronRight, Phone } from 'lucide-react' import type { Dictionary, Locale } from '@/lib/i18n' export default function Hero({ d, lang }: { d: Dictionary; lang: Locale }) { const firstPhone = d.contact.phones[0] return (
IT-аутсорсинг · Безопасность · Поддержка

{d.hero.title}

{d.hero.subtitle}

{d.hero.cta} {d.hero.ctaSecondary}
{firstPhone}
) }