diff --git a/src/components/ai/ConsultationScheduler.tsx b/src/components/ai/ConsultationScheduler.tsx index 4fe0fa3..4d8f3bb 100644 --- a/src/components/ai/ConsultationScheduler.tsx +++ b/src/components/ai/ConsultationScheduler.tsx @@ -167,7 +167,7 @@ function SuccessView({ data, ticketId }: { data: ConsultationData; ticketId: str

- Consultation Requested + Request Sent

{ticketId && (

{ticketId}

@@ -188,7 +188,7 @@ function SuccessView({ data, ticketId }: { data: ConsultationData; ticketId: str
{[ - "Engineer reviews your AI-prepared brief", + "Our team reviews your AI-prepared brief", `Custom RF analysis for your ${data.process} process`, "Proposal with ROI projections and timeline", ].map((step, i) => ( @@ -315,11 +315,11 @@ export default function ConsultationScheduler({ data }: { data: ConsultationData
- Engineering Consultation + Get in Touch

- Your conversation details are pre-loaded. Just add your contact info. + Your conversation details are pre-loaded. Just add your contact info and our team will get back to you.

@@ -416,7 +416,7 @@ export default function ConsultationScheduler({ data }: { data: ConsultationData Sending... ) : ( - <>Request Consultation + <>Send Request )}