Skip to content

Commit 8f70ab7

Browse files
authored
Update fmt.Println message to Goodbye World
1 parent 75bc784 commit 8f70ab7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -458,11 +458,11 @@ <h3>Buda Zen de Humo</h3>
458458
<a href="https://wa.me/541135158100" target="_blank" class="btn-flotante float-ws">WA</a>
459459
</div>
460460

461-
<section id="pedido-especial" style="max-width: 600px; margin: 60px auto; padding: 30px; background: #fff; border-radius: 20px; border: 2px solid #c5a059; box-shadow: 0 10px 30px rgba(0,0,0,0.05);">
461+
<section id="pedido-especial" style="max-width: 600px; margin: 60px auto; padding: 30px; background: #fff; border-radius: 20px; border: 2px solid #c5a059; box-shadow: 0 10px 30px rgba(0,0,0,0.05); color: #333;">
462462
<h2 style="text-align: center; font-family: 'Playfair Display', serif; color: #c5a059; margin-bottom: 10px;">Solicitud de Pedido</h2>
463463
<p style="text-align: center; font-size: 0.85rem; color: #666; margin-bottom: 25px;">Completá tus datos y nos pondremos en contacto para coordinar la entrega y el pago.</p>
464464

465-
<form name="pedidos-azuvicka" method="POST" data-netlify="true">
465+
<form name="pedidos-azuvicka" method="POST" data-netlify="true" action="gracias.html">
466466
<div style="margin-bottom: 20px;">
467467
<label style="display: block; font-weight: 600; font-size: 0.8rem; margin-bottom: 8px; text-transform: uppercase;">Tu Nombre</label>
468468
<input type="text" name="cliente" placeholder="Ej: Maria Lopez" required style="width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 8px; font-family: 'Montserrat';">
@@ -481,8 +481,7 @@ <h2 style="text-align: center; font-family: 'Playfair Display', serif; color: #c
481481
<button type="submit" style="width: 100%; padding: 15px; background: #121212; color: #fdfaf6; border: none; border-radius: 8px; font-weight: 700; cursor: pointer; letter-spacing: 2px; transition: 0.3s;">
482482
ENVIAR PEDIDO
483483
</button>
484-
<form name="pedidos-azuvicka" method="POST" data-netlify="true" action="/gracias.html">
485-
</section>
484+
</form> </section>
486485
<footer>
487486
<div class="footer-grid">
488487
<div class="footer-section">
@@ -600,3 +599,4 @@ <h3>Nuestra Zona</h3>
600599

601600

602601

602+

0 commit comments

Comments
 (0)