@@ -279,36 +279,44 @@ const rangeLength = contentLanguageField?.range?.length || 0;
279279 >
280280 < SwiperSlide style = { { position : 'relative' , width : '100%' , height : '500px' } } >
281281 < Image
282- src = "/images/PLP Photos-02.jpg "
282+ src = "/images/PLP Photos-02.png "
283283 alt = "PLP Photos 02"
284284 fill
285285 style = { { objectFit : 'cover' } }
286286 />
287287 </ SwiperSlide >
288288 < SwiperSlide style = { { position : 'relative' , width : '100%' , height : '500px' } } >
289289 < Image
290- src = "/images/PLP Photos-03.jpg "
290+ src = "/images/PLP Photos-03.png "
291291 alt = "PLP Photos 03"
292292 fill
293293 style = { { objectFit : 'cover' } }
294294 />
295295 </ SwiperSlide >
296296 < SwiperSlide style = { { position : 'relative' , width : '100%' , height : '500px' } } >
297297 < Image
298- src = "/images/PLP Photos-04.jpg "
298+ src = "/images/PLP Photos-04.png "
299299 alt = "PLP Photos 04"
300300 fill
301301 style = { { objectFit : 'cover' } }
302302 />
303303 </ SwiperSlide >
304304 < SwiperSlide style = { { position : 'relative' , width : '100%' , height : '500px' } } >
305305 < Image
306- src = "/images/PLP Photos-05.jpg "
306+ src = "/images/PLP Photos-05.png "
307307 alt = "PLP Photos 05"
308308 fill
309309 style = { { objectFit : 'cover' } }
310310 />
311311 </ SwiperSlide >
312+ < SwiperSlide style = { { position : 'relative' , width : '100%' , height : '500px' } } >
313+ < Image
314+ src = "/images/PLP Photos-06.png"
315+ alt = "PLP Photos 06"
316+ fill
317+ style = { { objectFit : 'cover' } }
318+ />
319+ </ SwiperSlide >
312320 </ Swiper >
313321 < Button
314322 ref = { nextRef }
0 commit comments