'use client'; import { useTranslations } from 'next-intl'; export default function AboutNaraiPreview() { const t = useTranslations('Index'); return (