updated app slider images

This commit is contained in:
victorAnumudu
2024-02-21 08:59:36 +01:00
parent 0fe9bce492
commit 86d6c54d8a
13 changed files with 29 additions and 12 deletions
+18 -6
View File
@@ -40,32 +40,44 @@ export default function FeaturedScreen() {
<OwlCarousel id="screen_slider" {...screen_slider} className="owl-carousel owl-theme owl-loaded owl-drag">
<div className="item">
<div className="screen_frame_img">
<img src={localImgLoad('images/slider/slider_1.png')} alt="image" />
{/* <img src={localImgLoad('images/slider/slider_1.png')} alt="image" /> */}
<img src={localImgLoad('images/slider/app_sliders/screen_1.png')} alt="image" />
</div>
</div>
<div className="item">
<div className="screen_frame_img">
<img src={localImgLoad('images/slider/slider_2.png')} alt="image" />
{/* <img src={localImgLoad('images/slider/slider_2.png')} alt="image" /> */}
<img src={localImgLoad('images/slider/app_sliders/screen_2.png')} alt="image" />
</div>
</div>
<div className="item">
<div className="screen_frame_img">
<img src={localImgLoad('images/slider/slider_3.png')} alt="image" />
{/* <img src={localImgLoad('images/slider/slider_3.png')} alt="image" /> */}
<img src={localImgLoad('images/slider/app_sliders/screen_3.png')} alt="image" />
</div>
</div>
<div className="item">
<div className="screen_frame_img">
<img src={localImgLoad('images/slider/slider_4.png')} alt="image" />
{/* <img src={localImgLoad('images/slider/slider_4.png')} alt="image" /> */}
<img src={localImgLoad('images/slider/app_sliders/screen_6.jpg')} alt="image" />
</div>
</div>
<div className="item">
<div className="screen_frame_img">
<img src={localImgLoad('images/slider/slider_5.png')} alt="image" />
{/* <img src={localImgLoad('images/slider/slider_5.png')} alt="image" /> */}
<img src={localImgLoad('images/slider/app_sliders/screen_4.jpg')} alt="image" />
</div>
</div>
<div className="item">
<div className="screen_frame_img">
<img src={localImgLoad('images/slider/slider_7.png')} alt="image" />
{/* <img src={localImgLoad('images/slider/slider_7.png')} alt="image" /> */}
<img src={localImgLoad('images/slider/app_sliders/screen_7.jpg')} alt="image" />
</div>
</div>
<div className="item">
<div className="screen_frame_img">
{/* <img src={localImgLoad('images/slider/slider_7.png')} alt="image" /> */}
<img src={localImgLoad('images/slider/app_sliders/screen_5.jpg')} alt="image" />
</div>
</div>
</OwlCarousel>
+8 -3
View File
@@ -8,9 +8,14 @@ import shapeThree from '../../assets/images/shape/shape-3.png';
import shapeFour from '../../assets/images/shape/shape-4.png';
import getConfig from './../../Config/config'
import CustomSlider from '../customSlider/CustomSlider';
import SliderOne from '../../assets/images/home/app-slide-home-0.png'
import SliderTwo from '../../assets/images/home/app-slide-home-1.png'
import SliderThree from '../../assets/images/home/app-slide-home-2.png'
// import SliderOne from '../../assets/images/home/app-slide-home-0.png'
// import SliderTwo from '../../assets/images/home/app-slide-home-1.png'
// import SliderThree from '../../assets/images/home/app-slide-home-2.png'
import SliderOne from '../../assets/images/home/top_sliders/QR_code_screen_v1.png'
import SliderTwo from '../../assets/images/home/top_sliders/Welcome.png'
import SliderThree from '../../assets/images/home/top_sliders/earn_rewards.png'
function HeroHomeOne() {