diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index e59b1cf..e06664f 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -26,38 +26,20 @@ export default function LandingPage() {
@@ -135,8 +72,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/contacto/page.tsx b/src/app/contacto/page.tsx
index aba95ed..59bfce8 100644
--- a/src/app/contacto/page.tsx
+++ b/src/app/contacto/page.tsx
@@ -25,38 +25,20 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 263d896..4652f71 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -45,9 +45,7 @@ export default function LandingPage() {
name: "Contacto", id: "/contacto"},
]}
button={{
- text: "Diagnóstico Gratuito", href: "/contacto"}}
- topBarButton={{
- text: "WhatsApp: 944 078 417", href: "https://wa.me/34944078417"}}
+ text: "Hacer diagnóstico gratuito", href: "tel:+34944078417"}}
logoSrc="http://img.b2bpic.net/free-vector/creative-thanks-giving-25-flat-icon-pack-such-as-sms-you-wind-thank-fall_1142-26675.jpg"
logoAlt="Logo EuskalSec"
brandName="EuskalSec"
@@ -83,9 +81,7 @@ export default function LandingPage() {
]}
buttons={[
{
- text: "WhatsApp: 944 078 417", href: "https://wa.me/34944078417"},
- {
- text: "Llamar: 944 078 417", href: "tel:+34944078417"}
+ text: "Hacer diagnóstico gratuito", href: "tel:+34944078417"}
]}
avatars={[
{
@@ -269,8 +265,6 @@ export default function LandingPage() {
label: "C/ 22 de enero nº6 bajo, Barakaldo", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
{
label: "Teléfono: 944 078 417", href: "tel:+34944078417"},
- {
- label: "WhatsApp: 944 078 417", href: "https://wa.me/34944078417"},
{
label: "info@euskalsec.com", href: "mailto:info@euskalsec.com"},
],
@@ -303,4 +297,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file