Merge branch 'v2' of https://git.server.flayks.com/cetrucflotte/housesof into v2
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
import { setContext } from 'svelte'
|
||||
import '$utils/polyfills'
|
||||
// Components
|
||||
import Switcher from '$components/molecules/Switcher.svelte'
|
||||
import Footer from '$components/organisms/Footer.svelte'
|
||||
|
||||
export let data: any
|
||||
@@ -15,6 +16,8 @@
|
||||
})
|
||||
</script>
|
||||
|
||||
<Switcher />
|
||||
|
||||
<slot />
|
||||
|
||||
<Footer />
|
||||
|
||||
@@ -48,11 +48,12 @@
|
||||
from <strong>{count.locations} cities</strong>
|
||||
of <strong>{count.countries} countries</strong>
|
||||
</p>
|
||||
|
||||
<div class="cards">
|
||||
<BoxCTA
|
||||
url="{path}#locations"
|
||||
icon="/images/icons/globe.svg"
|
||||
label="discover locations"
|
||||
label="Discover locations"
|
||||
alt="Globe"
|
||||
/>
|
||||
<BoxCTA
|
||||
|
||||
Reference in New Issue
Block a user