From 2ad922c15f130663737df96f2403889aec721a14 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 16:38:25 +0000 Subject: [PATCH 1/3] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 180 +++++++++--------------------------------- 1 file changed, 36 insertions(+), 144 deletions(-) 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 -- 2.49.1 From a4c4a207b4b8efc716ae0c146548036724c38b51 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 16:38:26 +0000 Subject: [PATCH 2/3] Update src/app/contacto/page.tsx --- src/app/contacto/page.tsx | 125 ++++++++++---------------------------- 1 file changed, 31 insertions(+), 94 deletions(-) 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 -- 2.49.1 From 4938f92537028cddb4b1a284c99423eb7dfc507f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 16:38:26 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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 -- 2.49.1