From b76c14b780f6bfb306e05a5b110feb54715d1b77 Mon Sep 17 00:00:00 2001 From: DavidHerran Date: Mon, 8 Jun 2026 09:58:13 -0500 Subject: [PATCH] feat(ui): friendlier wording in the contact form MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Match the broadened "Contact FLUX Team" CTA — the consultation form read as engineering-only, which can deter non-technical enquiries. - Form header: "Engineering Consultation" -> "Get in Touch" - Subtitle now reassures "our team will get back to you" - Submit button: "Request Consultation" -> "Send Request" - Success title: "Consultation Requested" -> "Request Sent" - Next-steps step 1: "Engineer reviews..." -> "Our team reviews..." Co-Authored-By: Claude Opus 4.8 (1M context) --- src/components/ai/ConsultationScheduler.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 )}