diff --git a/src/components/custom/ImageBentoGallery.tsx b/src/components/custom/ImageBentoGallery.tsx index a2e353f..e7b5c76 100644 --- a/src/components/custom/ImageBentoGallery.tsx +++ b/src/components/custom/ImageBentoGallery.tsx @@ -17,16 +17,16 @@ export default function ImageBentoGallery({ images, }: ImageBentoGalleryProps) { return ( -
+
{title && ( -

+

{title}

)} {description && ( -

+

{description}

)} @@ -52,7 +52,7 @@ export default function ImageBentoGallery({ className="object-cover w-full h-full transition-transform duration-300 group-hover:scale-105" />
-

{image.alt}

+

{image.alt}

))}