change div to section into section files

This commit is contained in:
2026-04-15 15:05:01 +02:00
parent c64a9c1641
commit 3e81492d9f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ import { ProjectCard } from "../ui/ProjectCard";
export default function WorksSection() {
return (
<div className="w-full flex flex-col items-start justify-start">
<section className="w-full flex flex-col items-start justify-start">
<h2 className="text-9xl font-serif text-brand-brown">Travaux</h2>
<ProjectCard
@@ -42,6 +42,6 @@ export default function WorksSection() {
projectPageLink={""}
isTheLast={true}
/>
</div>
</section>
);
}