feat(site-finder): продуктовые решения по фидбеку analyze (#1741-1745) #1749
3 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Section2NetworksUtilities — "2. Сети и точки подключения"
|
* Section2NetworksUtilities — "3. Сети и точки подключения"
|
||||||
*
|
*
|
||||||
* Layout:
|
* Layout:
|
||||||
* HeadlineBar (title «Сети» + subtitle с расстояниями)
|
* HeadlineBar (title «Сети» + subtitle с расстояниями)
|
||||||
|
|
|
||||||
|
|
@ -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={{
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue