diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 4c19676..ece7b9b 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -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);