import Reveal, { RevealItem } from "./Reveal" const G = "linear-gradient(135deg, #1d4ed8 0%, #0891b2 100%)" const FEATURES = [ { icon: "๐ค", color: "#5b9cf6", title: "Real Conversation Analysis", body: "We read what was actually said, not just extracted numbers. The AI identifies missed questions, interrupted thoughts, and moments you talked past each other.", }, { icon: "๐", color: "#34d399", title: "Mirror Feed", body: "Patterns that only emerge across multiple sessions. After a few conversations, the mirror starts noticing what you consistently do โ and don't do.", }, { icon: "๐ฏ", color: "#f59e0b", title: "Context-Aware Insights", body: "An interview is not a casual chat. We detect the type of conversation automatically and calibrate what good looks like for that specific setting.", }, { icon: "๐", color: "#818cf8", title: "Your Behavioral Shape", body: "Five dimensions tracked across all your sessions โ Confidence, Assertiveness, Listening Quality, Composure, and Clarity โ shown as a radar you can watch shift.", }, { icon: "๐๏ธ", color: "#fb923c", title: "Voice Recognition", body: "Enroll your voice once. We identify which speaker is you across all future sessions automatically โ no manual tagging needed.", }, { icon: "๐", color: "#5b9cf6", title: "Privacy by Design", body: "Your audio is processed and discarded. Transcripts are analyzed and never stored. Only your behavioral patterns are kept โ never your actual words.", }, ] const CONTEXT_TYPES = [ { label: "Interview & Review ยท High Stakes", desc: "Job interviews, performance reviews, presentations" }, { label: "Conflict & Friction", desc: "Disagreements, pushback, difficult conversations" }, { label: "Collaborative", desc: "Team meetings, brainstorming, joint problem-solving" }, { label: "Persuading & Pitching", desc: "Sales calls, pitches, convincing others" }, { label: "Negotiation", desc: "Deals, salary discussions, competing interests" }, { label: "Coaching & Feedback", desc: "Mentoring, giving criticism, guiding others" }, { label: "Supportive Listening", desc: "Emotional support, being there for someone" }, { label: "Deep Personal", desc: "Vulnerable, emotionally open conversations" }, { label: "Casual & Low-Stakes", desc: "Everyday chat, catching up, informal exchanges" }, ] function Section({ label, title, subtitle, children }) { return (
{subtitle}
)} {children}Most people go through hundreds of conversations without ever seeing their own patterns. mirror changes that โ not by telling you what to say, but by showing you how you actually show up.
{text}
))}Your audio is processed and immediately discarded. Transcripts are analyzed and never stored. The only thing we keep is a behavioral summary โ never your actual words.