From 286dacb5d4a45fccb63e765af7f695315ad8a1ad Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 16:34:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ae4530..c19ee08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import { Smile, ShieldCheck, Zap } from "lucide-react"; export default function LandingPage() { - const whatsappNumber = "919822001122"; + const whatsappNumber = "09881196633"; const handleWhatsApp = () => { window.open(`https://wa.me/${whatsappNumber}`, "_blank"); };