diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx
index ed08fd8..f2b649a 100644
--- a/app/[locale]/page.tsx
+++ b/app/[locale]/page.tsx
@@ -1,7 +1,7 @@
import HeroSection from "@/components/sections/HeroSection";
import WorksSection from "@/components/sections/WorksSection";
import FeatureSection from "@/components/sections/FeatureSection";
-import TimelineSection from "@/components/sections/TimelineSection";
+import TimelineSection from "@/components/sections/AboutSection";
export default function Home() {
return (
diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx
index 45773b6..9f714d9 100644
--- a/components/layout/Footer.tsx
+++ b/components/layout/Footer.tsx
@@ -6,7 +6,7 @@ export default function Footer() {
{/* Logo */}
-
Développeur Full Stack & Architecte Web
diff --git a/components/layout/Header.tsx b/components/layout/Header.tsx index d05b010..dc5576c 100644 --- a/components/layout/Header.tsx +++ b/components/layout/Header.tsx @@ -1,19 +1,42 @@ +'use client'; + +import React, { MouseEvent } from 'react'; + export default function Header() { - return ( -