From a329f6a75861e618d31ee56c65e843830f3cba17 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:27:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 813cd9a..13a33fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { ]} useInvertedBackground={true} buttons={[ - { text: "WhatsApp Enquiry", href: "https://wa.me/919876543210" } + { text: "WhatsApp Enquiry", href: "https://wa.me/918712345678" } ]} buttonAnimation="slide-up" /> @@ -277,7 +277,7 @@ export default function LandingPage() { { title: "Contact Info", items: [ { label: "Call: +91-9876543210", href: "tel:+919876543210" }, - { label: "WhatsApp: Message Us", href: "https://wa.me/919876543210" }, + { label: "WhatsApp: Message Us", href: "https://wa.me/918712345678" }, { label: "Email: info@srilakshmi.com", href: "mailto:info@srilakshmi.com" }, { label: "Location: Lakshmidevipeta", href: "#" } ] @@ -297,4 +297,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1