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')}
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/pages/index.astro b/src/pages/index.astro
index b19fc96c..9c5eef2a 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,4 +1 @@
----
-// Redirect to English version
-return Astro.redirect('/en');
----
\ No newline at end of file
+// ... file is now empty, no redirect ...
\ No newline at end of file
diff --git a/src/pages/it/services.astro b/src/pages/it/services.astro
deleted file mode 100644
index 0f18a260..00000000
--- a/src/pages/it/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', 'it')}
-
-
- {t('services.subtitle', 'it')}
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/pages/nl/services.astro b/src/pages/nl/services.astro
deleted file mode 100644
index eb345956..00000000
--- a/src/pages/nl/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)
-};
-
-
-
-
-
-
-