Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-12 15:31:39 +00:00

View File

@@ -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"
>
<MessageCircle size={24} />
</button>
@@ -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: "#" }
]