fa52f07bc4Refactor site layout and enhance content structure by adding a subscription form and footer details across multiple languages. Remove unused CSS files and ensure proper localization in JSON files. Update site configuration for improved navigation and accessibility.
main
Richard Bergsma2025-07-24 22:09:48 +02:00
7f9cf0cc82Update site content across multiple languages, enhancing the "Stay Updated" section with a subscription form and footer details. Remove unused CSS files and ensure proper localization in JSON files for German, French, Dutch, and English. Adjust site configuration for improved navigation and accessibility.Richard Bergsma2025-07-24 21:46:33 +02:00
1d8b25f872Implement enhanced translation function in i18n utility to support fallback to English and improve localization handling. Update getCurrentLocale function to default to 'en' for now.Richard Bergsma2025-07-24 21:01:12 +02:00
f3ccd766faEnhance site configuration and layout with modern styling, improved font usage, and updated service components. Refactor navigation and footer for better accessibility and user experience, while ensuring inline definitions to resolve import issues.Richard Bergsma2025-07-24 20:59:34 +02:00
32301a18e9Update site content and structure, including localization adjustments for addresses, removal of unused files, and enhancements to the layout and styling for better user experience.Richard Bergsma2025-07-24 19:18:12 +02:00
bfe2b90d8dFix import path for Services component in index.astro to match directory structure.Richard Bergsma2025-06-04 01:34:39 +02:00
3cddf9da60Refactor index.astro to utilize internationalization utility for meta tags and adjust import paths for Services component.Richard Bergsma2025-06-04 01:34:13 +02:00
d3a6d65c36Refactor import paths in index.astro to align with updated directory structure.Richard Bergsma2025-06-04 01:32:54 +02:00
e0452ebfd8Update index page meta tags with static content for title, description, and keywords, replacing internationalization utility.Richard Bergsma2025-06-04 01:31:03 +02:00
37ca16ded2Update import path for internationalization utility in index page to reflect new directory structure.Richard Bergsma2025-06-04 01:29:53 +02:00
aa04dbaafbImplement main index page layout with components for header, hero, services, testimonials, call-to-action, and footer, along with internationalization support for meta tags.Richard Bergsma2025-06-04 01:28:18 +02:00
f564412feeRemove empty index page redirect and delete localized service pages for English, Italian, and Dutch, further streamlining the codebase.Richard Bergsma2025-06-04 01:25:57 +02:00
7ddbe42fc0Update service page routing to include specific service IDs for improved navigation and enhance user experience.Richard Bergsma2025-06-04 01:23:36 +02:00
409639cfadRemove localized service pages for English, Italian, and Dutch, consolidating content management and streamlining the codebase.Richard Bergsma2025-06-04 01:20:27 +02:00
128093aa0dRefactor import paths for SERVICES in multiple service pages to use centralized configuration from '@config'Richard Bergsma2025-06-04 01:17:51 +02:00
8f33562c4fUpdate import path for SERVICES in services.astro to correct directory structureRichard Bergsma2025-06-04 01:13:56 +02:00
57d0bf0618Update import path for SERVICES in services.astro to use site.configRichard Bergsma2025-06-04 01:07:54 +02:00
01f85327c4Update import path for SERVICES in services.astro to use site.config.mjsRichard Bergsma2025-06-04 01:06:48 +02:00
3168826fa8Add internationalization support with astro-i18next integration
becarta
2025-05-23 15:10:00 +02:00
8a3507dce0Enhance 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.
becarta
2025-05-23 13:02:36 +02:00
a544759a3bRefactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
becarta
2025-05-23 12:43:00 +02:00
f40db0f5c9Start over, this time in Astro
becarta
2025-05-23 10:34:43 +02:00
fe932180cbUpdate Router component in App.svelte to disable hash-based routing for improved navigation experience
becarta
2025-05-16 01:44:56 +02:00
ac7c22ffecAdd NotFound route to App component for improved error handling in navigation
becarta
2025-05-16 01:42:45 +02:00
5a8bf790afRefactor 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.
becarta
2025-05-16 01:37:41 +02:00
a036c95dbcIntegrate svelte-preprocess into Svelte configuration and update metadata for improved build process. Remove unused Lottie player and related dependencies to streamline project structure.
becarta
2025-05-16 01:19:16 +02:00
82cd940b62Update devDependencies in package.json to use caret (^) for versioning on svelte and vite-plugin-svelte
becarta
2025-05-16 01:17:06 +02:00
3d1f64d8e5Refactor testimonial navigation handlers and improve timer management in Testimonials component
becarta
2025-05-16 01:12:01 +02:00
4f0a849323Add automatic testimonial rotation with timer functionality in Testimonials component
becarta
2025-05-16 01:10:01 +02:00
47fe59d3c3Refactor 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.
becarta
2025-05-16 01:08:12 +02:00
27e836b546Enhance 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.
becarta
2025-05-16 00:51:27 +02:00
bfdac3f322Update devDependencies in package.json and simplify Svelte config by removing sourcemap option
becarta
2025-05-16 00:32:57 +02:00
046b5241a2Refactor Vite server configuration by removing HMR host setting
becarta
2025-05-16 00:31:10 +02:00
195e4ba432Update devDependencies in package.json to latest versions
becarta
2025-05-16 00:28:46 +02:00
00c92b1462Update TypeScript version in package.json to 5.3.3
becarta
2025-05-16 00:27:50 +02:00
969d9c0af3Update package dependencies and remove unused files from node_modules
becarta
2025-05-16 00:25:30 +02:00
04584e9c98Update script path in index.html and remove duplicate font import in app.css
becarta
2025-05-16 00:21:27 +02:00