fixed design project page

This commit is contained in:
2026-04-16 10:47:28 +02:00
parent 5e1368f790
commit 2bf8bae473
12 changed files with 65 additions and 65 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
import { Project } from "@/lib/projects/types";
import { ProjectCard } from "../ui/ProjectCard";
type Props = {
type props = {
projects: Project[];
locale: string;
};
export default function WorksSection({ projects, locale }: Props) {
export default function WorksSection({ projects, locale }: props) {
return (
<section id="works" className="w-full flex flex-col items-start justify-start">
<h2 className="text-[clamp(80px,10vw,128px)] font-serif text-brand-brown mt-6 mb-4">Travaux</h2>