style(og): improve spacing, truncate text, and switch to flex layout

This commit is contained in:
2026-06-22 12:04:53 +02:00
parent 156ae66dec
commit 1bd9f26356
2 changed files with 94 additions and 83 deletions

View File

@@ -16,8 +16,8 @@ export default async function Image({ params }: { params: Promise<{ locale: stri
return new ImageResponse(
<OGImageTemplate
title={t('title')}
description={t('description')}
title={title}
description={description}
label="Kabelnetzbau & Infrastruktur"
image={bg}
logo={logo}