diff --git a/app/app.vue b/app/app.vue index 4071cb3..e9ffbbd 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,15 +1,19 @@ diff --git a/app/components/EntitesItem.vue b/app/components/EntitesItem.vue new file mode 100644 index 0000000..8d78489 --- /dev/null +++ b/app/components/EntitesItem.vue @@ -0,0 +1,55 @@ + + + diff --git a/app/components/FooterItem.vue b/app/components/FooterItem.vue new file mode 100644 index 0000000..385d260 --- /dev/null +++ b/app/components/FooterItem.vue @@ -0,0 +1,24 @@ + + + diff --git a/app/components/HeroItem.vue b/app/components/HeroItem.vue index 4756351..4d15e8b 100644 --- a/app/components/HeroItem.vue +++ b/app/components/HeroItem.vue @@ -17,6 +17,7 @@ >
(img.includes('/images/') ? undefined : 'cloudinary') diff --git a/app/components/SearchItem.vue b/app/components/SearchItem.vue index cbb92d1..9acabad 100644 --- a/app/components/SearchItem.vue +++ b/app/components/SearchItem.vue @@ -1,119 +1,96 @@