plan: consolidate all blocks into Sprint 5, add variants/duplicates sprints

- Sprint 5: ALL site blocks in one sprint (header, hero, CEO text, doctors,
  reviews, contact forms, news, footer) — taken from real perm.oclinica.ru/lor
- Sprint 6: Page assemblies (home, disease, doctors)
- Sprint 7: Duplicate/variant system for components and blocks
- Sprint 8: Duplicate/variant system for pages (templates per section)
- Sprint 9: Remaining pages (prices, contacts, doctor profile)
- Sprint 10: Final polish and deploy

Sidebar: added Variants section, reordered Blocks to match real page flow,
removed Experiments section.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
AR 15 M4
2026-03-22 23:45:41 +05:00
parent 754056642d
commit 52f04f9f5d
2 changed files with 124 additions and 126 deletions
+7 -6
View File
@@ -36,14 +36,14 @@ const NAV: NavSection[] = [
{
title: "Блоки",
items: [
{ label: "Hero + Преимущества", href: "/blocks/hero", soon: true },
{ label: "Шапка / Навигация", href: "/components/navigation", soon: true },
{ label: "Hero-баннер", href: "/blocks/hero", soon: true },
{ label: "Вводный текст", href: "/blocks/ceo", soon: true },
{ label: "Услуги", href: "/blocks/services", soon: true },
{ label: "Наши врачи", href: "/blocks/doctors", soon: true },
{ label: "Отзывы", href: "/blocks/reviews", soon: true },
{ label: "Формы записи", href: "/blocks/contact-forms", soon: true },
{ label: "Новости", href: "/blocks/news", soon: true },
{ label: "Формы контакта", href: "/blocks/contact-forms", soon: true },
{ label: "Контакт", href: "/blocks/contact", soon: true },
{ label: "Подвал / Контакт", href: "/blocks/contact", soon: true },
],
},
{
@@ -67,9 +67,10 @@ const NAV: NavSection[] = [
],
},
{
title: "Эксперименты",
title: "Варианты и дубли",
items: [
{ label: "Библиотека", href: "/experiments", soon: true },
{ label: "Варианты блоков", href: "/variants/blocks", soon: true },
{ label: "Варианты страниц", href: "/variants/pages", soon: true },
],
},
];