feat: Enhance MainPageLayout with improved star decoration animations and initial fill colors; add new teal star layers and update localization strings across multiple languages for better user experience

This commit is contained in:
sebseb7
2026-03-26 15:24:00 +01:00
parent c6ea6e70fe
commit e8517372f2
43 changed files with 228 additions and 103 deletions

View File

@@ -1,5 +1,6 @@
export default {
"home": "Domů",
"konfiguratorAria": "Přejít do konfigurátoru",
"new": "Novinky",
"soon": "Již brzy",
"aktionen": "Akce",
@@ -7,5 +8,5 @@ export default {
"categories": "Kategorie",
"categoriesOpen": "Otevřít kategorie",
"categoriesClose": "Zavřít kategorie",
"otherCategories": "Další kategorie"
"otherCategories": "Ostatní kategorie"
};