From 99051f62ea94025d013832775507bfce54029492 Mon Sep 17 00:00:00 2001 From: Val <44112412+LawfaL@users.noreply.github.com> Date: Wed, 9 Jul 2025 01:20:57 +0700 Subject: [PATCH] fix: button --- app/pricing/page.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/pricing/page.js b/app/pricing/page.js index b49d4cb..5590453 100644 --- a/app/pricing/page.js +++ b/app/pricing/page.js @@ -37,7 +37,7 @@ export default function PricingPage() { name: "Steady Support", price: "$250", description: "Ideal for businesses needing regular updates.", - buttonText: "Get In Touch", + buttonText: "Buy Now", isPopular: true, features: [ "Custom onboarding", @@ -60,7 +60,7 @@ export default function PricingPage() { name: "Total Coverage", price: "$400", description: "Perfect for hands-off clients who want it all handled.", - buttonText: "Get In Touch", + buttonText: "Buy Now", isPopular: false, features: [ "Custom onboarding",