Create Newsletter component

This commit is contained in:
2021-09-28 22:51:06 +02:00
parent 15461588ec
commit 1409dc0894
10 changed files with 178 additions and 6 deletions

View File

@@ -5,6 +5,7 @@
import Locations from '$components/organisms/Locations.svelte'
import Metas from '$components/Metas.svelte'
import PhotoCard from '$components/molecules/PhotoCard.svelte'
import Newsletter from '$components/organisms/Newsletter.svelte'
export let photos: any
@@ -34,10 +35,12 @@
</div>
</section>
<p>Discover {count.photos} homes from {count.locations} cities of {count.countries} countries</p>
<!-- <p>Discover {count.photos} homes from {count.locations} cities of {count.countries} countries</p> -->
<Locations
locations={location}
/>
<Newsletter />
</main>