import { t } from '@/i18n'; import { SearchTrigger } from '@/components/layout/search-trigger'; /** Compact editorial hero: one headline, one line, the search box. The map right below is the real hero. */ export function Hero() { return (

{t('home.hero.title')}

{t('home.hero.sub')}

); }