diff --git a/src/components/atoms/BoxCTA.svelte b/src/components/atoms/BoxCTA.svelte index 1009b35..72ffb98 100644 --- a/src/components/atoms/BoxCTA.svelte +++ b/src/components/atoms/BoxCTA.svelte @@ -1,14 +1,15 @@ -
-
- -
- {text} +
+ {alt}
+ + {label} +
\ No newline at end of file diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 69e908e..f123e54 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -3,10 +3,11 @@ // Components import Metas from '$components/Metas.svelte' import Button from '$components/atoms/Button.svelte' - import PhotoCard from '$components/molecules/PhotoCard.svelte' - import Newsletter from '$components/organisms/Newsletter.svelte' - import Shop from '$components/organisms/Shop.svelte' import BoxCTA from '$components/atoms/BoxCTA.svelte' + import PhotoCard from '$components/molecules/PhotoCard.svelte' + import Locations from '$components/organisms/Locations.svelte' + import Shop from '$components/organisms/Shop.svelte' + import Newsletter from '$components/organisms/Newsletter.svelte' export let photos: any @@ -39,13 +40,12 @@

Discover {count.photos} homes
from {count.locations} cities of {count.countries} countries

- - - + + +
- @@ -61,7 +61,6 @@ -