diff --git a/src/components/Header.astro b/src/components/Header.astro index fb7bcad..4e5829a 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -5,7 +5,7 @@ const nav = [ { label: 'événement', href: '/creations-evenement' }, { label: 'pérenne', href: '/realisations-perennes' }, { label: 'processus', href: '/processus' }, - { label: 'contact', href: 'mailto:contact@aureliebarre.fr' }, + { label: 'contact', href: '/contact' }, ]; --- diff --git a/src/pages/contact.astro b/src/pages/contact.astro new file mode 100644 index 0000000..567349f --- /dev/null +++ b/src/pages/contact.astro @@ -0,0 +1,285 @@ +--- +import BaseLayout from '../layouts/BaseLayout.astro'; + +const stripImages = [ + { src: '/images/events/engie/04.jpg', alt: 'Engie' }, + { src: '/images/events/la-premiere/02.jpeg', alt: 'La Première' }, + { src: '/images/perennes/devoteam/03.jpg', alt: 'Devoteam' }, + { src: '/images/events/dior/09.jpeg', alt: 'Dior' }, +]; +--- + + +
+
+
+

+ parlons + projet +

+ +
+ +
+ +
+ réseaux + +
+
+ + +
+
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
+
+ + +
+ {stripImages.map((img, i) => ( +
+ {img.alt} +
+ ))} +
+
+
+ +