wip: Saving work

This commit is contained in:
Sol Irvine
2023-09-01 01:27:13 -07:00
parent 66dd5eae90
commit 24ccf5073e
18 changed files with 265 additions and 107 deletions

View File

@@ -112,6 +112,9 @@ export default function AboutNaraiDetail({ awards }: { awards: string }) {
<h2 className="max-w-title text-3xl leading-normal">
{t('about.materials.water.title')}
</h2>
<h2 className="max-w-title text-3xl leading-normal">
{t('about.materials.water.subtitle')}
</h2>
</div>
<div className="md:w-1/2">
<p className="text-base leading-relaxed">{t('about.materials.water.body')}</p>
@@ -132,6 +135,9 @@ export default function AboutNaraiDetail({ awards }: { awards: string }) {
<h2 className="max-w-title text-3xl leading-normal">
{t('about.materials.rice.title')}
</h2>
<h2 className="max-w-title text-3xl leading-normal">
{t('about.materials.rice.subtitle')}
</h2>
</div>
<div className="md:w-1/2">
<p className="text-base leading-relaxed">{t('about.materials.rice.body')}</p>
@@ -152,6 +158,9 @@ export default function AboutNaraiDetail({ awards }: { awards: string }) {
<h2 className="max-w-title text-3xl leading-normal">
{t('about.materials.koji.title')}
</h2>
<h2 className="max-w-title text-3xl leading-normal">
{t('about.materials.koji.subtitle')}
</h2>
</div>
<div className="md:w-1/2">
<p className="text-base leading-relaxed">{t('about.materials.koji.body')}</p>
@@ -165,7 +174,7 @@ export default function AboutNaraiDetail({ awards }: { awards: string }) {
<div className="border-t border-white/20"></div>
</div>
<div className="font-multilingual max-w-xl font-extralight">
<p className="text-lg">{t('about.irie.title')}</p>
<p className="pb-4 text-xl">{t('about.irie.title')}</p>
<p className="text-lg leading-relaxed">{t('about.irie.body')}</p>
</div>