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 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 />