diff --git a/public/assets/images/apps-qr.svg b/public/assets/images/apps-qr.svg deleted file mode 100644 index ebd37a7520..0000000000 --- a/public/assets/images/apps-qr.svg +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/assets/images/iphone-full-1.png b/public/assets/images/iphone-full-1.png deleted file mode 100644 index 2a0de2caef..0000000000 Binary files a/public/assets/images/iphone-full-1.png and /dev/null differ diff --git a/public/assets/images/iphone-full-2.png b/public/assets/images/iphone-full-2.png deleted file mode 100644 index 12cea8bfb1..0000000000 Binary files a/public/assets/images/iphone-full-2.png and /dev/null differ diff --git a/public/assets/images/iphone-full-3.png b/public/assets/images/iphone-full-3.png deleted file mode 100644 index 7ef7660f76..0000000000 Binary files a/public/assets/images/iphone-full-3.png and /dev/null differ diff --git a/public/assets/images/iphone-half-1.png b/public/assets/images/iphone-half-1.png deleted file mode 100644 index ebbd48fd8b..0000000000 Binary files a/public/assets/images/iphone-half-1.png and /dev/null differ diff --git a/public/assets/images/iphone-half-2.png b/public/assets/images/iphone-half-2.png deleted file mode 100644 index 8ef9694099..0000000000 Binary files a/public/assets/images/iphone-half-2.png and /dev/null differ diff --git a/public/assets/images/iphone-half-3.png b/public/assets/images/iphone-half-3.png deleted file mode 100644 index 8e6eac8056..0000000000 Binary files a/public/assets/images/iphone-half-3.png and /dev/null differ diff --git a/public/assets/images/iphone-half-desktop.png b/public/assets/images/iphone-half-desktop.png deleted file mode 100644 index ee432e0044..0000000000 Binary files a/public/assets/images/iphone-half-desktop.png and /dev/null differ diff --git a/public/assets/images/iphone-half-mobile.png b/public/assets/images/iphone-half-mobile.png deleted file mode 100644 index 177786a72e..0000000000 Binary files a/public/assets/images/iphone-half-mobile.png and /dev/null differ diff --git a/public/assets/images/join-mobile.jpg b/public/assets/images/join-mobile.jpg deleted file mode 100644 index 32554d1c41..0000000000 Binary files a/public/assets/images/join-mobile.jpg and /dev/null differ diff --git a/public/assets/images/join.jpg b/public/assets/images/join.jpg deleted file mode 100644 index d9ac3d0fcd..0000000000 Binary files a/public/assets/images/join.jpg and /dev/null differ diff --git a/src/shared/assets/images/landing-video-poster.jpeg b/public/assets/images/landing-poster.jpeg similarity index 100% rename from src/shared/assets/images/landing-video-poster.jpeg rename to public/assets/images/landing-poster.jpeg diff --git a/public/assets/images/main-landing-image-1.jpg b/public/assets/images/main-landing-image-1.jpg deleted file mode 100644 index 8381909e27..0000000000 Binary files a/public/assets/images/main-landing-image-1.jpg and /dev/null differ diff --git a/public/assets/images/main-landing-image-2.jpg b/public/assets/images/main-landing-image-2.jpg deleted file mode 100644 index 5bc5a55ae9..0000000000 Binary files a/public/assets/images/main-landing-image-2.jpg and /dev/null differ diff --git a/public/assets/images/main-landing-image-3.jpg b/public/assets/images/main-landing-image-3.jpg deleted file mode 100644 index c0330c3283..0000000000 Binary files a/public/assets/images/main-landing-image-3.jpg and /dev/null differ diff --git a/src/pages/Landing/components/LandingContainer/VideoSection/VideoSection.tsx b/src/pages/Landing/components/LandingContainer/VideoSection/VideoSection.tsx index 00b6a0f053..562c4d0f6c 100644 --- a/src/pages/Landing/components/LandingContainer/VideoSection/VideoSection.tsx +++ b/src/pages/Landing/components/LandingContainer/VideoSection/VideoSection.tsx @@ -1,7 +1,5 @@ import React, { FC } from "react"; import { useTranslation } from "react-i18next"; -import landingVideoPosterSrc from "@/shared/assets/images/landing-video-poster.jpeg"; -import landingVideoSrc from "@/shared/assets/videos/landing-video.mp4"; import { Button, ButtonVariant } from "@/shared/ui-kit"; import "./index.scss"; @@ -16,19 +14,6 @@ const VideoSection: FC = ({ onLaunchClick }) => { return (
-
- -

{t("videoSection.title.part1")} diff --git a/src/pages/Landing/components/LandingContainer/VideoSection/index.scss b/src/pages/Landing/components/LandingContainer/VideoSection/index.scss index 1488912fa1..9dacebe050 100644 --- a/src/pages/Landing/components/LandingContainer/VideoSection/index.scss +++ b/src/pages/Landing/components/LandingContainer/VideoSection/index.scss @@ -6,19 +6,11 @@ $viewport-breakpoint: 1000px; .landing-video-section { position: relative; -} - -.landing-video-section__video-wrapper { - display: flex; - justify-content: center; - align-items: center; - opacity: 0.8; -} - -.landing-video-section__video { + background-image: url("/assets/images/landing-poster.jpeg"); + background-size: cover; + background-position: center; width: 100%; height: 37.125rem; - object-fit: cover; } .landing-video-section__main-info { diff --git a/src/shared/assets/videos/landing-video.mp4 b/src/shared/assets/videos/landing-video.mp4 deleted file mode 100644 index b07cb41d20..0000000000 Binary files a/src/shared/assets/videos/landing-video.mp4 and /dev/null differ