From a503d3e539e73bf538358e865f26570c0a0fccba Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Mon, 26 Jan 2026 01:59:40 +0100 Subject: [PATCH] colors --- components/home/GallerySection.tsx | 2 +- components/home/RecentPosts.tsx | 8 ++++---- components/home/WhatWeDo.tsx | 4 ++-- components/home/WhyChooseUs.tsx | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/components/home/GallerySection.tsx b/components/home/GallerySection.tsx index b9094190..a974abd7 100644 --- a/components/home/GallerySection.tsx +++ b/components/home/GallerySection.tsx @@ -15,7 +15,7 @@ export default function GallerySection() { ]; return ( -
+
{t('title')} diff --git a/components/home/RecentPosts.tsx b/components/home/RecentPosts.tsx index e9c4d523..7390393e 100644 --- a/components/home/RecentPosts.tsx +++ b/components/home/RecentPosts.tsx @@ -19,10 +19,10 @@ export default async function RecentPosts({ locale }: RecentPostsProps) {
- + {t('allArticles')} - + {t('allArticles')} @@ -56,10 +56,10 @@ export default async function RecentPosts({ locale }: RecentPostsProps) { day: 'numeric' })}
-

+

{post.frontmatter.title}

-
+
{t('readMore')} diff --git a/components/home/WhatWeDo.tsx b/components/home/WhatWeDo.tsx index 1e65b1d6..e0d54e3d 100644 --- a/components/home/WhatWeDo.tsx +++ b/components/home/WhatWeDo.tsx @@ -6,7 +6,7 @@ export default function WhatWeDo() { const t = useTranslations('Home.whatWeDo'); return ( -
+
@@ -33,7 +33,7 @@ export default function WhatWeDo() {
-

{t(`items.${idx}.title`)}

+

{t(`items.${idx}.title`)}

{t(`items.${idx}.description`)}

))} diff --git a/components/home/WhyChooseUs.tsx b/components/home/WhyChooseUs.tsx index 44fc0703..eed7b5fd 100644 --- a/components/home/WhyChooseUs.tsx +++ b/components/home/WhyChooseUs.tsx @@ -6,7 +6,7 @@ export default function WhyChooseUs() { const t = useTranslations('Home.whyChooseUs'); return ( -
+
@@ -26,7 +26,7 @@ export default function WhyChooseUs() {
- {t(`features.${i}`)} + {t(`features.${i}`)}
))}
@@ -36,9 +36,9 @@ export default function WhyChooseUs() { {[0, 1, 2, 3].map((idx) => (
- 0{idx + 1} + 0{idx + 1}
-

{t(`items.${idx}.title`)}

+

{t(`items.${idx}.title`)}

{t(`items.${idx}.description`)}

))}