diff --git a/src/routes/index.svelte b/src/routes/index.svelte index b04be02..f24e718 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -26,9 +26,11 @@

Houses

+

{settings.description}

-
@@ -47,17 +49,34 @@ of {count.countries} countries

- - - + + +
- +
+ - + +
diff --git a/src/style/atoms/_box-cta.scss b/src/style/atoms/_box-cta.scss index 1b423db..b164aa0 100644 --- a/src/style/atoms/_box-cta.scss +++ b/src/style/atoms/_box-cta.scss @@ -52,7 +52,7 @@ // Hover &:hover { $shadow-color: rgba(0, 0, 0, 0.05); - background-color: #77357b; + background-color: #8f3d7b; box-shadow: 0 6px 6px $shadow-color, 0 12px 12px $shadow-color, 0 24px 24px $shadow-color; .icon { diff --git a/static/images/icons/bag.svg b/static/images/icons/bag.svg index 6671811..d413a8b 100644 --- a/static/images/icons/bag.svg +++ b/static/images/icons/bag.svg @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/static/images/icons/earth.svg b/static/images/icons/earth.svg new file mode 100644 index 0000000..2559fa0 --- /dev/null +++ b/static/images/icons/earth.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/static/images/icons/explore.svg b/static/images/icons/explore.svg deleted file mode 100644 index ea9a341..0000000 --- a/static/images/icons/explore.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/static/images/icons/form.svg b/static/images/icons/form.svg index 710d06b..d644c88 100644 --- a/static/images/icons/form.svg +++ b/static/images/icons/form.svg @@ -1,7 +1,3 @@ - - - - - - - + + + \ No newline at end of file diff --git a/static/images/icons/globe.svg b/static/images/icons/globe.svg index 386f178..59db87d 100644 --- a/static/images/icons/globe.svg +++ b/static/images/icons/globe.svg @@ -1,3 +1,3 @@ - - - + + + \ No newline at end of file diff --git a/static/images/icons/photos.svg b/static/images/icons/photos.svg new file mode 100644 index 0000000..c78a698 --- /dev/null +++ b/static/images/icons/photos.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file