- Added i18n configuration in src/i18n.ts for English and Dutch translations.
- Created locale files for English (en.json) and Dutch (nl.json) with translations for various sections.
- Updated Services component to utilize translation keys for titles, descriptions, and items.
- Refactored process steps in Services component to be dynamically rendered from translation keys.
- Adjusted main.tsx to include i18n initialization.
- Added "homepage" field for GitHub Pages deployment.
- Introduced "predeploy" and "deploy" scripts for building and deploying the app.
- Moved "@radix-ui/react-toggle-group" to the correct position in dependencies.
- Added "gh-pages" as a dev dependency for deployment.