added posters

This commit is contained in:
2024-04-01 15:19:37 +05:00
parent 2598bd5c37
commit d46c90b3d4
4 changed files with 4 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

+4 -4
View File
@@ -1,10 +1,10 @@
import { createRef, useEffect, useState } from "react";
import { useInView } from "react-intersection-observer";
import { useSwipeable } from "react-swipeable";
import { Transition } from "react-transition-group";
import { Video } from "../types/Video";
import ArrowLeftIcon from "./icons/ArrowLeftIcon";
import ArrowRightIcon from "./icons/ArrowRightIcon";
import { Transition } from "react-transition-group";
const VIDEOS: Video[] = [
{
@@ -12,14 +12,14 @@ const VIDEOS: Video[] = [
value: "/videos/histories/1.mp4",
title: "Интерактивный комплекс GRAFF.estate для ЖК Upside Towers, Москва",
desc: "",
poster: "",
poster: "/images/posters/histories/1.jpg",
},
{
id: "2",
value: "/videos/histories/2.mp4",
title: "Graff.estate на выставке 100+ TechnoBuild",
desc: "",
poster: "",
poster: "/images/posters/histories/2.jpg",
},
{
id: "3",
@@ -27,7 +27,7 @@ const VIDEOS: Video[] = [
title:
"Интерактивная инсталляция graff.estate для ЖК DNS City в г. Владивосток",
desc: "",
poster: "",
poster: "/images/posters/histories/3.jpg",
},
];