diff --git a/src/components/ContactForm.astro b/src/components/ContactForm.astro new file mode 100644 index 0000000..fec0282 --- /dev/null +++ b/src/components/ContactForm.astro @@ -0,0 +1,42 @@ +--- +interface Props { variant?: 'full' | 'footer' } +const { variant = 'full' } = Astro.props; +--- +
+ + diff --git a/src/components/Footer.astro b/src/components/Footer.astro new file mode 100644 index 0000000..1546466 --- /dev/null +++ b/src/components/Footer.astro @@ -0,0 +1,49 @@ +--- +import { site } from '../data/site'; +import ContactForm from './ContactForm.astro'; +const year = new Date().getFullYear(); +--- + + + diff --git a/src/components/Header.astro b/src/components/Header.astro new file mode 100644 index 0000000..7c62429 --- /dev/null +++ b/src/components/Header.astro @@ -0,0 +1,45 @@ +--- +import { site } from '../data/site'; +const path = Astro.url.pathname; +--- +Errore 404
+La pagina che cerchi non esiste o è stata spostata.
+ Torna alla home +