diff --git a/client/pages/Pricing.tsx b/client/pages/Pricing.tsx index e4f5c764..8406d028 100644 --- a/client/pages/Pricing.tsx +++ b/client/pages/Pricing.tsx @@ -233,7 +233,7 @@ const faqs = [ { question: "What information helps you quote faster?", answer: - "Links to existing builds, tech stack details, target platforms, deadlines, and growth goals. Even bullet-point dreams are welcome—our team is great at filling in blanks.", + "Links to existing builds, tech stack details, target platforms, deadlines, and growth goals. Even bullet-point dreams are welcome���our team is great at filling in blanks.", }, { question: "Can we start small before scaling up?", @@ -247,7 +247,7 @@ const faqs = [ }, ]; -export default function Pricing() { +export default function Engage() { const [isLoading, setIsLoading] = useState(true); const toastShownRef = useRef(false); @@ -255,7 +255,7 @@ export default function Pricing() { const timer = setTimeout(() => { setIsLoading(false); if (!toastShownRef.current) { - aethexToast.system("Pricing & Engagement center ready"); + aethexToast.system("Engagement center ready"); toastShownRef.current = true; } }, 900); @@ -266,7 +266,7 @@ export default function Pricing() { if (isLoading) { return ( @@ -303,7 +303,7 @@ export default function Pricing() { className="border-aethex-400/50 text-aethex-300 backdrop-blur-sm" > - Pricing & Engagement Playbook + Engagement Playbook

@@ -314,7 +314,7 @@ export default function Pricing() {

Compare investment models, commission structures, and add-ons in - a single hub. Every price button across AeThex now routes here so + a single hub. Every action to engage AeThex now routes here so you can align stakeholders quickly.

@@ -326,7 +326,7 @@ export default function Pricing() { > - Explore Pricing Bundles + Explore Engagement Bundles