From 409639cfadb208954d877b251652759ac941eff8 Mon Sep 17 00:00:00 2001 From: Richard Bergsma Date: Wed, 4 Jun 2025 01:20:27 +0200 Subject: [PATCH] Remove localized service pages for English, Italian, and Dutch, consolidating content management and streamlining the codebase. --- src/pages/en/services.astro | 35 ----------------------------------- src/pages/it/services.astro | 35 ----------------------------------- src/pages/nl/services.astro | 35 ----------------------------------- 3 files changed, 105 deletions(-) delete mode 100644 src/pages/en/services.astro delete mode 100644 src/pages/it/services.astro delete mode 100644 src/pages/nl/services.astro diff --git a/src/pages/en/services.astro b/src/pages/en/services.astro deleted file mode 100644 index 53484f26..00000000 --- a/src/pages/en/services.astro +++ /dev/null @@ -1,35 +0,0 @@ -import BaseLayout from '../../layouts/BaseLayout.astro'; -import Header from '../../components/Header.astro'; -import Footer from '../../components/Footer.astro'; -import CTA from '../../components/CTA.astro'; -import { SERVICES } from '@config'; -import { t } from '../../utils/i18n'; - -const getServiceDetails = (serviceId) => { - // Copy the same logic as in the original services.astro - // ... (omitted for brevity, copy from original) -}; - - -
-
- -
-
-
-

- {t('services.title', 'en')} -

-

- {t('services.subtitle', 'en')} -

-
-
-
- -
-