feat(site-finder): продуктовые решения по фидбеку analyze (#1741-1745) #1749

Merged
lekss361 merged 2 commits from fix/sf-product-decisions into main 2026-06-18 08:43:44 +00:00
3 changed files with 5 additions and 5 deletions
Showing only changes of commit d93553c489 - Show all commits

View file

@ -1,7 +1,7 @@
"use client"; "use client";
/** /**
* Section2NetworksUtilities "2. Сети и точки подключения" * Section2NetworksUtilities "3. Сети и точки подключения"
* *
* Layout: * Layout:
* HeadlineBar (title «Сети» + subtitle с расстояниями) * HeadlineBar (title «Сети» + subtitle с расстояниями)

View file

@ -126,7 +126,7 @@ function Section31Settings({
margin: 0, margin: 0,
}} }}
> >
3.1 Настройки выборки 4.1 Настройки выборки
</h3> </h3>
<p <p
style={{ style={{
@ -281,7 +281,7 @@ function Section32Layouts({ cad }: { cad: string }) {
margin: 0, margin: 0,
}} }}
> >
3.2 Планировки 4.2 Планировки
</h3> </h3>
<p <p
style={{ style={{
@ -400,7 +400,7 @@ function Section33MarketSales({ data }: { data: ParcelAnalysis }) {
margin: 0, margin: 0,
}} }}
> >
3.3 Как продаётся рынок рядом 4.3 Как продаётся рынок рядом
</h3> </h3>
<p <p
style={{ style={{

View file

@ -1,7 +1,7 @@
"use client"; "use client";
/** /**
* Section4Estimate "4. Оценка участка" * Section4Estimate "2. Оценка участка"
* *
* Layout: * Layout:
* HeadlineBar (score + verdict label as title) * HeadlineBar (score + verdict label as title)