Fix: added href link with whatsapp openner and fixed imgs to be in public routes
This commit is contained in:
@@ -38,7 +38,7 @@ const { pageTitle } = Astro.props;
|
|||||||
|
|
||||||
<main>
|
<main>
|
||||||
<div class="floating-buttons">
|
<div class="floating-buttons">
|
||||||
<a href="#">
|
<a href="https://wa.me/573001158180?text=Hola,%20estoy%20interesado%20en%20obtener%20más%20información%20sobre%20Naliia." target="_blank">
|
||||||
<div class="floating-button whatsapp-floatingbutton">
|
<div class="floating-button whatsapp-floatingbutton">
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
|||||||
@@ -14,12 +14,12 @@ import "../styles/contactpage.css";
|
|||||||
<Layout pageTitle="Contacto">
|
<Layout pageTitle="Contacto">
|
||||||
<section class="contact-page">
|
<section class="contact-page">
|
||||||
<InitialSection
|
<InitialSection
|
||||||
imgSrc="/src/assets/imgs/chat_3d_illustration.svg"
|
imgSrc="/images/chat_3d_illustration.svg"
|
||||||
imgAlt="Ilustración 3D de unas burbujas de chat flotantes"
|
imgAlt="Ilustración 3D de unas burbujas de chat flotantes"
|
||||||
imgWidth={700}
|
imgWidth={700}
|
||||||
customXPosition="-36%"
|
customXPosition="-36%"
|
||||||
customYPosition="20%"
|
customYPosition="20%"
|
||||||
logoSrc="/src/assets/imgs/logo-naliia.svg"
|
logoSrc="/images/logo-naliia.svg"
|
||||||
logoAlt="Logo de Naliia"
|
logoAlt="Logo de Naliia"
|
||||||
mainTitle="Contáctanos"
|
mainTitle="Contáctanos"
|
||||||
autoHeight={true}
|
autoHeight={true}
|
||||||
@@ -40,7 +40,7 @@ import "../styles/contactpage.css";
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="socialmedia-icons">
|
<div class="socialmedia-icons">
|
||||||
<a href="#" class="social-media-link whatsapp-link">
|
<a href="https://wa.me/573001158180?text=Hola,%20estoy%20interesado%20en%20obtener%20más%20información%20sobre%20Naliia." target="_blank" class="social-media-link whatsapp-link">
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="48"
|
width="48"
|
||||||
@@ -60,7 +60,7 @@ import "../styles/contactpage.css";
|
|||||||
>
|
>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="" class="social-media-link instagram-link">
|
<!-- <a href="" class="social-media-link instagram-link">
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="48"
|
width="48"
|
||||||
@@ -72,9 +72,9 @@ import "../styles/contactpage.css";
|
|||||||
d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4zm9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3"
|
d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4zm9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3"
|
||||||
></path></svg
|
></path></svg
|
||||||
>
|
>
|
||||||
</a>
|
</a> -->
|
||||||
|
|
||||||
<a href="#" class="social-media-link email-link">
|
<a href="mailto:proyectos@ausolutionsit.com" class="social-media-link email-link">
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="48"
|
width="48"
|
||||||
|
|||||||
Reference in New Issue
Block a user