Add World title on Homepage and fix some styling
- Fix photos collage positioning - Remove Houses title centering
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user