import Scribble from '@/components/Scribble'; import { useTranslations } from 'next-intl'; export default function VideoSection() { const t = useTranslations('Home.video'); return (

{t.rich('title', { future: (chunks) => ( {chunks} ) })}

); }