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