Преглед изворни кода

Add introductory video for Amber OASIS 2025

master
Amirul Anwar пре 1 недеља
родитељ
комит
9a24f45881

BIN
src/assets/images/MAINHEADER-10.png Прегледај датотеку


BIN
src/assets/video/WebsiteAmberOASIS2025.mp4 Прегледај датотеку


+ 3
- 0
src/components/CarouselContainer/CarouselContainer.jsx Прегледај датотеку

@@ -9,6 +9,7 @@ import mainImage4 from "../../assets/images/MAINHEADER-04.webp";
9 9
 import mainImage5 from "../../assets/images/MAINHEADER-05.webp";
10 10
 import mainImage6 from "../../assets/images/MAINHEADER-06.webp";
11 11
 import mainImage8 from "../../assets/images/MAINHEADER-08.webp";
12
+import mainImage10 from "../../assets/images/MAINHEADER-10.png";
12 13
 
13 14
 import mainImageMobile from "../../assets/images/mainwallpaper-mobile.jpg";
14 15
 import { Carousel } from 'react-responsive-carousel';
@@ -16,6 +17,7 @@ import { Carousel } from 'react-responsive-carousel';
16 17
 const CarouselContainer = () => {
17 18
 
18 19
   const items = [
20
+    { img_src: mainImage10, alt_name: "Image 10" },
19 21
     { img_src: mainImage8, alt_name: "Image 8" },
20 22
     { img_src: mainImage6, alt_name: "Image 6" },
21 23
     { img_src: mainImage5, alt_name: "Image 5" },
@@ -24,6 +26,7 @@ const CarouselContainer = () => {
24 26
     { img_src: mainImage2, alt_name: "Image 2" },
25 27
     { img_src: mainImage1, alt_name: "Image 1" },
26 28
 
29
+    { img_src: mainImage10, alt_name: "Image 10" },
27 30
     { img_src: mainImage8, alt_name: "Image 8" },
28 31
     { img_src: mainImage6, alt_name: "Image 6" },
29 32
     { img_src: mainImage5, alt_name: "Image 5" },

+ 1
- 1
src/components/VideoAds/VideoAds.jsx Прегледај датотеку

@@ -1,7 +1,7 @@
1 1
 import { useRef, useState, useEffect  } from 'react';
2 2
 import { Box, Button } from '@mui/material';
3 3
 import PropTypes from 'prop-types';
4
-import videoAds from "../../assets/video/somewheresomehowsomeone.mp4";
4
+import videoAds from "../../assets/video/WebsiteAmberOASIS2025.mp4";
5 5
 
6 6
 const VideoAds = ({ video_url, height, width }) => {
7 7
   const videoRef = useRef(null);

Loading…
Откажи
Сачувај