Add Heading component to Locations page
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
import Locations from '$components/organisms/Locations.svelte'
|
import Locations from '$components/organisms/Locations.svelte'
|
||||||
import Shop from '$components/organisms/Shop.svelte'
|
import Shop from '$components/organisms/Shop.svelte'
|
||||||
import Newsletter from '$components/organisms/Newsletter.svelte'
|
import Newsletter from '$components/organisms/Newsletter.svelte'
|
||||||
import SiteTitle from '$components/atoms/SiteTitle.svelte'
|
import Heading from '$components/molecules/Heading.svelte'
|
||||||
|
|
||||||
export let photos: any
|
export let photos: any
|
||||||
|
|
||||||
@@ -20,10 +20,9 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<main class="explore">
|
<main class="explore">
|
||||||
<section class="explore__intro">
|
<Heading
|
||||||
<SiteTitle variant="inline" />
|
text="Explore the globe to discover unique locations across the world"
|
||||||
<p class="text-medium">Explore the globe to discover unique locations across the world</p>
|
/>
|
||||||
</section>
|
|
||||||
|
|
||||||
<section class="explore__locations" id="locations">
|
<section class="explore__locations" id="locations">
|
||||||
<InteractiveGlobe />
|
<InteractiveGlobe />
|
||||||
|
|||||||
Reference in New Issue
Block a user