{dict.home.notesKicker}
-{dict.home.notesTitle}
-{dict.home.notesKicker}
+diff --git a/src/app/[lang]/about/page.tsx b/src/app/[lang]/about/page.tsx index 7610f39..520a08d 100644 --- a/src/app/[lang]/about/page.tsx +++ b/src/app/[lang]/about/page.tsx @@ -1,5 +1,7 @@ +import Link from "next/link"; import { getPerson } from "@/content/person"; import { getDictionary } from "@/i18n/dictionaries"; +import { publicPath } from "@/i18n/routes"; import { pageMetadata } from "@/lib/metadata"; import { requireLocale } from "@/lib/locale"; @@ -22,7 +24,7 @@ export default async function AboutPage({ params }: PageProps<"/[lang]/about">)
{person.role} · {person.location}
-
{paragraph}
@@ -40,6 +42,15 @@ export default async function AboutPage({ params }: PageProps<"/[lang]/about">)
))}
+ {dict.about.close}
{dict.contact.kicker}
{dict.contact.lede}
-{dict.contact.reply}
+{dict.contact.needTitle}
+{dict.contact.reply}