From 61b2e20dfbcab067e13420ac866a1088a6d5b6bd Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 20 Jul 2024 14:15:52 -0700 Subject: [PATCH] add new images --- src/routes/index.svelte | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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);