From f43e2c5d78ee79ed8d1ab85536e9d47dbc3f7d1e Mon Sep 17 00:00:00 2001 From: Thomas Catinaud Taris Date: Mon, 7 Oct 2024 15:33:27 +0200 Subject: [PATCH 01/12] feat: update wording --- src/app/[locale]/about/about.tsx | 1 + src/components/layout/Footer.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/src/app/[locale]/about/about.tsx b/src/app/[locale]/about/about.tsx index 7c16d9a5..21baf634 100644 --- a/src/app/[locale]/about/about.tsx +++ b/src/app/[locale]/about/about.tsx @@ -8,6 +8,7 @@ import "@/lib/env"; import AboutSection from "@/components/AboutSection"; import IntroBlock from "@/components/IntroBlock"; import TitleBlock from "@/components/TitleBlock"; +import Image from "next/image"; const About = () => { const t = useTranslations("about"); diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index c7f2d894..86f3c5d7 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -2,6 +2,7 @@ import Image from "next/image"; import { useTranslations } from "next-intl"; import ShareLink from "@/components/links/shareLink"; +import Image from "next/image"; const currentYear = new Date().getFullYear(); From 3e3a31a608875948c4c2ef0301f0e20532bead64 Mon Sep 17 00:00:00 2001 From: Thomas Catinaud Taris Date: Mon, 7 Oct 2024 15:51:46 +0200 Subject: [PATCH 02/12] fix lint --- src/app/[locale]/about/about.tsx | 1 - src/components/layout/Footer.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/app/[locale]/about/about.tsx b/src/app/[locale]/about/about.tsx index 21baf634..7c16d9a5 100644 --- a/src/app/[locale]/about/about.tsx +++ b/src/app/[locale]/about/about.tsx @@ -8,7 +8,6 @@ import "@/lib/env"; import AboutSection from "@/components/AboutSection"; import IntroBlock from "@/components/IntroBlock"; import TitleBlock from "@/components/TitleBlock"; -import Image from "next/image"; const About = () => { const t = useTranslations("about"); diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index 86f3c5d7..c7f2d894 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -2,7 +2,6 @@ import Image from "next/image"; import { useTranslations } from "next-intl"; import ShareLink from "@/components/links/shareLink"; -import Image from "next/image"; const currentYear = new Date().getFullYear(); From 3ac52d98c38109ac8ca332f4c5fea59ccba251ba Mon Sep 17 00:00:00 2001 From: Thomas Catinaud Taris Date: Tue, 8 Oct 2024 10:03:34 +0200 Subject: [PATCH 03/12] feat: add video --- src/app/[locale]/page.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/app/[locale]/page.tsx b/src/app/[locale]/page.tsx index 732fe874..7862d03d 100644 --- a/src/app/[locale]/page.tsx +++ b/src/app/[locale]/page.tsx @@ -22,6 +22,7 @@ const HomePage = () => { + @@ -111,6 +112,24 @@ const ExplodeSection = () => { ); }; +const VideoSection = () => { + return ( +
+
+
+