'use client'; import clsx from 'clsx'; import Logo from 'components/icons/logo'; import { useTranslations } from 'next-intl'; import Image from 'next/image'; import ConceptImage001 from './images/concept-image-001.png'; import ConceptImage002 from './images/concept-image-002.png'; export default function ConceptDetail() { const t = useTranslations('Index'); return (
A picture of the Narai Black bottle resting on a mossy forest floor.

{t('concept.title')}

{t('concept.para001')} {t('concept.para002')} {t('concept.para003')}

{t('concept.subtitle001')}

{t('concept.para004')}

{t('concept.subtitle002')}

{t('concept.para005')}

{t('concept.para006')} {t('concept.para007')} {t('concept.para008')}

{t('concept.para009')}

{t('concept.para010')}

A picture of the forest tree tops.
); }