replaced vid

This commit is contained in:
Batyr 2025-11-22 18:55:31 +05:00
parent 5814763358
commit 0d49ef7a79
3 changed files with 8 additions and 8 deletions

View File

@ -42,7 +42,7 @@ export const HomeHero: FC = () => {
<div ref={emblaRef} className="embla overflow-hidden">
<div className="embla__container flex lg:max-h-[600px] lg:min-h-[320px]">
{banners?.map((item, i) =>
item.path.includes(".mp4") ? (
item.path.includes(".webm") ? (
<Link
to={item?.link ?? ""}
key={i}
@ -53,7 +53,7 @@ export const HomeHero: FC = () => {
controls={false}
muted
src={item.path}
className="size-full object-cover"
className="size-full object-contain"
/>
</Link>
) : !item.link ? (

View File

@ -2,19 +2,19 @@
"banners": {
"lg": [
{
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/1920x600_TEXTILE_WebBanners_eng.mp4",
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/fsadf.webm",
"link": "/stend-form"
}
],
"md": [
{
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/EN_m.jpg",
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/fsadf.webm",
"link": "/stend-form"
}
],
"sm": [
{
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/EN_s.jpg",
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/fsadf.webm",
"link": "/stend-form"
}
]

View File

@ -2,19 +2,19 @@
"banners": {
"lg": [
{
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/1920x600_TEXTILE_WebBanners_ru.mp4",
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/fsadf.webm",
"link": "/stend-form"
}
],
"md": [
{
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/RUS_m.jpg",
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/fsadf.webm",
"link": "/stend-form"
}
],
"sm": [
{
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/RUS_s.jpg",
"path": "https://turkmentextile.turkmenexpo.com/app/storage/app/media/surat/05112025/fsadf.webm",
"link": "/stend-form"
}
]