Commit Graph
9 Commits
Author SHA1 Message Date
Dan Dobos 242a6d454a feat: update text color for improved readability in About and Home pages 2026-02-23 14:06:55 +01:00
Dan Dobos 298dd5d74a Update asset references in index.html for new build 2026-02-23 13:52:42 +01:00
Dan Dobos e8d0f5b087 feat: update UI components for dark mode support and color scheme changes
- Refactored About, Contact, Gallery, Home, Services pages to enhance dark mode compatibility.
- Changed color schemes from orange to sky for various elements.
- Updated background colors and text colors to improve readability in dark mode.
- Added dark mode configuration to Tailwind CSS.
2026-02-23 13:51:44 +01:00
Dan Dobos 8954081593 feat: integrate i18n for multilingual support in Services page
- 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.
2026-02-23 13:04:13 +01:00
Dan Dobos 2fed4212c7 chore: update branding from ProFix to Lucris Handyman across multiple components 2026-02-23 11:29:09 +01:00
Dan Dobos 03d5a16c42 chore: add dev, build, and preview scripts to package.json 2026-02-20 17:59:15 +01:00
Dan Dobos 4a3757ee3d chore: update package.json and package-lock.json for @types/react-dom, adjust routes and vite config 2026-02-20 17:23:35 +01:00
Dan Dobos 89144c85d9 chore: update package.json for deployment and add homepage
- 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.
2026-02-20 16:54:27 +01:00
Dan Dobos 77023919df Initial commit 2026-02-20 16:22:48 +01:00