From d8747c0a1f4fb4394212a59da77d19abf92c69ee Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 15:29:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fd64bf..9e902ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,9 +9,13 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Cpu, DollarSign, Headphones, Shield, Wrench, Zap, Sparkles } from 'lucide-react'; +import { Cpu, DollarSign, Headphones, Shield, Wrench, Zap, Sparkles, MessageCircle } from 'lucide-react'; export default function LandingPage() { + const handleWhatsAppClick = () => { + window.open('https://wa.me/351', '_blank'); + }; + return ( +