// Gallery.jsx — alternating full-bleed and two-up rows, hover overlay function GalleryImage({ src, location }) { return (
{location}
); } function Gallery() { return (
— Selected Work

A look at recent
media walls across
Southern California.

); } window.Gallery = Gallery;