From 72f924080a401eb3a8116e8bc2cb7f984c1065bb Mon Sep 17 00:00:00 2001 From: Matheo Guilbert Date: Wed, 15 Apr 2026 14:56:27 +0200 Subject: [PATCH] features section --- app/[locale]/page.tsx | 2 ++ components/ui/ProjectCard.tsx | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx index acfb03e..0c8168f 100644 --- a/app/[locale]/page.tsx +++ b/app/[locale]/page.tsx @@ -1,11 +1,13 @@ import HeroSection from "@/components/sections/HeroSection"; import WorksSection from "@/components/sections/WorksSection"; +import FeatureSection from "@/components/sections/FeatureSection"; export default function Home() { return (
+
); } \ No newline at end of file diff --git a/components/ui/ProjectCard.tsx b/components/ui/ProjectCard.tsx index e0174eb..0ee3474 100644 --- a/components/ui/ProjectCard.tsx +++ b/components/ui/ProjectCard.tsx @@ -56,9 +56,6 @@ export const ProjectCard = ({ - - - {/* Bottom separator */} {isTheLast &&
}