diff --git a/src/pages/Landing/components/LandingContainer/VideoSection/VideoSection.tsx b/src/pages/Landing/components/LandingContainer/VideoSection/VideoSection.tsx index 4852e714b1..5a40522c7e 100644 --- a/src/pages/Landing/components/LandingContainer/VideoSection/VideoSection.tsx +++ b/src/pages/Landing/components/LandingContainer/VideoSection/VideoSection.tsx @@ -1,6 +1,6 @@ import React, { FC } from "react"; import { useTranslation } from "react-i18next"; -import landingVideoPosterSrc from "@/shared/assets/images/landing-video-poster.jpg"; +import landingVideoPosterSrc from "@/shared/assets/images/landing-video-poster.jpeg"; import landingVideoSrc from "@/shared/assets/videos/landing-video.mp4"; import { useIsBigPhoneView } from "@/shared/hooks/viewport"; import { Button, ButtonVariant } from "@/shared/ui-kit"; diff --git a/src/shared/assets/images/landing-video-poster.jpeg b/src/shared/assets/images/landing-video-poster.jpeg new file mode 100644 index 0000000000..72a4f41aa1 Binary files /dev/null and b/src/shared/assets/images/landing-video-poster.jpeg differ diff --git a/src/shared/assets/images/landing-video-poster.jpg b/src/shared/assets/images/landing-video-poster.jpg deleted file mode 100644 index 9ec203d64f..0000000000 Binary files a/src/shared/assets/images/landing-video-poster.jpg and /dev/null differ