diff --git a/app/[locale]/concept/concept-detail.tsx b/app/[locale]/concept/concept-detail.tsx new file mode 100644 index 000000000..c47768095 --- /dev/null +++ b/app/[locale]/concept/concept-detail.tsx @@ -0,0 +1,63 @@ +'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 ( +
+ {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')}
+