added pt for page

This commit is contained in:
Batyr 2025-11-21 16:33:09 +05:00
parent b76467e111
commit ec34e10c09
1 changed files with 2 additions and 1 deletions

View File

@ -76,8 +76,9 @@ export const Slider = ({ lang }: { lang: string }) => {
{item.image.includes(".mp4") ? (
<video
src={item.image}
className="size-full object-cover"
className="size-full object-contain"
autoPlay
muted
/>
) : (
<Image