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 (