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

🔥 Trending This Week

See all →
) }