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

@@ -0,0 +1,10 @@
import { TSlide } from '@widgets/expert-slider';
import img0 from '@public/images/docs/gulmamedov/image01.jpg';
export const slidesData: TSlide[] = [
{
id: 0,
name: 'Свидетельство',
image: img0,
},
];