|
|
@@ -46,6 +46,7 @@
|
|
|
v-if="nuance.image"
|
|
|
:src="nuance.image"
|
|
|
:alt="t(`nuances.items.${key}.title`)"
|
|
|
+ loading="lazy"
|
|
|
class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500"
|
|
|
/>
|
|
|
<div v-else class="w-full h-full flex items-center justify-center bg-primary/5 text-primary/40">
|
|
|
@@ -217,35 +218,35 @@ const { t } = useI18n();
|
|
|
|
|
|
const nuances = {
|
|
|
layerStructure: {
|
|
|
- image: "/fdm_layer_lines_photo_1776031229473.png",
|
|
|
+ image: "/fdm_layer_lines_photo_1776031229473.webp",
|
|
|
icon: LayersIcon
|
|
|
},
|
|
|
supportMarks: {
|
|
|
- image: "/fdm_supports_photo_1776031246690.png",
|
|
|
+ image: "/fdm_supports_photo_1776031246690.webp",
|
|
|
icon: ScalingIcon
|
|
|
},
|
|
|
zSeam: {
|
|
|
- image: "/fdm_zseam_photo_1776031258273.png",
|
|
|
+ image: "/fdm_zseam_photo_1776031258273.webp",
|
|
|
icon: SplineIcon
|
|
|
},
|
|
|
surfaceImperfections: {
|
|
|
- image: "/fdm_surface_photo_1776031404133.png",
|
|
|
+ image: "/fdm_surface_photo_1776031404133.webp",
|
|
|
icon: GridIcon
|
|
|
},
|
|
|
overhangs: {
|
|
|
- image: "/fdm_overhangs_photo_v2_1776032258991.png",
|
|
|
+ image: "/fdm_overhangs_photo_v2_1776032258991.webp",
|
|
|
icon: TriangleIcon
|
|
|
},
|
|
|
dimensionalTolerances: {
|
|
|
- image: "/fdm_tolerances_photo_1776031451173.png",
|
|
|
+ image: "/fdm_tolerances_photo_1776031451173.webp",
|
|
|
icon: RulerIcon
|
|
|
},
|
|
|
colorVariations: {
|
|
|
- image: "/fdm_color_photo_1776031463894.png",
|
|
|
+ image: "/fdm_color_photo_1776031463894.webp",
|
|
|
icon: PaletteIcon
|
|
|
},
|
|
|
stringing: {
|
|
|
- image: "/fdm_stringing_photo_1776031432344.png",
|
|
|
+ image: "/fdm_stringing_photo_1776031432344.webp",
|
|
|
icon: ZapIcon
|
|
|
}
|
|
|
};
|