diff --git a/components/sections/FeatureSection.tsx b/components/sections/FeatureSection.tsx index b0a9730..6c75261 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 ( -
+
-

Travaux

+

Travaux

{ return ( -
+
{`icon -
{title}
-
{text}
+
{title}
+
{text}
); }; \ No newline at end of file diff --git a/components/ui/ProjectCard.tsx b/components/ui/ProjectCard.tsx index 0ee3474..7b41170 100644 --- a/components/ui/ProjectCard.tsx +++ b/components/ui/ProjectCard.tsx @@ -22,16 +22,16 @@ export const ProjectCard = ({ isTheLast = false }: props) => { return ( -
+
{/* Top separator */}
{/* *** Content *** */} -
-
{projectDate}
+
+
{projectDate}
{/* Left image/video */} -
+
{/* Texts */}
@@ -57,7 +57,7 @@ export const ProjectCard = ({
{/* Bottom separator */} - {isTheLast &&
} + {isTheLast &&
}
); }; \ No newline at end of file