diff --git a/components/Lightbox/Gallery.tsx b/components/Lightbox/Gallery.tsx index 0c151e420..b1be2ab70 100644 --- a/components/Lightbox/Gallery.tsx +++ b/components/Lightbox/Gallery.tsx @@ -1,5 +1,6 @@ "use client" import { DialogTitle } from "@radix-ui/react-dialog" +import { VisuallyHidden } from "@radix-ui/react-visually-hidden" import { AnimatePresence, motion } from "framer-motion" import { ChevronRightIcon } from "@/components/Icons" @@ -55,14 +56,17 @@ export default function Gallery({ {/* Desktop Gallery */}