diff --git a/src/components/shared/home/home-hero.tsx b/src/components/shared/home/home-hero.tsx index 0951512..bff31da 100644 --- a/src/components/shared/home/home-hero.tsx +++ b/src/components/shared/home/home-hero.tsx @@ -42,7 +42,7 @@ export const HomeHero: FC = () => {
{banners?.map((item, i) => - item.path.includes(".mp4") ? ( + item.path.includes(".webm") ? ( { controls={false} muted src={item.path} - className="size-full object-cover" + className="size-full object-contain" /> ) : !item.link ? ( diff --git a/src/locales/en/home.json b/src/locales/en/home.json index f41f992..94fc89e 100644 --- a/src/locales/en/home.json +++ b/src/locales/en/home.json @@ -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" } ] diff --git a/src/locales/ru/home.json b/src/locales/ru/home.json index ac92692..e23d7bb 100644 --- a/src/locales/ru/home.json +++ b/src/locales/ru/home.json @@ -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" } ]