fixed images path

This commit is contained in:
Paul Fresnel
2024-11-07 14:52:32 +01:00
parent 3d7403845e
commit b0acd90035
+1 -1
View File
@@ -49,7 +49,7 @@ const HomePage = () => {
<h3 className="font-serif text-2xl mb-6">{item}</h3> <h3 className="font-serif text-2xl mb-6">{item}</h3>
<div className="flex justify-center items-center mb-4"> <div className="flex justify-center items-center mb-4">
<Image <Image
src={`/images/gallery/${item.toLowerCase()}.png`} src={`/images/gallery/${item}.png`}
alt={item} alt={item}
width={300} width={300}
height={200} height={200}