| <!doctype html> |
| <html lang="en"> |
| <head> |
| <meta charset="utf-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| <title>About — Selling Assistant</title> |
| <meta name="description" content="Learn about the modules behind Selling Assistant: Intent Recognition, Sentiment Analysis, Conversion Rate Prediction, Sales AI Generation, and Quality Assurance." /> |
| <link rel="preconnect" href="https://fonts.googleapis.com" /> |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
| <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap" rel="stylesheet" /> |
| <link rel="stylesheet" href="style.css" /> |
| </head> |
| <body> |
| <div class="bg"></div> |
| <main class="page"> |
| <nav class="topbar"> |
| <div class="brand" aria-label="Selling Assistant brand"> |
| <span class="mark" aria-hidden="true"></span> |
| <span class="brand-name">Selling Assistant</span> |
| </div> |
| <div class="nav-actions"> |
| <a href="index.html" class="nav-link" aria-label="Go to Home">Home</a> |
| <a href="index.html#try" class="nav-link" aria-label="Go to Try">Try</a> |
| </div> |
| </nav> |
|
|
| <section class="hero"> |
| <h1 class="brand-title gradient-text">About</h1> |
| <p class="subtitle">Modules and capabilities for better e‑commerce conversations</p> |
| <p class="intro"> |
| Selling Assistant integrates five core modules: <strong>Intent Recognition</strong>, <strong>Sentiment Analysis</strong>, |
| <strong>Conversion Rate Prediction</strong>, <strong>Sales AI Generation</strong>, and <strong>Quality Assurance</strong>. |
| Together, they deliver smarter, warmer, and more effective sales chats. |
| </p> |
| </section> |
|
|
| <section class="divider" aria-hidden="true"></section> |
|
|
| <section class="features"> |
| <h2 class="section-title">Core Modules</h2> |
| <div class="feature-stack"> |
| <article class="feature-card"> |
| <h3>Intent Recognition</h3> |
| <p>Accurately classifies sales intents to route conversations.</p> |
| <ul class="feature-list"> |
| <li>Product information, specs, compatibility</li> |
| <li>Pricing, promotions, discounts</li> |
| <li>Availability, shipping, returns</li> |
| </ul> |
| </article> |
| <article class="feature-card"> |
| <h3>Sentiment Analysis</h3> |
| <p>Understands emotional tone to adapt empathy and style.</p> |
| <ul class="feature-list"> |
| <li>Detects positive, neutral, negative sentiments</li> |
| <li>Tunes warmth and patience per context</li> |
| <li>Flags frustration, confusion, urgency for care</li> |
| </ul> |
| </article> |
| <article class="feature-card"> |
| <h3>Conversion Rate Prediction</h3> |
| <p>Predicts purchase likelihood to optimize persuasion.</p> |
| <ul class="feature-list"> |
| <li>Real‑time intent scoring and monitoring</li> |
| <li>Adjusts enthusiasm and CTA strength dynamically</li> |
| <li>Suggests incentives with expected lift</li> |
| </ul> |
| </article> |
| <article class="feature-card"> |
| <h3>Sales AI Generation</h3> |
| <p>Discovers true needs and crafts persuasive sales language.</p> |
| <ul class="feature-list"> |
| <li>Smart questioning for need discovery</li> |
| <li>Methodical, empathetic sales scripts</li> |
| <li>Personalized product recommendations</li> |
| </ul> |
| </article> |
| <article class="feature-card"> |
| <h3>Quality Assurance</h3> |
| <p>Improves service quality and model performance.</p> |
| <ul class="feature-list"> |
| <li>Conversation checks and compliance guardrails</li> |
| <li>Actionable coaching for sales skills</li> |
| <li>Self‑learning via evaluation loops</li> |
| </ul> |
| </article> |
| </div> |
| </section> |
|
|
| <section class="ribbon"> |
| <p>Human warmth. Sales wisdom. Better conversions.</p> |
| </section> |
|
|
| <footer class="footer"> |
| <span>© 2025 Selling Assistant</span> |
| </footer> |
| </main> |
| </body> |
| </html> |