diff --git a/src/components/FlickrGallery.astro b/src/components/FlickrGallery.astro
new file mode 100644
index 0000000..0bf03d8
--- /dev/null
+++ b/src/components/FlickrGallery.astro
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 05b4942..0f1174d 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -3,6 +3,7 @@ import Layout from '../layouts/Layout.astro';
import Card from '../components/Card.astro';
import { fetchEvenements } from "../lib/contentful";
import Evenement from "../components/Evenement.astro";
+import FlickrGallery from "../components/FlickrGallery.astro";
export const prerender = false
@@ -23,6 +24,9 @@ const evenements = await fetchEvenements()
))}
+
+