'use client'; import { useTranslations } from 'next-intl'; export default function AboutNaraiPreview() { const t = useTranslations('Index'); return (
{t('home.previews.about-narai.title')}
{t('home.previews.about-narai.subtitle')}
{t('home.previews.about-narai.body')}
); }