diff --git a/src/components/section/CarouselSection.astro b/src/components/section/CarouselSection.astro
index 7b9471b..2b6f6b4 100644
--- a/src/components/section/CarouselSection.astro
+++ b/src/components/section/CarouselSection.astro
@@ -9,7 +9,7 @@ const { images, class: className } = Astro.props;
-
+
{
images.map((image) => (
diff --git a/src/components/section/TitleSection.astro b/src/components/section/TitleSection.astro
index 897cb54..4948387 100644
--- a/src/components/section/TitleSection.astro
+++ b/src/components/section/TitleSection.astro
@@ -3,7 +3,7 @@ import { Icon } from 'astro-icon/components'
const { title } = Astro.props;
---
-
+
{title}
diff --git a/src/pages/[locale]/news/[id].astro b/src/pages/[locale]/news/[id].astro
index 9d4003c..f83f1e7 100644
--- a/src/pages/[locale]/news/[id].astro
+++ b/src/pages/[locale]/news/[id].astro
@@ -37,7 +37,7 @@ const baseSlug = routeTranslations.news[locale] || routeTranslations.news.en;
---
-