From 995c75ca7278582a2fb22c57bd4c4dae9167827f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:22:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ff63fb..1dd65cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,7 +153,7 @@ export default function LandingPage() { { id: "basic", badge: "Core", price: "$5,000/mo", subtitle: "Foundation growth", buttons: [ { - text: "Inquire", href: "#contact"}, + text: "Book Strategy Call", href: "#contact"}, ], features: [ "Daily Posting", "Analytics Report", "Basic Engagement"], @@ -161,7 +161,7 @@ export default function LandingPage() { { id: "pro", badge: "Growth", price: "$12,000/mo", subtitle: "Scale and dominate", buttons: [ { - text: "Inquire", href: "#contact"}, + text: "Book Strategy Call", href: "#contact"}, ], features: [ "Full Strategy", "Influencer Access", "Paid Ads Mgmt"], @@ -169,7 +169,7 @@ export default function LandingPage() { { id: "enterprise", badge: "Elite", price: "$25,000/mo", subtitle: "Global authority", buttons: [ { - text: "Inquire", href: "#contact"}, + text: "Book Strategy Call", href: "#contact"}, ], features: [ "Everything Pro", "Dedicated Manager", "Content Production"], @@ -260,4 +260,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1