fix: add forms sending
This commit is contained in:
@@ -5,7 +5,7 @@ import { Breadcrumbs, PartnersSlider } from '@/widgets';
|
||||
import { sidebarData } from './model/sidebar';
|
||||
import { relatedArticlesData } from './model/relatedArticles';
|
||||
import { expertData } from './model/expert';
|
||||
import { breadcrumbData } from './model/breadcrums';
|
||||
import { breadcrumbData, PAGE_NAME } from './model/breadcrums';
|
||||
|
||||
function AutoTech() {
|
||||
return (
|
||||
@@ -58,7 +58,7 @@ function AutoTech() {
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<CallbackForm pageName='Автотехническая экспертиза' />
|
||||
<CallbackForm pageName={PAGE_NAME} />
|
||||
|
||||
<h3 className={s.Header}>Документы, необходимые для экспертизы:</h3>
|
||||
<p className={s.Text}>
|
||||
@@ -95,8 +95,8 @@ function AutoTech() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<Consultation {...expertData} />
|
||||
<RelatedArticles related={relatedArticlesData} />
|
||||
<Consultation {...expertData} pageName={PAGE_NAME} />
|
||||
<RelatedArticles related={relatedArticlesData} pageName={PAGE_NAME} />
|
||||
<section className={s.Partners}>
|
||||
<div className={s.Divider}>
|
||||
<span className={s.Separator} />
|
||||
|
||||
Reference in New Issue
Block a user