renamed a variable name
This commit is contained in:
@@ -102,9 +102,9 @@ class FloatHome extends React.Component {
|
||||
{/* Icon */}
|
||||
<div className="fbox-1-ico ico-80 stateblue-color"><span className="flaticon-mobile-phone" /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">{sectionTwo.access.heading}</h5>
|
||||
<h5 className="h5-sm">{sectionTwo.box1.heading}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg">{sectionTwo.access.description}</p>
|
||||
<p className="p-lg">{sectionTwo.box1.description}</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* FEATURE BOX #2 */}
|
||||
@@ -113,9 +113,9 @@ class FloatHome extends React.Component {
|
||||
{/* Icon */}
|
||||
<div className="fbox-1-ico ico-80 stateblue-color"><span className="flaticon-chat-4" /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">{sectionTwo.notification.heading}</h5>
|
||||
<h5 className="h5-sm">{sectionTwo.box2.heading}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg">{sectionTwo.notification.description}</p>
|
||||
<p className="p-lg">{sectionTwo.box2.description}</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* FEATURE BOX #3 */}
|
||||
@@ -124,9 +124,9 @@ class FloatHome extends React.Component {
|
||||
{/* Icon */}
|
||||
<div className="fbox-1-ico ico-80 stateblue-color"><span className="flaticon-spam" /></div>
|
||||
{/* Title */}
|
||||
<h5 className="h5-sm">{sectionTwo.protection.heading}</h5>
|
||||
<h5 className="h5-sm">{sectionTwo.box3.heading}</h5>
|
||||
{/* Text */}
|
||||
<p className="p-lg">{sectionTwo.protection.description}</p>
|
||||
<p className="p-lg">{sectionTwo.box3.description}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
@@ -1249,14 +1249,14 @@ export default FloatHome
|
||||
|
||||
//SECTION TWO
|
||||
let sectionTwo = {
|
||||
access: {
|
||||
box1: {
|
||||
heading: `Quick Access`, description: `Porta semper lacus a cursus, feugiat primis ultrice ligula and risus auctor ultrice and
|
||||
ociis ligula blandit`
|
||||
},
|
||||
notification: {heading: `Smart Notifications`, description: `Porta semper lacus a cursus, feugiat primis ultrice ligula and risus auctor ultrice and
|
||||
box2: {heading: `Smart Notifications`, description: `Porta semper lacus a cursus, feugiat primis ultrice ligula and risus auctor ultrice and
|
||||
ociis ligula blandit`
|
||||
},
|
||||
protection: {heading: `Spam Protection`, description: `Porta semper lacus a cursus, feugiat primis ultrice ligula and risus auctor ultrice and
|
||||
box3: {heading: `Spam Protection`, description: `Porta semper lacus a cursus, feugiat primis ultrice ligula and risus auctor ultrice and
|
||||
ociis ligula blandit`
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user