From 3e81492d9f343bf8a376b0fb2d4d861455db9224 Mon Sep 17 00:00:00 2001 From: Matheo Guilbert Date: Wed, 15 Apr 2026 15:05:01 +0200 Subject: [PATCH] change div to section into section files --- components/sections/FeatureSection.tsx | 4 ++-- components/sections/WorksSection.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/sections/FeatureSection.tsx b/components/sections/FeatureSection.tsx index 06e9ecf..b0a9730 100644 --- a/components/sections/FeatureSection.tsx +++ b/components/sections/FeatureSection.tsx @@ -2,7 +2,7 @@ import { FeatureColumn } from '@/components/ui/FeatureColumn'; export default function FeatureSection() { return ( -
+
-
+ ); } \ No newline at end of file diff --git a/components/sections/WorksSection.tsx b/components/sections/WorksSection.tsx index 0ec24f4..47c5eec 100644 --- a/components/sections/WorksSection.tsx +++ b/components/sections/WorksSection.tsx @@ -2,7 +2,7 @@ import { ProjectCard } from "../ui/ProjectCard"; export default function WorksSection() { return ( -
+

Travaux

-
+ ); } \ No newline at end of file