Update pricing page branding to Engage

cgen-07b2492bddc84bea98ca9a4c8159f49d
This commit is contained in:
Builder.io 2025-10-04 00:10:34 +00:00
parent 4f7b2530a7
commit 4873b732bf

View file

@ -233,7 +233,7 @@ const faqs = [
{ {
question: "What information helps you quote faster?", question: "What information helps you quote faster?",
answer: answer:
"Links to existing builds, tech stack details, target platforms, deadlines, and growth goals. Even bullet-point dreams are welcomeour 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<EFBFBD><EFBFBD><EFBFBD>our team is great at filling in blanks.",
}, },
{ {
question: "Can we start small before scaling up?", 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 [isLoading, setIsLoading] = useState(true);
const toastShownRef = useRef(false); const toastShownRef = useRef(false);
@ -255,7 +255,7 @@ export default function Pricing() {
const timer = setTimeout(() => { const timer = setTimeout(() => {
setIsLoading(false); setIsLoading(false);
if (!toastShownRef.current) { if (!toastShownRef.current) {
aethexToast.system("Pricing & Engagement center ready"); aethexToast.system("Engagement center ready");
toastShownRef.current = true; toastShownRef.current = true;
} }
}, 900); }, 900);
@ -266,7 +266,7 @@ export default function Pricing() {
if (isLoading) { if (isLoading) {
return ( return (
<LoadingScreen <LoadingScreen
message="Loading pricing matrix..." message="Loading engagement center..."
showProgress showProgress
duration={900} duration={900}
/> />
@ -303,7 +303,7 @@ export default function Pricing() {
className="border-aethex-400/50 text-aethex-300 backdrop-blur-sm" className="border-aethex-400/50 text-aethex-300 backdrop-blur-sm"
> >
<Handshake className="mr-2 h-3 w-3" /> <Handshake className="mr-2 h-3 w-3" />
Pricing & Engagement Playbook Engagement Playbook
</Badge> </Badge>
<h1 className="text-4xl font-black tracking-tight sm:text-5xl lg:text-6xl"> <h1 className="text-4xl font-black tracking-tight sm:text-5xl lg:text-6xl">
@ -314,7 +314,7 @@ export default function Pricing() {
<p className="text-lg text-muted-foreground sm:text-xl"> <p className="text-lg text-muted-foreground sm:text-xl">
Compare investment models, commission structures, and add-ons in 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. you can align stakeholders quickly.
</p> </p>
@ -326,7 +326,7 @@ export default function Pricing() {
> >
<Link to="#bundles" className="flex items-center gap-2"> <Link to="#bundles" className="flex items-center gap-2">
<BadgeDollarSign className="h-5 w-5" /> <BadgeDollarSign className="h-5 w-5" />
Explore Pricing Bundles Explore Engagement Bundles
</Link> </Link>
</Button> </Button>
<Button <Button