"use client"; import { CalendarCheckIcon } from "lucide-react"; import { bookingReasons } from "@/entities/site-content"; import { Badge } from "@/shared/ui/badge"; import { Button } from "@/shared/ui/button"; import { Container } from "@/shared/ui/container"; import { InnerHero } from "@/shared/ui/inner-hero"; import { Input } from "@/shared/ui/input"; import { Textarea } from "@/shared/ui/textarea"; import { ClinicalDisclaimer } from "@/widgets/clinical-disclaimer"; import { PatientChecklist } from "@/widgets/patient-checklist"; import { PatientJourney } from "@/widgets/patient-journey"; import { SafetyNotes } from "@/widgets/safety-notes"; import { SpecialistSchedule } from "@/widgets/specialist-schedule"; function ReservationForm() { return (
Triage form

Запись начинается с цели визита

Форма статическая. Она показывает будущий booking flow: причина обращения, желаемый маршрут, документы и безопасное предупреждение о неэкстренном формате.

При резком ухудшении состояния, сильной боли, травме или угрозе жизни нужно обращаться в экстренные службы.
Причина обращения
{bookingReasons.map((reason) => ( ))}