Compare commits

..

1 Commits

Author SHA1 Message Date
ebube fced9b6084 Update homepage slides and interface images 2024-01-06 22:08:56 -08:00
4 changed files with 1 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 242 KiB

+1 -2
View File
@@ -18,7 +18,6 @@ import shield from "../../assets/images/shield_icon.png";
import screen from "../../assets/images/screen.png";
import firstSlide from "../../assets/images/myfitscreenhome.png";
import secondSlide from "../../assets/images/myfitscreenlogin.png";
import thirdSlide from "../../assets/images/myfitscreenstartpage.png";
import frame from "../../assets/images/mobile_frame_svg.svg";
const Main = ({ setfooter, setnavbar, setbrdcum }) => {
@@ -127,7 +126,7 @@ const Main = ({ setfooter, setnavbar, setbrdcum }) => {
</div>
<div className="item">
<div className="slider_img">
<img src={thirdSlide} alt="image" />
<img src={screen} alt="image" />
</div>
</div>
</OwlCarousel>