import { t, Trans } from "@lingui/macro"; import { buttonVariants } from "@reactive-resume/ui"; import { cn } from "@reactive-resume/utils"; type LogoProps = { company: string }; const Logo = ({ company }: LogoProps) => (
{t`Reactive Resume has helped people land jobs at these great companies:`}