Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.

Commit a705e29

Browse files
authored
Mobile page updates (#424)
* Mobile page updates * smaller * fix
1 parent 79dc129 commit a705e29

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

src/containers/MobileLanding/index.js

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
11
import React from 'react';
2+
import Helmet from 'react-helmet';
23

34
import Grid from 'react-bootstrap/lib/Grid';
45
import Row from 'react-bootstrap/lib/Row';
56
import Col from 'react-bootstrap/lib/Col';
67
import Button from 'react-bootstrap/lib/Button';
78

9+
import makeHeadTags from 'helpers/makeHeadTags';
10+
811
const styles = require('./style.scss');
912
const apple = require('../../../static/images/apple-white.svg');
1013
const play = require('../../../static/images/play-store.svg');
11-
const phones = require('../../../static/images/mockup_desktop@2x.png');
14+
const phones = require('../../../static/images/mockup-desktop@2x.png');
1215

1316
export default () => (
1417
<Grid className={`${styles.container} montserrat`}>
18+
<Helmet
19+
{
20+
...makeHeadTags({
21+
title: 'Quran Android and iOS apps by Quran.com',
22+
description: 'From the makers of Quran.com comes Quran for iOS and Android, a beautiful, and ad-free mushaf apps' // eslint-disable-line max-len
23+
})
24+
}
25+
/>
1526
<Row>
1627
<Col md={5}>
1728
<h1 className={styles.title}>
@@ -23,7 +34,7 @@ export default () => (
2334
From the makers of Quran.com comes Quran for iOS, a beautiful,{' '}
2435
and ad-free mushaf app.
2536
It’s now easier to read the Quran on the go, memorize it and listen to your{' '}
26-
favorite reciters this Ramadan.
37+
favorite reciters.
2738
</small>
2839
</h3>
2940
<Row style={{paddingTop: 15}}>

static/images/mockup-desktop.png

163 KB
Loading

static/images/[email protected]

551 KB
Loading

static/images/[email protected]

1.04 MB
Loading

0 commit comments

Comments
 (0)