From 232930a53b9f39f9941edaa9bdae32146b7974cc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:11:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5e87b6..a1f5095 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function HomePage() { button={{ text: "Comenzar proyecto", onClick: () => window.open( - "https://wa.me/YOUR_NUMBER?text=Hola%20Webild%2C%20me%20interesa%20tus%20servicios", "_blank" + "https://wa.me/51983496008?text=Hola%20Webild%2C%20me%20interesa%20tus%20servicios", "_blank" ), }} brandName="Webild Studio" @@ -73,7 +73,7 @@ export default function HomePage() { { text: "Hablar por WhatsApp", onClick: () => window.open( - "https://wa.me/YOUR_NUMBER?text=Hola%20Webild%2C%20me%20interesa%20tus%20servicios", "_blank" + "https://wa.me/51983496008?text=Hola%20Webild%2C%20me%20interesa%20tus%20servicios", "_blank" ), }, ]} @@ -86,7 +86,7 @@ export default function HomePage() { {/* About Section */}
- {/* Phone with WhatsApp CTA */} + {/* WhatsApp CTA Only */}
Envíame un mensaje por WhatsApp -

Respondo en menos de 24 horas

+

+51 983 496 008

@@ -331,21 +331,12 @@ export default function HomePage() { ], }, { - title: "Compañía", items: [ - { label: "Sobre mí", href: "about" }, - { label: "Recursos", href: "#" }, - ], + title: "Compañía", items: [{ label: "Sobre mí", href: "about" }], }, { title: "Conectar", items: [ { - label: "LinkedIn", href: "https://linkedin.com"}, - { - label: "Twitter", href: "https://twitter.com"}, - { - label: "GitHub", href: "https://github.com"}, - { - label: "WhatsApp", href: "https://wa.me/YOUR_NUMBER"}, + label: "WhatsApp", href: "https://wa.me/51983496008"}, ], }, ]} -- 2.49.1