diff --git a/src/pages/_Sections/Contact/Contact.astro b/src/pages/_Sections/Contact/Contact.astro index 2865556..bc06757 100644 --- a/src/pages/_Sections/Contact/Contact.astro +++ b/src/pages/_Sections/Contact/Contact.astro @@ -1,5 +1,5 @@ --- -import { Aurora, Button, ButtonDownloadCv } from '@components'; +import { Aurora, Button, IconCatalog } from '@components'; import { t } from 'i18n:astro'; --- @@ -14,7 +14,16 @@ import { t } from 'i18n:astro'; - + diff --git a/src/pages/_Sections/Hero/Hero.astro b/src/pages/_Sections/Hero/Hero.astro index 0203161..1fd8851 100644 --- a/src/pages/_Sections/Hero/Hero.astro +++ b/src/pages/_Sections/Hero/Hero.astro @@ -1,5 +1,5 @@ --- -import { Button, ButtonDownloadCv } from '@components'; +import { Button, IconCatalog } from '@components'; import { t } from 'i18n:astro'; --- @@ -18,7 +18,16 @@ import { t } from 'i18n:astro'; - +