feat: pretify template
This commit is contained in:
@@ -11,11 +11,11 @@ import {
|
||||
|
||||
export const site = {
|
||||
name: "SignalDesk AI",
|
||||
tagline: "AI-агенты, real-time issue detection и QA для команд поддержки, которые растут быстрее очереди тикетов.",
|
||||
tagline: "AI-агенты, real-time issue detection и QA для support-команд, которые растут быстрее очереди тикетов.",
|
||||
cta: "Запустить демо",
|
||||
secondaryCta: "Смотреть панель",
|
||||
heroImage: "https://images.unsplash.com/photo-1551434678-e076c223a692?auto=format&fit=crop&w=1400&q=80",
|
||||
accentImage: "https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1100&q=80",
|
||||
accentImage: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=1100&q=80",
|
||||
nav: [
|
||||
{ href: "/product", label: "Продукт" },
|
||||
{ href: "/pricing", label: "Тарифы" },
|
||||
@@ -27,15 +27,15 @@ export const site = {
|
||||
|
||||
export const highlights = [
|
||||
{ title: "Deflection", value: "42%", text: "AI закрывает повторяющиеся обращения без потери контроля.", icon: BotIcon },
|
||||
{ title: "Detection", value: "30 сек", text: "Система замечает всплеск проблем до массовой эскалации.", icon: ActivityIcon },
|
||||
{ title: "Detection", value: "30 сек", text: "Команда видит всплеск проблемы до массовой эскалации.", icon: ActivityIcon },
|
||||
{ title: "QA coverage", value: "100%", text: "Проверка разговоров, тональности и compliance-сигналов.", icon: ShieldCheckIcon },
|
||||
] as const;
|
||||
|
||||
export const products = [
|
||||
{ name: "AI-помощник входящей очереди", price: "agent layer", tag: "automation", text: "Черновики ответов, summary, handoff и подсказки оператору." },
|
||||
{ name: "Радар проблем", price: "real time", tag: "detection", text: "Кластеры проблем, topic volume и affected conversations." },
|
||||
{ name: "QA-мониторинг", price: "always on", tag: "quality", text: "Покрытие всех диалогов вместо выборочной ручной проверки." },
|
||||
{ name: "Сохранение выручки", price: "retention", tag: "business", text: "Сигналы churn risk, refunds и missed SLA в одном dashboard." },
|
||||
{ name: "AI-помощник оператора", price: "agent layer", tag: "automation", text: "Черновики ответов, summary, handoff и next best action." },
|
||||
{ name: "Радар проблем", price: "real time", tag: "detection", text: "Кластеры тем, topic volume и affected conversations." },
|
||||
{ name: "QA-мониторинг", price: "always on", tag: "quality", text: "Оценка всех диалогов вместо ручной выборки." },
|
||||
{ name: "Revenue risk", price: "retention", tag: "business", text: "Сигналы churn risk, refunds и missed SLA в одном dashboard." },
|
||||
] as const;
|
||||
|
||||
export const dishes = products;
|
||||
@@ -47,18 +47,18 @@ export const tastingSets = [
|
||||
] as const;
|
||||
|
||||
export const testimonials = [
|
||||
{ name: "MintCart", text: "Мы увидели системные проблемы доставки раньше, чем они стали refund wave.", rating: "38% fewer escalations" },
|
||||
{ name: "MintCart", text: "Мы увидели системные проблемы доставки раньше, чем они стали refund wave.", rating: "-38% escalations" },
|
||||
{ name: "CloudDesk", text: "QA перестал быть выборкой. Теперь команда видит всю картину.", rating: "100% QA coverage" },
|
||||
] as const;
|
||||
|
||||
export const eventTypes = [
|
||||
{ title: "Connect inbox", text: "Подключите support channels и импортируйте историю тем.", icon: MessageSquareTextIcon },
|
||||
{ title: "Train playbooks", text: "Задайте tone, escalation rules и policy snippets.", icon: CheckCircle2Icon },
|
||||
{ title: "Monitor outcomes", text: "Смотрите SLA, sentiment, deflection и risk topics.", icon: BarChart3Icon },
|
||||
{ title: "Подключить inbox", text: "Support channels, история тем и SLA попадают в единую очередь.", icon: MessageSquareTextIcon },
|
||||
{ title: "Настроить playbooks", text: "Tone, escalation rules и policy snippets контролируют AI-ответы.", icon: CheckCircle2Icon },
|
||||
{ title: "Измерять outcome", text: "SLA, sentiment, deflection и risk topics видны в dashboard.", icon: BarChart3Icon },
|
||||
] as const;
|
||||
|
||||
export const contactCards = [
|
||||
{ title: "Live queue", text: "248 активных conversations, 18 high priority", icon: LifeBuoyIcon },
|
||||
{ title: "SLA health", text: "96% within target, 4 risky segments", icon: GaugeIcon },
|
||||
{ title: "Topic spike", text: "Payment retries +27% за последние 2 часа", icon: ActivityIcon },
|
||||
] as const;
|
||||
] as const;
|
||||
|
||||
Reference in New Issue
Block a user