Add Heading component to Locations page

This commit is contained in:
2021-10-12 22:41:24 +02:00
parent 3ccfb63188
commit ef9bda3708

View File

@@ -6,7 +6,7 @@
import Locations from '$components/organisms/Locations.svelte'
import Shop from '$components/organisms/Shop.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
@@ -20,10 +20,9 @@
/>
<main class="explore">
<section class="explore__intro">
<SiteTitle variant="inline" />
<p class="text-medium">Explore the globe to discover unique locations across the world</p>
</section>
<Heading
text="Explore the globe to discover unique locations across the world"
/>
<section class="explore__locations" id="locations">
<InteractiveGlobe />