diff --git a/app/[locale]/blog/page.tsx b/app/[locale]/blog/page.tsx index 60e38273..eaa6ce01 100644 --- a/app/[locale]/blog/page.tsx +++ b/app/[locale]/blog/page.tsx @@ -51,38 +51,40 @@ export default async function BlogIndex({ params: { locale } }: BlogIndexProps) return (
- {featuredPost.frontmatter.excerpt} -
- - > - )} -+ {featuredPost.frontmatter.excerpt} +
+ + > + )} +- {t('subtitle')} -
++ {t('subtitle')} +
+- {t('cta.description')} -
++ {t('cta.description')} +
+- {t('hero.title')} -
-+ {t('hero.title')} +
+- {t('legacy.p1')} -
-- {t('legacy.p2')} -
-+ {t('legacy.p1')} +
++ {t('legacy.p2')} +
+