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')} -

-
-
-
- -
-