From 1f487cb5f0edaf832bd18181a54917b499210ba9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 16:45:46 +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 8484c86..f10c54a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function LandingPage() { { name: "FAQ", id: "faq" } ]} button={{ - text: "Get Free Consultation", href: "#contact" + text: "Contact: 01796383117", href: "#contact" }} /> @@ -361,7 +361,7 @@ export default function LandingPage() { id: "3", title: "Direct Contact via Email", content: "Email me directly at services@leadandemaildpro.com for detailed project discussions, bulk lead orders, or partnership opportunities." }, { - id: "4", title: "WhatsApp Direct Message", content: "Message me on WhatsApp for quick questions or to schedule a call. I respond within 2 hours during business hours." + id: "4", title: "WhatsApp Direct Message", content: "Message me on WhatsApp at 01796383117 for quick questions or to schedule a call. I respond within 2 hours during business hours." } ]} /> @@ -411,4 +411,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}