From 60590cbc470df941f7a71472189b12a027c9a3cb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 15:31:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e902ed..ef11d63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import { Cpu, DollarSign, Headphones, Shield, Wrench, Zap, Sparkles, MessageCirc export default function LandingPage() { const handleWhatsAppClick = () => { - window.open('https://wa.me/351', '_blank'); + window.open('https://wa.me/910390886', '_blank'); }; return ( @@ -46,7 +46,7 @@ export default function LandingPage() { onClick={handleWhatsAppClick} className="fixed bottom-6 right-6 z-40 p-4 rounded-full bg-primary-cta text-white shadow-lg hover:shadow-xl transition-shadow" aria-label="Contact us on WhatsApp" - title="WhatsApp: +351" + title="WhatsApp: +351 910390886" > @@ -209,7 +209,7 @@ export default function LandingPage() { { title: "Contact", items: [ { label: "Email: info@pcbuildpt.com", href: "mailto:info@pcbuildpt.com" }, - { label: "WhatsApp: +351 9XX XXX XXX", href: "https://wa.me/351" }, + { label: "WhatsApp: +351 910390886", href: "https://wa.me/910390886" }, { label: "Lisbon, Portugal", href: "#" }, { label: "Mon-Sat 10am-6pm", href: "#" } ] -- 2.49.1