import { motion } from "framer-motion"; import { GALLERY_IMAGES } from "@/data/event-data"; import { ImageIcon } from "lucide-react"; const GallerySection = () => ( ); export default GallerySection;