feat(sprint-5): document all blocks from perm.oclinica.ru/lor

Created 8 pages from real site (screenshot source):
- /components/navigation — header: top-bar, logo, nav menu (8 items)
- /blocks/hero         — hero banner: #b8e6ed bg, 3 checkmarks, CTA button
- /blocks/ceo          — intro text: clinic description + Q&A stimuli
- /blocks/doctors      — doctors: 3 stats (#dff0fa) + 6 card grid
- /blocks/reviews      — reviews carousel: #eef4d1 bg, decorative quote
- /blocks/contact-forms — 2 forms: "Будьте здоровы!" (#b8e6ed) + "Стоимость"
- /blocks/news         — 4 news cards row + "Все новости" button
- /blocks/contact      — footer: 4 link columns + logo + address + hours

globals.css: added .bb-nav-link:hover (#0089c3)
Sidebar: all blocks/navigation unlocked (removed soon), v0.5.1

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
AR 15 M4
2026-03-23 00:05:10 +05:00
parent 5b1ace962a
commit d4d86e6343
10 changed files with 2020 additions and 10 deletions
+9 -10
View File
@@ -30,20 +30,19 @@ const NAV: NavSection[] = [
{ label: "Кнопки", href: "/components/buttons" },
{ label: "Форм-контролы", href: "/components/forms" },
{ label: "Карточки", href: "/components/cards" },
{ label: "Навигация", href: "/components/navigation", soon: true },
{ label: "Шапка / Навигация", href: "/components/navigation" },
],
},
{
title: "Блоки",
items: [
{ label: "Шапка / Навигация", href: "/components/navigation", soon: true },
{ label: "Hero-баннер", href: "/blocks/hero", soon: true },
{ label: "Вводный текст", href: "/blocks/ceo", 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", soon: true },
{ label: "Hero-баннер", href: "/blocks/hero" },
{ label: "Вводный текст", href: "/blocks/ceo" },
{ label: "Наши врачи", href: "/blocks/doctors" },
{ label: "Отзывы", href: "/blocks/reviews" },
{ label: "Формы записи", href: "/blocks/contact-forms" },
{ label: "Новости", href: "/blocks/news" },
{ label: "Подвал / Контакт", href: "/blocks/contact" },
],
},
{
@@ -167,7 +166,7 @@ export function Sidebar() {
color: "var(--bb-sidebar-text-muted)",
}}
>
Sprint 5 · v0.5.0
Sprint 5 · v0.5.1
</div>
</aside>
);