This commit is contained in:
2024-10-28 15:44:34 -07:00
parent eb43280648
commit 9e55ba90e1
15 changed files with 440 additions and 153 deletions

View File

@@ -57,8 +57,10 @@ export default function ProjectsPage() {
<Image
src={project.image}
alt={project.title}
fill
className="object-contain"
width={400}
height={300}
className="object-contain w-full h-full"
priority={index === 0}
/>
</div>
</div>