diff --git a/client/src/widgets/catalog-slider/ui/CatalogSlider.tsx b/client/src/widgets/catalog-slider/ui/CatalogSlider.tsx
index 23e2658..77d0a0a 100644
--- a/client/src/widgets/catalog-slider/ui/CatalogSlider.tsx
+++ b/client/src/widgets/catalog-slider/ui/CatalogSlider.tsx
@@ -6,6 +6,7 @@ import Typography from '@mui/material/Typography'
import { useQuery } from '@tanstack/react-query'
import type { CatalogSliderSlide } from '@/entities/catalog-slider'
import { fetchCatalogSlider } from '@/entities/catalog-slider'
+import { OptimizedImage } from '@/shared/ui/OptimizedImage'
const AUTO_MS = 5500
@@ -62,20 +63,26 @@ function CatalogSliderInner({ slides }: { slides: CatalogSliderSlide[] }) {
}}
>
+ >
+
+
{captionText ? (