diff --git a/src/app/sponsors/gallery.tsx b/src/app/sponsors/gallery.tsx index 83791fd..017224c 100644 --- a/src/app/sponsors/gallery.tsx +++ b/src/app/sponsors/gallery.tsx @@ -3,6 +3,7 @@ import { Gallery, Image } from "react-grid-gallery"; import Whitecliff4x4 from "@/images/sponsors/whitecliff4x4.jpg"; import { useEffect } from "react"; import { ThumbnailImageProps } from "react-grid-gallery"; +import NImage from "next/image"; export default function SponsorGallery() { const images = [ @@ -61,7 +62,7 @@ import { ThumbnailImageProps } from "react-grid-gallery"; return ( - {alt} + ); };