feat: add expert-slider

This commit is contained in:
2025-12-15 13:23:11 +03:00
parent 963cc4d904
commit 5f786a2d6f
61 changed files with 477 additions and 18 deletions

View File

@@ -4,6 +4,8 @@ import { Breadcrumbs } from '@/widgets';
import { Partners } from '@/feature/article';
import { breadcrumbData } from './model/breadcrums';
import photo from '@public/images/photo/yancen-yana.png';
import { slidesData } from './model/slider';
import { ExpertSlider } from '@widgets/expert-slider';
function ExpertYancen() {
return (
@@ -60,6 +62,7 @@ function ExpertYancen() {
<Image className={s.Image} src={photo} alt={'Янцен Яна Николаевна'} />
</div>
</section>
<ExpertSlider slides={slidesData} />
<Partners />
</>
);