add new images
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing

This commit is contained in:
Elizabeth Hunt 2024-07-20 14:15:52 -07:00
parent e4bc47579c
commit 61b2e20dfb
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE

View File

@ -9,9 +9,11 @@
import 'swiper/css/autoplay';
const images = [
{ image: 'Plaza-Logo-Door.jpeg', alt: 'Picture of the glass office door with the Misty Mountains Therapy logo in the center.' },
{ image: 'Entry-Way.jpeg', alt: 'The entry hall to the Misty Mountains Suite room, showing a bench for waiting patients to sit. The vibes are inviting.' },
{ image: 'office-1-1.jpeg', alt: 'An office room with a rustic lamp and comfy looking couch.' },
{ image: 'Inside-Office.jpeg', alt: 'A second office room with good vibes.' },
{ image: 'mountains.png', alt: 'Cloudy mountains in a light sky' },
{ image: 'office-1-1.jpeg', alt: 'Office room one' },
{ image: 'office-1-2.jpeg', alt: 'Office room one angle two' }
].map(setImageUrl);
</script>