Add World title on Homepage and fix some styling

- Fix photos collage positioning
- Remove Houses title centering
This commit is contained in:
2021-10-11 20:24:52 +02:00
parent bda355d608
commit b6686d3ef3
3 changed files with 43 additions and 29 deletions

View File

@@ -27,9 +27,11 @@
<main class="homepage">
<section class="homepage__intro">
<h1 class="title-huge">Houses</h1>
<p class="text-medium">{settings.description}</p>
<h1 style="display: none;">Houses Of The World</h1>
<p class="homepage__title--houses title-huge">Houses</p>
<p class="homepage__description text-medium">
{settings.description}
</p>
<Button text="Explore locations" url="{path}#locations">
<IconEarth animate={true} />
@@ -71,6 +73,7 @@
<section class="homepage__locations" id="locations">
<InteractiveGlobe />
<p class="homepage__title--world title-huge">World</p>
<Locations
locations={location}