Create Newsletter component
This commit is contained in:
@@ -57,6 +57,9 @@
|
||||
seo_description
|
||||
instagram
|
||||
footer_links
|
||||
newsletter_url
|
||||
newsletter_text
|
||||
newsletter_subtitle
|
||||
}
|
||||
|
||||
# Count
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user