import { getDictionary, Locale } from "../../dictionaries"; export const metadata = { title: "Kurumsal | Moy Group", }; export default async function KurumsalPage({ params, }: { params: Promise<{ lang: string }>; }) { const { lang } = await params; const locale = lang as Locale; const dict = await getDictionary(locale); const t = dict.corporate; return (
{t.p1}
{t.p2}
{t.p3}
{t.p4}
{t.visionText}
{t.missionText}