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"],