Add Heading component to Locations page
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user