diff --git a/src/pages/contacto.astro b/src/pages/contacto.astro index 9909fd5..3f491c3 100644 --- a/src/pages/contacto.astro +++ b/src/pages/contacto.astro @@ -1,8 +1,9 @@ --- import Layout from '~/layouts/PageLayout.astro'; -import Contact from '~/components/widgets/Contact.astro'; import Note from '~/components/widgets/Note.astro'; import { getPermalink } from '~/utils/permalinks'; +import Headline from '~/components/blog/Headline.astro'; +import { Icon } from 'astro-icon/components'; const metadata = { title: 'Contacto', @@ -11,34 +12,69 @@ const metadata = { - + + +
+
+
+ + + + + +