geeparts-js 1.3.5 → 1.3.6
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/index.js +16 -8
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -873,6 +873,22 @@ if (pathName === '/hero/' || pathName === '/hero') {
|
|
|
873
873
|
<p>Multistrada v2</p>
|
|
874
874
|
</div>
|
|
875
875
|
</a>
|
|
876
|
+
</li>
|
|
877
|
+
<li class="moto">
|
|
878
|
+
<a href="https://www.geeparts.co/ducati/multistrada-v2s/" class="link_marca">
|
|
879
|
+
<img src="https://mayoristas.geeparts.co/wp-content/uploads/2025/06/Multistrada-v2s-2025.webp" alt="Multistrada v2">
|
|
880
|
+
<div class="info">
|
|
881
|
+
<p>Multistrada v2s</p>
|
|
882
|
+
</div>
|
|
883
|
+
</a>
|
|
884
|
+
</li>
|
|
885
|
+
<li class="moto">
|
|
886
|
+
<a href="https://www.geeparts.co/ducati/multistrada-v2-y-v2s-2025/" class="link_marca">
|
|
887
|
+
<img src="https://mayoristas.geeparts.co/wp-content/uploads/2025/06/Multistrada-v2s-2025.webp" alt="Multistrada v2 y v2s 2025">
|
|
888
|
+
<div class="info">
|
|
889
|
+
<p>Multistrada v2 y v2s 2025</p>
|
|
890
|
+
</div>
|
|
891
|
+
</a>
|
|
876
892
|
</li>
|
|
877
893
|
<li class="moto">
|
|
878
894
|
<a href="https://www.geeparts.co/ducati/hypermotard-950-sp/" class="link_marca">
|
|
@@ -898,14 +914,6 @@ if (pathName === '/hero/' || pathName === '/hero') {
|
|
|
898
914
|
</div>
|
|
899
915
|
</a>
|
|
900
916
|
</li>
|
|
901
|
-
<li class="moto">
|
|
902
|
-
<a href="https://www.geeparts.co/ducati/multistrada-v2s-2025/" class="link_marca">
|
|
903
|
-
<img src="https://mayoristas.geeparts.co/wp-content/uploads/2025/06/Multistrada-v2s-2025.webp" alt="Multistrada v2s 2025">
|
|
904
|
-
<div class="info">
|
|
905
|
-
<p>Multistrada v2s 2025</p>
|
|
906
|
-
</div>
|
|
907
|
-
</a>
|
|
908
|
-
</li>
|
|
909
917
|
</ul>
|
|
910
918
|
</div>
|
|
911
919
|
`
|