Rename the two medcenter landings to their audience names: medcenter -> medcenterphysio, medcenterpersonal -> medcenterstart. Alongside the rename: - add a RevenueCalculator section to both landings; - rework the copy and figures in src/data/content.ts; - simplify the lead form: drop the "cabinet_state" and "profile" selects (along with SelectField and the matching fields in shared/lead.ts, lead-mapper.ts and amo-check.ts) and make company and email optional; - add the legacy/new static prototypes for both landings; - add pnpm-lock.yaml to medcenterstart (package-lock.json is still there too). deploy/apps.conf and deploy/README.md still refer to the old directory names and need a follow-up. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
18 lines
1.3 KiB
Markdown
18 lines
1.3 KiB
Markdown
# EXO MedCbezFiz — серверная кодовая база
|
|
|
|
Актуальная версия лендинга медицинского центра без физиотерапевтического кабинета, собранная из текущего файла EXO_MedCbezFiz_Calculator_v3.html.
|
|
|
|
## Структура
|
|
- `index.html` — HTML-разметка
|
|
- `styles.css` — все стили лендинга
|
|
- `script.js` — интерактив, формы и калькулятор
|
|
- `assets/` — локальные изображения, логотипы, фоновые изображения и иконки
|
|
|
|
## Загрузка на сервер
|
|
Загрузите **всё содержимое этой папки целиком** в корневую директорию нужного URL/поддомена.
|
|
Не меняйте относительное расположение `index.html`, `styles.css`, `script.js` и папки `assets`.
|
|
|
|
## Важно по формам
|
|
В текущей версии сохранён endpoint формы: `/api/leads/medical-centers-no-physio`.
|
|
Если на сервере используется другой обработчик лидов, замените значение `FORM_ENDPOINT` в `script.js`.
|