Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7cbc26a787 | |||
| 2ed1862b53 | |||
| e64d1f84ed | |||
| e383366603 | |||
| 7d9267e268 | |||
| 129c0f1447 | |||
| 7e424c269b | |||
| cfcfaaca05 | |||
| 323ee50705 | |||
| 360f60c1f2 |
@@ -2645,7 +2645,7 @@ h5.sm-title {
|
||||
}
|
||||
|
||||
.hero-5-btns h3 {
|
||||
margin-bottom: 30px;
|
||||
margin-bottom: 6rem;
|
||||
}
|
||||
|
||||
.hero-6-txt h2 {
|
||||
|
||||
+2
-27
@@ -1039,30 +1039,7 @@ class Fleet extends React.Component {
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">{downloadSection.header}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-xl">{downloadSection.text}</p>
|
||||
{/* STORE BADGES */}
|
||||
<div className="stores-badge">
|
||||
{/* AppStore */}
|
||||
<a href="#" className="store">
|
||||
<img className="appstore" src="assets/images/appstore-white.png" alt="appstore-logo" />
|
||||
</a>
|
||||
{/* Google Play */}
|
||||
<a href="#" className="store">
|
||||
<img className="googleplay" src="assets/images/googleplay-white.png" alt="googleplay-logo" />
|
||||
</a>
|
||||
</div>
|
||||
{/* Rating */}
|
||||
<div className="txt-block-rating">
|
||||
<div className="stars-rating">
|
||||
{downloadSection.ratingText}
|
||||
<span className="flaticon-star ml-5" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star-half-empty" />
|
||||
<p className="txt-rating">{downloadSection.reviewText}</p>
|
||||
</div>
|
||||
</div>
|
||||
<p className="p-xl">{downloadSection.text}</p>
|
||||
</div>
|
||||
</div> {/* END TEXT BLOCK */}
|
||||
</div> {/* End row */}
|
||||
@@ -1245,7 +1222,5 @@ let subscribeSection = {
|
||||
// Download Section
|
||||
let downloadSection = {
|
||||
header: 'Take your fleet to the next level',
|
||||
text: 'Augue egestas volutpat egestas augue purus cubilia laoreet and magna suscipit luctus dolor tempus',
|
||||
ratingText: 'All Versions Rating',
|
||||
reviewText: 'Based on 7.296 user reviews (App Store & Google Play)'
|
||||
text: 'Augue egestas volutpat egestas augue purus cubilia laoreet and magna suscipit luctus dolor tempus'
|
||||
}
|
||||
+15
-26
@@ -1,4 +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'
|
||||
|
||||
|
||||
class FloatHome extends React.Component {
|
||||
render() {
|
||||
@@ -72,18 +75,6 @@ class FloatHome extends React.Component {
|
||||
<img class="microsoft" src="assets/images/microsoft.png" alt="microsoft-badge" />
|
||||
</a> */}
|
||||
</div> {/* END STORE BADGES */}
|
||||
{/* Rating */}
|
||||
<div className="txt-block-rating">
|
||||
<div className="stars-rating grey-color">
|
||||
{heroSection.badge.rating}
|
||||
<span className="flaticon-star ml-5" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star" />
|
||||
<span className="flaticon-star-half-empty" />
|
||||
<p className="txt-rating">{heroSection.badge.review}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* END HERO-5 BUTTONS */}
|
||||
</div> {/* End row */}
|
||||
@@ -100,7 +91,7 @@ class FloatHome extends React.Component {
|
||||
<div id="fb-1-1" className="col-md-4">
|
||||
<div className="fbox-1 mb-40 wow fadeInUp" data-wow-delay="0.4s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-1-ico ico-80 stateblue-color"><span className="flaticon-mobile-phone" /></div>
|
||||
<div className="fbox-1-ico ico-80 stateblue-color"><img src={SaveMoney} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">{message.access.heading}</h5>
|
||||
{/* Text */}
|
||||
@@ -111,7 +102,7 @@ class FloatHome extends React.Component {
|
||||
<div id="fb-1-2" className="col-md-4">
|
||||
<div className="fbox-1 mb-40 wow fadeInUp" data-wow-delay="0.6s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-1-ico ico-80 stateblue-color"><span className="flaticon-chat-4" /></div>
|
||||
<div className="fbox-1-ico ico-80 stateblue-color"><img src={SaveMoney} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">{message.notification.heading}</h5>
|
||||
{/* Text */}
|
||||
@@ -122,7 +113,7 @@ class FloatHome extends React.Component {
|
||||
<div id="fb-1-3" className="col-md-4">
|
||||
<div className="fbox-1 mb-40 wow fadeInUp" data-wow-delay="0.8s">
|
||||
{/* Icon */}
|
||||
<div className="fbox-1-ico ico-80 stateblue-color"><span className="flaticon-spam" /></div>
|
||||
<div className="fbox-1-ico ico-80 stateblue-color"><img src={GetReward} /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">{message.spam.heading}</h5>
|
||||
{/* Text */}
|
||||
@@ -1227,9 +1218,7 @@ class FloatHome extends React.Component {
|
||||
</section> {/* END DOWNLOAD-5 */}
|
||||
|
||||
</div> {/* END PAGE CONTENT */}
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
@@ -1240,7 +1229,7 @@ export default FloatHome
|
||||
|
||||
//HERO SECTION
|
||||
let heroSection = {
|
||||
header: `ravel Smarter. Save Money.`,
|
||||
header: `Travel Smarter. Save Money.`,
|
||||
description: `Travel smarter and safer, with Float's rideshare comparison, ride hailing and budgeting app. Available on IOS and Android.`,
|
||||
heroLink: 'Watch the Overview',
|
||||
button: `Intelligent Mobility Choices!`,
|
||||
@@ -1250,13 +1239,13 @@ export default FloatHome
|
||||
//SECTION TWO
|
||||
let message = {
|
||||
access: {
|
||||
heading: `Quick Access`, description: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
|
||||
heading: `Smart Options`, description: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
|
||||
ociis ligula blandit`
|
||||
},
|
||||
notification: {heading: `Smart Notifications`, description: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
|
||||
notification: {heading: `Save Money`, description: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
|
||||
ociis ligula blandit`
|
||||
},
|
||||
spam: {heading: `Spam Protection`, description: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
|
||||
spam: {heading: `Get Rewarded`, description: `With Connectivity, both fleet managers and drivers will experience increased efficiencies.
|
||||
ociis ligula blandit`
|
||||
}
|
||||
};
|
||||
@@ -1310,7 +1299,7 @@ export default FloatHome
|
||||
title: `Get rewarded with Float points for traveling smarter.`,
|
||||
desc: `Gain access to exclusive deals on local transportation, neighborhood favorites, and international brands by staying on budget, avoiding peak commute times, or carpooling with friends to reduce your carbon emissions (and to stay safe!)`,
|
||||
|
||||
text: {title: `Float Messaging and Calls`,
|
||||
text: {title: `Analytics`,
|
||||
desc: `Ligula risus auctor tempus dolor feugiat undo lacinia purus lipsum primis potenti at suscipit quaerat ultrice tellus viverra`
|
||||
},
|
||||
stickers: {title: `Service Options`,
|
||||
@@ -1328,19 +1317,19 @@ export default FloatHome
|
||||
tempus, blandit and cursus varius magna tempus a dolor`,
|
||||
|
||||
mode: {
|
||||
title: `Dark & Light Modes`,
|
||||
title: `Monitoring`,
|
||||
desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
|
||||
at vitae congue tempus`
|
||||
},
|
||||
|
||||
groupMes: {
|
||||
title: `Group Messaging`,
|
||||
title: `Analytics`,
|
||||
desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
|
||||
at vitae congue tempus`
|
||||
},
|
||||
|
||||
strongEncry: {
|
||||
title: `Strong Encryption`,
|
||||
title: `Unlock Functionality`,
|
||||
desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a sapien magna
|
||||
at vitae congue tempus`
|
||||
},
|
||||
|
||||
+5
-5
@@ -874,19 +874,19 @@ let heroSection = {
|
||||
title: `Multiple Accounts`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
||||
at impedit felis undo auctor augue mauris`
|
||||
},
|
||||
float: {title: `Float Messaging & Calls`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
||||
float: {title: `Analytics`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
||||
at impedit felis undo auctor augue mauris`
|
||||
},
|
||||
files: {title: `Share Files & Media`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
||||
files: {title: `Connectivity`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
||||
at impedit felis undo auctor augue mauris`
|
||||
},
|
||||
notification: {title: `Alerts & Notifications`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
||||
notification: {title: `Monitoring`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
||||
at impedit felis undo auctor augue mauris`
|
||||
},
|
||||
verification: {title: `Online Verification`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
||||
at impedit felis undo auctor augue mauris`
|
||||
},
|
||||
spam: {title: `Spam Protection`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
||||
spam: {title: `Big Perks`, desc: `Porta semper lacus cursus feugiat primis ultrice ligula risus auctor tempus feugiat
|
||||
at impedit felis undo auctor augue mauris`
|
||||
}
|
||||
};
|
||||
@@ -926,7 +926,7 @@ let fastMes = {
|
||||
desc: `Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
|
||||
tempus, blandit and cursus varius magna tempus a dolor`,
|
||||
mode: {
|
||||
title: `Dark & Light Modes`, desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a
|
||||
title: `Charging`, desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a
|
||||
sapien magna at vitae congue tempus`
|
||||
},
|
||||
autoLink: {title: `Auto-Link Opening`, desc: `Porta semper lacus cursus risus and feugiat primis undo sodales a
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user