project-booster-vue 9.56.3 → 9.56.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -117,12 +117,7 @@
|
|
|
117
117
|
theme="primary"
|
|
118
118
|
size="s"
|
|
119
119
|
sizeFromM="s"
|
|
120
|
-
@click="
|
|
121
|
-
redirect(
|
|
122
|
-
'/services/bricolage-pour-vos-travaux-a-domicile/pose-et-installation-a-domicile/',
|
|
123
|
-
'projectsLandingInstall',
|
|
124
|
-
)
|
|
125
|
-
"
|
|
120
|
+
@click="redirect('/services/', 'projectsLandingInstall')"
|
|
126
121
|
/>
|
|
127
122
|
</div>
|
|
128
123
|
</div>
|
|
@@ -138,7 +133,7 @@
|
|
|
138
133
|
buttonLabel="Découvrir nos outils"
|
|
139
134
|
size="s"
|
|
140
135
|
size-from-m="s"
|
|
141
|
-
@button-click="redirect('/
|
|
136
|
+
@button-click="redirect('/outils/', 'projectsLandingTools')"
|
|
142
137
|
/>
|
|
143
138
|
</div>
|
|
144
139
|
</div>
|
|
@@ -346,7 +341,7 @@ export default defineComponent({
|
|
|
346
341
|
{
|
|
347
342
|
title: 'Réaliser des devis et des plans 3D',
|
|
348
343
|
image: 'https://storage.googleapis.com/project-booster-media/landing-projet/solution_projet-conception.png',
|
|
349
|
-
href: '/
|
|
344
|
+
href: '/outils/',
|
|
350
345
|
},
|
|
351
346
|
{
|
|
352
347
|
title: 'Planifier les étapes de votre projet',
|
|
@@ -372,12 +367,12 @@ export default defineComponent({
|
|
|
372
367
|
{
|
|
373
368
|
title: 'Cuisine',
|
|
374
369
|
image: 'https://storage.googleapis.com/project-booster-media/landing-projet/projet-cuisine.png',
|
|
375
|
-
href: '/produits/cuisine/',
|
|
370
|
+
href: '/produits/cuisine/projet-cuisine/',
|
|
376
371
|
},
|
|
377
372
|
{
|
|
378
373
|
title: 'Salle de bains',
|
|
379
374
|
image: 'https://storage.googleapis.com/project-booster-media/landing-projet/projet-salle_de_bain.png',
|
|
380
|
-
href: '/produits/salle-de-bains/',
|
|
375
|
+
href: '/produits/salle-de-bains/renovation/salle-de-bains/',
|
|
381
376
|
},
|
|
382
377
|
{
|
|
383
378
|
title: 'Rangement',
|
|
@@ -403,24 +398,24 @@ export default defineComponent({
|
|
|
403
398
|
toolsCards3: [
|
|
404
399
|
{
|
|
405
400
|
image: 'https://storage.googleapis.com/project-booster-media/landing-projet/artisans-partenaires.png',
|
|
406
|
-
href: '/produits/cuisine/',
|
|
401
|
+
href: '/produits/cuisine/projet-cuisine/',
|
|
407
402
|
},
|
|
408
403
|
],
|
|
409
404
|
toolsCards4: [
|
|
410
405
|
{
|
|
411
406
|
title: 'Pose et installation à domicile',
|
|
412
407
|
image: 'https://storage.googleapis.com/project-booster-media/landing-projet/service-pose.png',
|
|
413
|
-
href: '/services/
|
|
408
|
+
href: '/services/',
|
|
414
409
|
},
|
|
415
410
|
{
|
|
416
411
|
title: 'Location de matériel',
|
|
417
412
|
image: 'https://storage.googleapis.com/project-booster-media/landing-projet/service-location_materiel.png',
|
|
418
|
-
href: '/services/location
|
|
413
|
+
href: '/services/location-de-materiel/',
|
|
419
414
|
},
|
|
420
415
|
{
|
|
421
416
|
title: 'Location de véhicule',
|
|
422
417
|
image: 'https://storage.googleapis.com/project-booster-media/landing-projet/service-location_vehicule.png',
|
|
423
|
-
href: '/services/location
|
|
418
|
+
href: '/services/location-utilitaire/',
|
|
424
419
|
},
|
|
425
420
|
],
|
|
426
421
|
toolsCards5: [
|