diff --git a/src/pages/FindEv.js b/src/pages/FindEv.js index 4241127..403f44e 100644 --- a/src/pages/FindEv.js +++ b/src/pages/FindEv.js @@ -4,7 +4,7 @@ class FindEv extends React.Component { render() { let subheadSection = { leadTitle: `Subscribe to Our Newsletter`, - title: `Stay up to date with our news, ideas and updates`, + title: `Somehow we will allow users to be able to find EV Charging locations, DESIGN coming up`, btn: 'Filter' } @@ -22,29 +22,15 @@ class FindEv extends React.Component { {/* PAGE CONTENT ============================================= */}
- - -
-
- - - -
{/* End container */} -
{/* END NEWSLETTER-1 */} - -
{/* SECTION TITLE */} -
+
{/* Title */}

Find EV Charging Spot

{/* Text */} -

Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero - tempus, blandit and cursus varius magna tempus a dolor -

@@ -54,7 +40,7 @@ class FindEv extends React.Component { {/* Section ID */} {/*{subheadSection.leadTitle}*/} {/* Title */} -

{subheadSection.title}

+

{subheadSection.title}

{/* NEWSLETTER FORM */} @@ -87,7 +73,7 @@ class FindEv extends React.Component {
{/* DOWNLOAD BUTTON */} - +
{/* End container */}
{/* END CONTENT-11 */} diff --git a/src/pages/FindMobility.js b/src/pages/FindMobility.js index 748575b..960b041 100644 --- a/src/pages/FindMobility.js +++ b/src/pages/FindMobility.js @@ -2,6 +2,11 @@ import React, {Component} from 'react'; class FindMobility extends React.Component { render() { + let subheadSection = { + leadTitle: `Subscribe to Our Newsletter`, + title: `Somehow we will allow users to be able to find Mobility Options locations, DESIGN coming up`, + btn: 'Filter' + } return(
@@ -22,15 +27,39 @@ class FindMobility extends React.Component {
{/* SECTION TITLE */} -
+
{/* Title */} -

Chat with Your Friends Easily

+

Find Scooters, Cars, Buses ...

{/* Text */} -

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 */} +
+
+
+ + + + +
+ {/* Newsletter Form Notification */} +
{/* END NEWSLETTER FORM */} +
{/* End row */} +
{/* End newsletter-holder */}