From e84a32c85cbb5832bb0d4704e9598f5db3f3f2f9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 13:47:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc79e6b..f723d43 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,7 +158,7 @@ export default function LandingPage() { { id: "basic", badge: "Essential", price: "Custom", subtitle: "Virtual Assistance & Admin", buttons: [ { - text: "Contact Us", href: "#contact"}, + text: "Book Free Strategy Call", href: "#contact"}, ], features: [ "Email Management", "Calendar Support", "Data Entry"], @@ -166,7 +166,7 @@ export default function LandingPage() { { id: "pro", badge: "Growth", price: "Custom", subtitle: "Bookkeeping & Lead Gen", buttons: [ { - text: "Contact Us", href: "#contact"}, + text: "Book Free Strategy Call", href: "#contact"}, ], features: [ "Bank Reconciliation", "VAT/GST Filing", "Lead Outreach"], -- 2.49.1