diff --git a/public/images/camp2024-1.JPG b/public/images/camp2024-1.JPG new file mode 100644 index 0000000..d0fc3e6 Binary files /dev/null and b/public/images/camp2024-1.JPG differ diff --git a/public/images/camp2024-2.JPG b/public/images/camp2024-2.JPG new file mode 100644 index 0000000..defda15 Binary files /dev/null and b/public/images/camp2024-2.JPG differ diff --git a/public/images/camp2024-3.JPG b/public/images/camp2024-3.JPG new file mode 100644 index 0000000..b8fd0cd Binary files /dev/null and b/public/images/camp2024-3.JPG differ diff --git a/public/images/camp2024-4.JPG b/public/images/camp2024-4.JPG new file mode 100644 index 0000000..6eb5ef2 Binary files /dev/null and b/public/images/camp2024-4.JPG differ diff --git a/src/components/landing/Explanation.astro b/src/components/landing/Explanation.astro index f2b6656..f4848a7 100644 --- a/src/components/landing/Explanation.astro +++ b/src/components/landing/Explanation.astro @@ -1,5 +1,6 @@ --- import { getLangFromUrl, useTranslations, useTranslatedPath } from "@i18n/utils"; +import ImageCarousel from "./ImageCarousel.astro"; const lang = getLangFromUrl(Astro.url); const t = useTranslations(lang); @@ -43,7 +44,7 @@ const translatePath = useTranslatedPath(lang);
+ + + diff --git a/src/components/landing/ImageCarousel.astro b/src/components/landing/ImageCarousel.astro new file mode 100644 index 0000000..da03ca9 --- /dev/null +++ b/src/components/landing/ImageCarousel.astro @@ -0,0 +1,113 @@ +
+
+ +
+ + + + + + + + +
+ + + + +
+
+
+
+ + + + \ No newline at end of file