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 &&
}