feat: système de zones visuelles — fondation layout 3 couches

- zones.scss : système data-zone avec biomes (swamp, landing, page)
- Home.jsx migré de .game-cover → zone[data-zone="swamp"]
- Landing.jsx migré → zone[data-zone="landing"]
- Background sorti de home.scss → zones.scss (un seul endroit)
- Prêt pour ajouter des biomes (cave, volcano, ocean) en une ligne
This commit is contained in:
2026-03-20 16:33:47 +01:00
parent 3839a1e6a2
commit 39f683a31e
5 changed files with 45 additions and 16 deletions

View File

@@ -7,6 +7,7 @@ import { GameTick } from "./components/GameTick";
import { GameSync } from "./components/GameSync";
import "./scss/root.scss";
import "./scss/zones.scss";
import "./scss/components/footer.scss";
import navData from "./data/NavBarData.json";