Adding photos to your gallery
Drop your photo files into frontend/images/gallery/ — any .jpg, .jpeg, .png, or .webp files.
Then replace the placeholder <div class="gallery-placeholder"> elements below with
<img src="images/gallery/your-photo.jpg" alt="..."> inside the same .gallery-item wrapper.
Set the correct data-category attribute (before-after, groom, salon, or team) and update the caption chip too.