feat: mythological suite renaming, cloudinary integration, and stacking scroll fixes

This commit is contained in:
2026-04-19 17:24:35 +03:00
parent 4f2188363a
commit 433252a05d
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ export async function generateMetadata({ params }: { params: Promise<{ lang: str
// Dynamic title based on slug if possible, or just section title
return {
title: `News - Ayris Apart`,
description: dict.news_page.subtitle,
description: dict.news_page.excerpt,
}
}