diff --git a/src/pages/About.js b/src/pages/About.js index 3e3b79f..bac08f0 100644 --- a/src/pages/About.js +++ b/src/pages/About.js @@ -5,8 +5,8 @@ class About extends React.Component { render() { let heroInfo = { title: { - h2: 'No, we are ', //leave a space after writing for proper indentation - span: 'not just another travel app.' + normal: 'No, we are ', //leave a space after writing for proper indentation + bold: 'not just another travel app.' }, desc: "Float is a global Start Up working on improving everyone’s city life." } @@ -33,13 +33,11 @@ class About extends React.Component { }, right: "You are interested in public infrastructure and promote eco-friendly alternatives - however keeping track of what is the fastest, cheapest and greenest way to get somewhere isn’t easily done while being in a rush. We feel you - we are here to support you with by finding a better way to go." }, - button: "Read the Reviews" + cta: "Read the Reviews" } let testimonials = { - title: { - p: 'MADE FOR US', - h2: 'Created from urbanists' - } + tag: 'MADE FOR US', + title:'Created from urbanists' } let valueInfo = { id: 'Values', @@ -52,17 +50,13 @@ class About extends React.Component { } let brands = 'You might know Float from:' let team = { - title: { - p: 'Our Team is as vibrating and diversified as your urban life.', - h2: 'One Team Many Talents' - } + tag: 'One Team Many Talents', + title: 'Our Team is as vibrating and diversified as your urban life.', } let newsletter = { - title: { - span: 'Subscribe to Our Newsletter', - h4: 'Stay up to date with our news, ideas and updates' - }, - button: 'Subscribe Now' + tag: 'Subscribe to Our Newsletter', + title: 'Stay up to date with our news, ideas and updates', + cta: 'Subscribe Now' } return( @@ -88,7 +82,7 @@ class About extends React.Component {
{/* Title */} -

{heroInfo.title.h2} {heroInfo.title.span}

+

{heroInfo.title.normal} {heroInfo.title.bold}

{/* Text */}

{heroInfo.desc}

@@ -142,7 +136,7 @@ class About extends React.Component {
{/* TEXT BLOCK */}
-
MADE FOR YOU
Created for urbanists
+
{aboutDesc.lowerSection.caption.first}
{aboutDesc.lowerSection.caption.second}
{/* LEFT COLUMN */}
@@ -150,9 +144,7 @@ class About extends React.Component { {/* Title */} {/*
We care about the details
*/} {/* Text */} -

A classic day in your urban life:
-You drive to work, drive to the store, maybe drive your kids to school, drive back home, meet some friends if there is little time left. Distances are so vast, it takes forever to get anywhere and there’s little chance for spontaneity and diversity in daily routines - Vibrating urban Citylife is just passing you by. -

+

{aboutDesc.lowerSection.left.first}
{aboutDesc.lowerSection.left.second}

{/* END LEFT COLUMN */} {/* RIGHT COLUMN */} @@ -161,7 +153,7 @@ You drive to work, drive to the store, maybe drive your kids to school, drive ba {/* Title */} {/*
With knowledge, skill and hard work
*/} {/* List */} -

You are interested in public infrastructure and promote eco-friendly alternatives - however keeping track of what is the fastest, cheapest and greenest way to get somewhere isn’t easily done while being in a rush. We feel you - we are here to support you with by finding a better way to go.

{/* End List */} +

{aboutDesc.lowerSection.right}

{/* End List */}
{/* END RIGHT COLUMN */} @@ -170,7 +162,7 @@ You drive to work, drive to the store, maybe drive your kids to school, drive ba
- Read the Reviews + {aboutDesc.cta}
{/* END BUTTON */} @@ -184,9 +176,9 @@ You drive to work, drive to the store, maybe drive your kids to school, drive ba
-

{testimonials.title.p}

+

{testimonials.tag}

{/* Title */} -

{testimonials.title.h2}

+

{testimonials.title}

{/* Text */} {/*

Our Team is as vibrating and diversified as your urban life. */} {/*

*/} @@ -368,9 +360,9 @@ You drive to work, drive to the store, maybe drive your kids to school, drive ba
{/* Title */} -

{team.title.h2}

+

{team.tag}

{/* Text */} -

{team.title.p}

+

{team.title}

@@ -411,9 +403,9 @@ You drive to work, drive to the store, maybe drive your kids to school, drive ba
{/* Section ID */} - {newsletter.title.span} + {newsletter.tag} {/* Title */} -

{newsletter.title.h4}

+

{newsletter.title}

{/* NEWSLETTER FORM */} @@ -422,7 +414,7 @@ You drive to work, drive to the store, maybe drive your kids to school, drive ba
- +
{/* Newsletter Form Notification */}