Commit Graph

18 Commits

Author SHA1 Message Date
bfe2b90d8d Fix import path for Services component in index.astro to match directory structure. 2025-06-04 01:34:39 +02:00
3cddf9da60 Refactor index.astro to utilize internationalization utility for meta tags and adjust import paths for Services component. 2025-06-04 01:34:13 +02:00
d3a6d65c36 Refactor import paths in index.astro to align with updated directory structure. 2025-06-04 01:32:54 +02:00
e0452ebfd8 Update index page meta tags with static content for title, description, and keywords, replacing internationalization utility. 2025-06-04 01:31:03 +02:00
37ca16ded2 Update import path for internationalization utility in index page to reflect new directory structure. 2025-06-04 01:29:53 +02:00
aa04dbaafb Implement main index page layout with components for header, hero, services, testimonials, call-to-action, and footer, along with internationalization support for meta tags. 2025-06-04 01:28:18 +02:00
f564412fee Remove empty index page redirect and delete localized service pages for English, Italian, and Dutch, further streamlining the codebase. 2025-06-04 01:25:57 +02:00
7ddbe42fc0 Update service page routing to include specific service IDs for improved navigation and enhance user experience. 2025-06-04 01:23:36 +02:00
409639cfad Remove localized service pages for English, Italian, and Dutch, consolidating content management and streamlining the codebase. 2025-06-04 01:20:27 +02:00
128093aa0d Refactor import paths for SERVICES in multiple service pages to use centralized configuration from '@config' 2025-06-04 01:17:51 +02:00
8f33562c4f Update import path for SERVICES in services.astro to correct directory structure 2025-06-04 01:13:56 +02:00
57d0bf0618 Update import path for SERVICES in services.astro to use site.config 2025-06-04 01:07:54 +02:00
01f85327c4 Update import path for SERVICES in services.astro to use site.config.mjs 2025-06-04 01:06:48 +02:00
fe206a467b Skip empty slug blog pages 2025-06-04 01:03:59 +02:00
057d427b5b integration Directus cms 2025-06-04 00:55:56 +02:00
becarta
3168826fa8 Add internationalization support with astro-i18next integration
- Implemented astro-i18next for multi-language support, including English, Dutch, and Italian.
- Configured default locale and language fallback settings.
- Defined routes for localized content in the configuration.
- Updated package.json and package-lock.json to include new dependencies for i18next and related plugins.
2025-05-23 15:10:00 +02:00
becarta
8a3507dce0 Enhance Services page by implementing detailed service descriptions and benefits. Update routing for service links to include specific service IDs for improved navigation. Add scroll margin for header offset to ensure proper visibility when navigating to sections. 2025-05-23 13:02:36 +02:00
becarta
a544759a3b Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route. 2025-05-23 12:43:00 +02:00