'use client'
import { useState, useEffect } from 'react'
const IMAGES = [
{ id: 1, src: null, color: 'linear-gradient(135deg, #C9A84C, #6366f1)', caption: 'GlowButton Component', w: 1, h: 2 },
{ id: 2, src: null, color: 'linear-gradient(135deg, #6366f1, #22c55e)', caption: 'HoverTiltCard', w: 1, h: 1 },
{ id: 3, src: null, color: 'linear-graImageGallery