Aggiunge menu lingua dropdown e base i18n IT/EN/TH.

Introduce routing multilingua con locale tailandese, selettore lingua a tendina con icone bandiera SVG e gestione chiusura click-outside/Esc, oltre a integrazione Turnstile lato form contatti.

Made-with: Cursor
This commit is contained in:
Javaxman
2026-04-22 22:49:46 +02:00
parent fd6eaac03a
commit a81ed6f76b
34 changed files with 407 additions and 12 deletions

View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 32" aria-hidden="true">
<rect width="48" height="32" fill="#012169" />
<path d="M0 0l48 32M48 0L0 32" stroke="#fff" stroke-width="6" />
<path d="M24 0v32M0 16h48" stroke="#fff" stroke-width="10" />
<path d="M24 0v32M0 16h48" stroke="#c8102e" stroke-width="6" />
</svg>

After

Width:  |  Height:  |  Size: 333 B

View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 32" aria-hidden="true">
<rect width="16" height="32" x="0" y="0" fill="#009246" />
<rect width="16" height="32" x="16" y="0" fill="#ffffff" />
<rect width="16" height="32" x="32" y="0" fill="#ce2b37" />
</svg>

After

Width:  |  Height:  |  Size: 272 B

View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 32" aria-hidden="true">
<rect width="48" height="32" x="0" y="0" fill="#a51931" />
<rect width="48" height="24" x="0" y="4" fill="#ffffff" />
<rect width="48" height="16" x="0" y="8" fill="#2d2a4a" />
</svg>

After

Width:  |  Height:  |  Size: 270 B