Skip to content

Commit

Permalink
Merge pull request #227 from Genesis-Solutions/develop
Browse files Browse the repository at this point in the history
Fix de números de teléfono estáticos
  • Loading branch information
Jaime-prog authored Jun 13, 2023
2 parents 763f804 + 0c1a080 commit 0eb920c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/inmueble.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
<div>
<label for="agentPhone" class="text-gray-500 text-xs">Teléfono</label>
<h3 id="agentPhone" class="text-gray-800 text-lg"><%= agente.telefonoUsuario %></h3>
<h3 class="text-gray-800 text-lg">4423863232</h3>
<h3 class="text-gray-800 text-lg">4424375993</h3>
</div>
<div class="flex justify-center mt-4">
<a target="_blank" href="https://api.whatsapp.com/send?phone=<%=agente.telefonoUsuario%></&text=Hola,%20me%20interesa%20la%20propiedad%20titulada%20'<%=inmueble.nombreInmueble%>'%20en%20su%20página%20me%20podrían%20brindar%20mas%20información%20porfavor%3F%20<%=currentURL%>" class="bg-green-500 hover:bg-green-600 text-white rounded-lg py-2 px-10 inline-block">Contactar por WhatsApp</a>
Expand Down
2 changes: 1 addition & 1 deletion views/partials/footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<ul class="text-sm py-5">
<div class="space-y-4">
<li><i class="fa-brands fa-whatsapp"></i> +52 442 796 7322</li>
<li><i class="fa-brands fa-whatsapp"></i> +52 442 386 3232</li>
<li><i class="fa-brands fa-whatsapp"></i> +52 442 437 5993</li>
<li>contacto.kiarainmuebles@gmail.com</li>
</div>
</ul>
Expand Down

0 comments on commit 0eb920c

Please sign in to comment.