Use text content from API
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<div class="browse">
|
||||
<div class="browse__description">
|
||||
<p>Browse all the cities and countries</p>
|
||||
<p>{explore_list}</p>
|
||||
</div>
|
||||
|
||||
<ul class="browse__continents" role="navigation">
|
||||
|
||||
@@ -67,6 +67,8 @@
|
||||
seo_name
|
||||
seo_title
|
||||
seo_description
|
||||
description
|
||||
explore_list
|
||||
limit_new
|
||||
instagram
|
||||
footer_links
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
export let photos: any
|
||||
|
||||
const { location, count }: any = getContext('global')
|
||||
const { settings, location, count }: any = getContext('global')
|
||||
</script>
|
||||
|
||||
<Metas
|
||||
@@ -23,7 +23,7 @@
|
||||
<main class="homepage">
|
||||
<section class="homepage__intro">
|
||||
<h1 class="title-huge">Houses</h1>
|
||||
<p class="text-medium">Houses Of is a project that showcases houses of character around the world.</p>
|
||||
<p class="text-medium">{settings.description}</p>
|
||||
<Button text="Explore locations" url="#">
|
||||
<img src="/images/icons/globe.svg" alt="explore globe">
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user