diff --git a/src/assets/images/myfithomepage.png b/src/assets/images/myfithomepage.png new file mode 100644 index 0000000..8f4f950 Binary files /dev/null and b/src/assets/images/myfithomepage.png differ diff --git a/src/assets/images/myfitloginpage.png b/src/assets/images/myfitloginpage.png new file mode 100644 index 0000000..02db7ca Binary files /dev/null and b/src/assets/images/myfitloginpage.png differ diff --git a/src/assets/images/myfitscreenhome.png b/src/assets/images/myfitscreenhome.png new file mode 100644 index 0000000..9457c62 Binary files /dev/null and b/src/assets/images/myfitscreenhome.png differ diff --git a/src/assets/images/myfitscreenlogin.png b/src/assets/images/myfitscreenlogin.png new file mode 100644 index 0000000..bd38abf Binary files /dev/null and b/src/assets/images/myfitscreenlogin.png differ diff --git a/src/assets/images/myfitstartpage.png b/src/assets/images/myfitstartpage.png new file mode 100644 index 0000000..8c1a0e6 Binary files /dev/null and b/src/assets/images/myfitstartpage.png differ diff --git a/src/component/HomeMain/Interface/Main.js b/src/component/HomeMain/Interface/Main.js index 3b04ded..3f96dd4 100644 --- a/src/component/HomeMain/Interface/Main.js +++ b/src/component/HomeMain/Interface/Main.js @@ -1,82 +1,92 @@ -import OwlCarousel from 'react-owl-carousel' -import React from 'react' -import img1 from '../../../assets/images/screen-1.png' -import img2 from '../../../assets/images/screen-2.png' -import img3 from '../../../assets/images/screen-3.png' -import img4 from '../../../assets/images/screen-4.png' -import img5 from '../../../assets/images/screen-5.png' +import OwlCarousel from "react-owl-carousel"; +import React from "react"; +import img1 from "../../../assets/images/myfitstartpage.png"; +import img2 from "../../../assets/images/screen-2.png"; +import img3 from "../../../assets/images/myfithomepage.png"; +import img4 from "../../../assets/images/screen-4.png"; +import img5 from "../../../assets/images/myfitloginpage.png"; const Main = () => { - - const screen_slider = { - loop:true, - margin:10, - nav:false, - autoplay: true, - smartSpeed: 1500, - center: true, - dots: true, - responsive:{ - 0:{ - items:2 - }, - 600:{ - items:3 - }, - 1000:{ - items:5 - } - } - } + const screen_slider = { + loop: true, + margin: 10, + nav: false, + autoplay: true, + smartSpeed: 1500, + center: true, + dots: true, + responsive: { + 0: { + items: 2, + }, + 600: { + items: 3, + }, + 1000: { + items: 5, + }, + }, + }; return ( <> -
-
-
-

Beautiful interface

-

- myFit appends a fun yet simple process to keep you consistently
motivated,engaged and moving again without any shrewdness. - -

+
+
+
+

+ Beautiful interface +

+

+ myFit appends a fun yet simple process to keep you consistently +
motivated,engaged and moving again without any shrewdness. +

+
+
+ +
+
+ image
-
- -
-
- image -
-
-
-
- image -
-
-
-
- image -
-
-
-
- image -
-
-
-
- image -
-
-
-
- image -
-
-
+
+
+
+ image
-
-
+
+
+
+ image +
+
+
+
+ image +
+
+
+
+ image +
+
+
+
+ image +
+
+ +
+ +
- ) -} + ); +}; -export default Main \ No newline at end of file +export default Main;