import { CalendarDaysIcon } from "lucide-react"; import { bookingRules } from "@/entities/site-content"; import { Badge } from "@/shared/ui/badge"; import { Button } from "@/shared/ui/button"; import { Container } from "@/shared/ui/container"; import { InfoColumns } from "@/shared/ui/info-columns"; import { InnerHero } from "@/shared/ui/inner-hero"; import { Input } from "@/shared/ui/input"; import { Textarea } from "@/shared/ui/textarea"; import { RestaurantEveningPlan } from "@/widgets/restaurant-evening-plan"; import { SeatingGuide } from "@/widgets/seating-guide"; function ReservationForm() { return (
booking flow

Бронь уточняет сценарий вечера

Форма статическая, но показывает production-ready сценарий: дата, время, гости, посадка, аллергии, событие и пожелания к темпу.

{["chef counter", "dining room", "private room", "tasting", "birthday"].map((tag) => ( ))}