This commit is contained in:
2026-01-19 19:31:53 +01:00
parent 6797303628
commit 4abcc3fdf5
9 changed files with 1 additions and 86 deletions

View File

@@ -28,20 +28,11 @@ export async function generateMetadata({ params: { locale } }: TeamPageProps): P
title: `${t('hero.subtitle')} | KLZ Cables`,
description: t('hero.title'),
url: `https://klz-cables.com/${locale}/team`,
images: [
{
url: '/uploads/2024/12/DSC07655-Large.webp',
width: 1200,
height: 630,
alt: t('hero.subtitle'),
},
],
},
twitter: {
card: 'summary_large_image',
title: `${t('hero.subtitle')} | KLZ Cables`,
description: t('hero.title'),
images: ['/uploads/2024/12/DSC07655-Large.webp'],
},
};
}