This commit is contained in:
+4
-9
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Cirux - Automatiza la Atención a tus Pacientes</title>
|
||||
<link rel="icon" type="image/png" href="media/favicon.png">
|
||||
<link rel="icon" type="image/png" href="media/favicon.png" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
@@ -408,7 +408,7 @@
|
||||
</svg>
|
||||
</div>
|
||||
<h3 class="pain-title">
|
||||
Pacientes que no vuelven para retoques
|
||||
Pacientes que no vuelven para otros servicios
|
||||
</h3>
|
||||
<p class="pain-desc">
|
||||
El valor de vida de un paciente satisfecho es 5x su
|
||||
@@ -700,10 +700,7 @@
|
||||
<div class="footer-grid">
|
||||
<div class="footer-brand">
|
||||
<a href="#" class="logo">
|
||||
<img
|
||||
src="media/logo-cirux.webp"
|
||||
width="140"
|
||||
/>
|
||||
<img src="media/logo-cirux.webp" width="140" />
|
||||
</a>
|
||||
<p>
|
||||
Software de automatización para cirujanos que
|
||||
@@ -746,9 +743,7 @@
|
||||
<div class="modal-content">
|
||||
<div class="modal-icon">✓</div>
|
||||
<h3>¡Solicitud recibida!</h3>
|
||||
<p>
|
||||
En un momento te contactaremos para agendar una cita.
|
||||
</p>
|
||||
<p>En un momento te contactaremos para agendar una cita.</p>
|
||||
<button class="btn btn-primary" id="closeModal">
|
||||
Entendido
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user