fix heading font
This commit is contained in:
parent
412145b344
commit
e1ee20365f
|
@ -99,7 +99,7 @@ export default function HomePage() {
|
||||||
|
|
||||||
<ContainerPadded fluid>
|
<ContainerPadded fluid>
|
||||||
|
|
||||||
<RowFix>
|
<Row>
|
||||||
|
|
||||||
<FeatureCol lg="6">
|
<FeatureCol lg="6">
|
||||||
<BigHeading>Adapt to a new place easy peasy.</BigHeading>
|
<BigHeading>Adapt to a new place easy peasy.</BigHeading>
|
||||||
|
@ -117,14 +117,14 @@ export default function HomePage() {
|
||||||
<Lottie options= { defaultOptions } />
|
<Lottie options= { defaultOptions } />
|
||||||
</FeatureCol>
|
</FeatureCol>
|
||||||
|
|
||||||
</RowFix>
|
</Row>
|
||||||
</ContainerPadded>
|
</ContainerPadded>
|
||||||
</ColoredSection>
|
</ColoredSection>
|
||||||
<WhiteSection id="services">
|
<WhiteSection id="services">
|
||||||
|
|
||||||
<ContainerPadded fluid>
|
<ContainerPadded fluid>
|
||||||
|
|
||||||
<RowFix>
|
<Row>
|
||||||
<FeatureCol lg="4">
|
<FeatureCol lg="4">
|
||||||
<IconStyler color="#66bfbf" width={50} height={50}><CheckCircle /></IconStyler>
|
<IconStyler color="#66bfbf" width={50} height={50}><CheckCircle /></IconStyler>
|
||||||
<br/>
|
<br/>
|
||||||
|
@ -145,7 +145,7 @@ export default function HomePage() {
|
||||||
<FeatureTitle>Relax</FeatureTitle>
|
<FeatureTitle>Relax</FeatureTitle>
|
||||||
<p>Sit back , we'll do the dirty work.</p>
|
<p>Sit back , we'll do the dirty work.</p>
|
||||||
</FeatureCol>
|
</FeatureCol>
|
||||||
</RowFix>
|
</Row>
|
||||||
|
|
||||||
|
|
||||||
</ContainerPadded>
|
</ContainerPadded>
|
||||||
|
@ -185,7 +185,7 @@ export default function HomePage() {
|
||||||
|
|
||||||
<ContainerPadded fluid>
|
<ContainerPadded fluid>
|
||||||
|
|
||||||
<RowFix>
|
<Row>
|
||||||
<FeatureCol lg="4">
|
<FeatureCol lg="4">
|
||||||
<IconStyler color="#66bfbf" width={50} height={50}><AddressCard /></IconStyler>
|
<IconStyler color="#66bfbf" width={50} height={50}><AddressCard /></IconStyler>
|
||||||
<br />
|
<br />
|
||||||
|
@ -206,7 +206,7 @@ export default function HomePage() {
|
||||||
<FeatureTitle>Mission</FeatureTitle>
|
<FeatureTitle>Mission</FeatureTitle>
|
||||||
<p>Getting adapted and familiar to the new place made easy.</p>
|
<p>Getting adapted and familiar to the new place made easy.</p>
|
||||||
</FeatureCol>
|
</FeatureCol>
|
||||||
</RowFix>
|
</Row>
|
||||||
</ContainerPadded>
|
</ContainerPadded>
|
||||||
</WhiteSection>
|
</WhiteSection>
|
||||||
|
|
||||||
|
@ -215,15 +215,15 @@ export default function HomePage() {
|
||||||
<ColoredSection>
|
<ColoredSection>
|
||||||
|
|
||||||
<ContainerPadded fluid>
|
<ContainerPadded fluid>
|
||||||
<RowFix>
|
<Row>
|
||||||
<FeatureCol lg="4">
|
<FeatureCol lg="12">
|
||||||
|
|
||||||
<BigHeading>Recommend us to your friends !</BigHeading>
|
<BigHeading>Recommend us to your friends !</BigHeading>
|
||||||
<img width="200px" src="google-play-badge.png"></img>
|
<img width="200px" src="google-play-badge.png"></img>
|
||||||
|
|
||||||
<img width="160px" src="apple_badge.svg" ></img>
|
<img width="160px" src="apple_badge.svg" ></img>
|
||||||
</FeatureCol>
|
</FeatureCol>
|
||||||
</RowFix>
|
</Row>
|
||||||
</ContainerPadded>
|
</ContainerPadded>
|
||||||
|
|
||||||
</ColoredSection>
|
</ColoredSection>
|
||||||
|
|
Loading…
Reference in New Issue