diff --git a/.env b/.env
index 38f667c..f70f84e 100644
--- a/.env
+++ b/.env
@@ -6,4 +6,4 @@ REACT_APP_USERS='http://float-usr.dev.chiefsoft.net'
REACT_APP_APIGATE='http://float-gat.dev.chiefsoft.net'
REACT_APP_APPLE_LINK='https://apps.apple.com/us/app/float-mobility/id1465369130'
-REACT_APP_GOOGLE_PLAY_LINK='https://apps.apple.com/us/app/float-mobility/id1465369130'
\ No newline at end of file
+REACT_APP_GOOGLE_PLAY_LINK='https://apps.apple.com/us/app/float-mobility/id1465369130'
diff --git a/public/assets/js/custom.js b/public/assets/js/custom.js
index d0e7beb..1bb0607 100644
--- a/public/assets/js/custom.js
+++ b/public/assets/js/custom.js
@@ -58,7 +58,7 @@
$target = jQuery(target);
$('html, body').stop().animate({
- 'scrollTop': $target.offset().top - 60 // - 200px (nav-height)
+ 'scrollTop': $target.offset()?.top - 60 // - 200px (nav-height)
}, 'slow', 'easeInSine', function () {
window.location.hash = '1' + target;
});
diff --git a/src/index.css b/src/index.css
index ec2585e..fe00fcc 100644
--- a/src/index.css
+++ b/src/index.css
@@ -1,3 +1,6 @@
+html{
+ scroll-behavior: smooth;
+}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
diff --git a/src/pages/FindEv.js b/src/pages/FindEv.js
index 2a8f02f..4241127 100644
--- a/src/pages/FindEv.js
+++ b/src/pages/FindEv.js
@@ -2,6 +2,12 @@ import React, {Component} from 'react';
class FindEv extends React.Component {
render() {
+ let subheadSection = {
+ leadTitle: `Subscribe to Our Newsletter`,
+ title: `Stay up to date with our news, ideas and updates`,
+ btn: 'Filter'
+ }
+
return(
@@ -18,6 +24,14 @@ class FindEv extends React.Component {
+
+
+
+
+
+
{/* End container */}
+ {/* END NEWSLETTER-1 */}
+
@@ -31,31 +45,50 @@ class FindEv extends React.Component {
Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
tempus, blandit and cursus varius magna tempus a dolor
+
+
+
+ {/* SECTION TITLE */}
+
+
+ {/* Section ID */}
+ {/*{subheadSection.leadTitle}*/}
+ {/* Title */}
+
{subheadSection.title}
+
+
+ {/* NEWSLETTER FORM */}
+
{/* END NEWSLETTER FORM */}
+
{/* End row */}
+
{/* End newsletter-holder */}
+
{/* IMAGE BLOCK */}
{/* DOWNLOAD BUTTON */}
-
-
-
- {/* Button */}
-
- Refresh
-
- {/* OS Prerequisite */}
-
-
-
{/* END DOWNLOAD BUTTON */}
+
+
{/* End container */}
{/* END CONTENT-11 */}
diff --git a/src/pages/FindMobility.js b/src/pages/FindMobility.js
index db88438..748575b 100644
--- a/src/pages/FindMobility.js
+++ b/src/pages/FindMobility.js
@@ -38,7 +38,9 @@ class FindMobility extends React.Component {
diff --git a/src/pages/Fleet.js b/src/pages/Fleet.js
index 3855dc4..c463669 100644
--- a/src/pages/Fleet.js
+++ b/src/pages/Fleet.js
@@ -199,74 +199,7 @@ class Fleet extends React.Component {
{/* END CONTENT BOX-2 */}
{/* End container */}
{/* END CONTENT-3 */}
- {/* BRANDS-1 */}
-
-
-
-
- {/* Text */}
-
{brandSectionTitle}
- {/* Brands Carousel */}
-
- {/* BRAND LOGO IMAGE */}
-
- {/* BRAND LOGO IMAGE */}
-
- {/* BRAND LOGO IMAGE */}
-
- {/* BRAND LOGO IMAGE */}
-
- {/* BRAND LOGO IMAGE */}
-
- {/* BRAND LOGO IMAGE */}
-
- {/* BRAND LOGO IMAGE */}
-
- {/* BRAND LOGO IMAGE */}
-
- {/* BRAND LOGO IMAGE */}
-
-
{/* End Brands Carousel */}
-
-
{/* End row */}
-
{/* End container */}
-
{/* END BRANDS-1 */}
+
{/* FEATURES-5 */}
@@ -885,7 +818,7 @@ class Fleet extends React.Component {
@@ -1056,9 +989,9 @@ export default Fleet
//Hero Section
let heroSection = {
- tag: 'HTML',
- header: 'Float Business Fleet Management Systems',
- desc: 'We are your A.I. enables assistance to manage your fleet and advancement to new platforms with insights on current performance and operational projections.'
+ tag: '',
+ header: 'Float Business & Fleet Management Systems',
+ desc: 'We are your A.I.-enabled platform to manage your fleet, performance monitoring, optimization, and assist in upgrades to new technologies.'
}
// About Section
diff --git a/src/pages/FloatHome.js b/src/pages/FloatHome.js
index 02dc0c2..e119c95 100644
--- a/src/pages/FloatHome.js
+++ b/src/pages/FloatHome.js
@@ -1,6 +1,7 @@
import React, {Component} from 'react';
import SaveMoney from '../pages/assests/images/save-money.png'
import GetReward from '../pages/assests/images/get-rewarded.png'
+import Access from '../pages/assests/images/navigation.png'
class FloatHome extends React.Component {
@@ -84,7 +85,7 @@ class FloatHome extends React.Component {
{/* Icon */}
-
+
{/* Title */}
{message.access.heading}
{/* Text */}
diff --git a/src/pages/assests/images/navigation.png b/src/pages/assests/images/navigation.png
new file mode 100644
index 0000000..911258b
Binary files /dev/null and b/src/pages/assests/images/navigation.png differ