<style>
.nmp-menu-container {
max-width: 1000px;
margin: auto;
padding: 1rem;
font-family: Arial, sans-serif;
color: #333;
text-align: center;
}
.nmp-menu-container h1 {
font-size: 2.2rem;
margin-bottom: 0.5rem;
}
.nmp-menu-container iframe {
width: 100%;
height: 80vh;
border: 1px solid #ccc;
border-radius: 8px;
}
.nmp-btn {
display: inline-block;
margin: 1rem 0.5rem;
padding: 0.8rem 1.5rem;
background: #ffcc00;
color: #000;
text-decoration: none;
border-radius: 6px;
font-weight: bold;
}
.nmp-qr {
margin-top: 2rem;
}
.nmp-qr img {
width: 180px;
height: auto;
border: 1px solid #ccc;
border-radius: 8px;
}
</style>
<div class=”nmp-menu-container”>
<h1>Il nostro menù stagionale</h1>
<p>Scorri qui sotto o scaricalo</p>
<iframe src=”https://www.nuevomundopub.com/wp-content/uploads/2025/03/menu-nuevo-mundo-2024.pdf”></iframe>
<br>
<a href=”https://www.nuevomundopub.com/wp-content/uploads/2025/03/menu-nuevo-mundo-2024.pdf” class=”nmp-btn” target=”_blank” download>Scarica il PDF</a>
<a href=”https://www.nuevomundopub.com/our-seasonal-menu/” class=”nmp-btn”>Aggiorna QR per locale</a>
<div class=”nmp-qr”>
<h2>Scan questo QR al tavolo</h2>
<img src=”https://www.nuevomundopub.com/wp-content/uploads/2025/06/qr-menu.png” alt=”QR code menu Nuevo Mundo”>
</div>
</div>