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"); };