import { Info } from 'lucide-react' export default function VercelGuide({ t }) { return (

{t('vercel.howItWorks')}

) }