Files
ai-support-saas-shadcn/SITEMAP.md
2026-05-08 22:39:33 +03:00

37 lines
2.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# SignalDesk AI Sitemap
B2B SaaS-шаблон для AI support platform с pricing, customers, resources и dashboard.
## Pages
| Route | Page | Blocks and copy intent |
| --- | --- | --- |
| `/` | Главная | Launch-style hero, AI support workflow, platform cards, customer proof. |
| `/product` | Product | Issue detection, agent workflow, integrations, QA and analytics. |
| `/pricing` | Pricing | SaaS pricing tiers, token/seat messaging, FAQ. |
| `/customers` | Customers | Case studies, logos, quotes, business outcomes. |
| `/resources` | Resources | Articles, guides, webinars, playbooks. |
| `/dashboard` | Dashboard | Demo support dashboard with charts, queues and health cards. |
## Visual Direction
- Палитра задана в `src/app/globals.css` через shadcn CSS variables.
- Шрифт задан в `src/app/layout.tsx`.
- Изображения берутся из curated Unsplash URLs через `next/image`; домен разрешен в `next.config.mjs`.
- Видимые тексты лежат в JSX и `src/entities/site-content.ts`, чтобы visual editing и AI-правки работали по source.
## Icons
Используются только `lucide-react` icons. Новые зависимости не нужны.
## Наполнение следующего шага
- Добавлены доменные production-блоки поверх базовой структуры: richer hero/product/dashboard sections, сценарии принятия решения, trust/operations blocks.
- Все важные CTA и пользовательские лейблы держатся в JSX или typed content arrays, чтобы визуальный редактор Fluw мог находить и менять тексты.
- Шрифты выбраны с поддержкой кириллицы; latin-only display fonts не используются.
## Premium pass
- Переработаны hero/карточки/доменные секции: меньше generic UI, больше сценарной пользы и визуального характера.
- Сохранены node_modules и .next для следующих этапов локальной проверки.