diff --git a/src/components/Hack/Gallery.tsx b/src/components/Hack/Gallery.tsx index 6a8d60a..f59b310 100644 --- a/src/components/Hack/Gallery.tsx +++ b/src/components/Hack/Gallery.tsx @@ -1,6 +1,6 @@ "use client"; -import Image from "next/image"; +import PixelImage from "../PixelImage"; import React from "react"; import useEmblaCarousel from "embla-carousel-react"; @@ -24,7 +24,7 @@ export default function Gallery({ images, title }: { images: string[]; title: st {images.map((src, idx) => (