Add multi-pointed star feature to home page layout: Implemented a hoverable star graphic in the seeds box, enhancing visual engagement. Updated localization files to include new text for user prompts in multiple languages.

This commit is contained in:
sebseb7
2025-07-18 14:55:50 +02:00
parent 33fadc0279
commit 93887ce397
22 changed files with 186 additions and 30 deletions

View File

@@ -1,8 +1,10 @@
export default {
"seeds": "Σπόροι",
"stecklinge": "Μοσχεύματα",
"oilPress": "Δανεισμός πρέσας λαδιού",
"thcTest": "Έλεγχος THC",
"oilPress": "Δανείσου πρέσα λαδιού",
"thcTest": "Τεστ THC",
"address1": "Trachenberger Straße 14",
"address2": "01129 Dresden"
"address2": "01129 Dresden",
"showUsPhoto": "Δείξε μας τη πιο όμορφη φωτογραφία σου",
"selectSeedRate": "Επίλεξε σπόρο, κάνε κλικ για αξιολόγηση"
};