import React from 'react' import ArtworkGalleryGrid from '../../components/artwork/ArtworkGalleryGrid' export default function HomeFresh({ items }) { if (!Array.isArray(items) || items.length === 0) return null return (

🆕 Fresh Uploads

See all →
) }