new home page design (Hero only right now)

This commit is contained in:
Henri
2026-03-27 23:00:35 +02:00
parent ccf4d57cea
commit f73f73767f
16 changed files with 88 additions and 25 deletions

View File

@@ -31,7 +31,7 @@ async function loadTranslations(lang) {
// Dynamically import all translation files for the specific language
// Vite will code-split these and only bundle the ones actually used
const modules = import.meta.glob('../locales/*/*.json');
const modules = import.meta.glob('./locales/*/*.json');
for (const path in modules) {
if (path.includes(`/locales/${lang}/`) || path.includes(`\\locales\\${lang}\\`)) {