<!doctype html>

<html lang="it">

  <head>

    <meta charset="utf-8" />

    <title>Meraki AI – Analisi Brand</title>

  </head>


  <body style="font-family: system-ui; padding: 40px; max-width: 640px;">

    <h1>Analisi Brand</h1>

    <p>Inserisci le informazioni base. Meraki AI farà il resto.</p>


    <form>

      <label>

        Nome del brand<br />

        <input type="text" style="width:100%; margin-bottom:12px;" />

      </label>


      <label>

        Sito web (se esiste)<br />

        <input type="text" style="width:100%; margin-bottom:12px;" />

      </label>


      <label>

        Descrivi brevemente cosa fai<br />

        <textarea style="width:100%; height:100px;"></textarea>

      </label>


      <br /><br />

      <button type="button">Avvia analisi</button>

    </form>

  </body>

</html>