Commit Graph

32 Commits

Author SHA1 Message Date
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
becarta
f40db0f5c9 Start over, this time in Astro 2025-05-23 10:34:43 +02:00
becarta
fe932180cb Update Router component in App.svelte to disable hash-based routing for improved navigation experience 2025-05-16 01:44:56 +02:00
becarta
ac7c22ffec Add NotFound route to App component for improved error handling in navigation 2025-05-16 01:42:45 +02:00
becarta
5a8bf790af Refactor App component to implement routing with svelte-spa-router, replacing static components with dynamic routes for improved navigation. Update routes for Home, About, Contact, Careers, Blog, and legal services. 2025-05-16 01:37:41 +02:00
becarta
a036c95dbc Integrate svelte-preprocess into Svelte configuration and update metadata for improved build process. Remove unused Lottie player and related dependencies to streamline project structure. 2025-05-16 01:19:16 +02:00
becarta
82cd940b62 Update devDependencies in package.json to use caret (^) for versioning on svelte and vite-plugin-svelte 2025-05-16 01:17:06 +02:00
becarta
3d1f64d8e5 Refactor testimonial navigation handlers and improve timer management in Testimonials component 2025-05-16 01:12:01 +02:00
becarta
4f0a849323 Add automatic testimonial rotation with timer functionality in Testimonials component 2025-05-16 01:10:01 +02:00
becarta
47fe59d3c3 Refactor Hero component to replace Lottie player with a static image for better performance and update footer links to ensure they direct to the correct service paths. 2025-05-16 01:08:12 +02:00
becarta
27e836b546 Enhance Vite configuration to suppress Lottie player eval warnings and update footer links to point to correct service paths. Replace Lottie player with an image in the Hero component for improved performance. 2025-05-16 00:51:27 +02:00
becarta
bfdac3f322 Update devDependencies in package.json and simplify Svelte config by removing sourcemap option 2025-05-16 00:32:57 +02:00
becarta
046b5241a2 Refactor Vite server configuration by removing HMR host setting 2025-05-16 00:31:10 +02:00
becarta
195e4ba432 Update devDependencies in package.json to latest versions 2025-05-16 00:28:46 +02:00
becarta
00c92b1462 Update TypeScript version in package.json to 5.3.3 2025-05-16 00:27:50 +02:00
becarta
969d9c0af3 Update package dependencies and remove unused files from node_modules 2025-05-16 00:25:30 +02:00
becarta
04584e9c98 Update script path in index.html and remove duplicate font import in app.css 2025-05-16 00:21:27 +02:00
becarta
bacf566ec9 first commit 2025-05-16 00:17:42 +02:00
becarta
ea5c866137 first commit 2025-05-16 00:04:57 +02:00