-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproductos.json
86 lines (86 loc) · 2.33 KB
/
productos.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[
{
"img": "/assets/productos/cactus-de-interior.webp",
"title": "Cactus de Interior",
"category": "Plantas de Interior",
"price": "1.999,99",
"shippingTag": "Envío gratis"
},
{
"img": "/assets/productos/maceta-colgante-de-mimbre.webp",
"title": "Maceta Colgante de Mimbre",
"category": "Macetas y Contenedores",
"price": "1.599,99",
"shippingTag": ""
},
{
"img": "/assets/productos/sistema-de-riego-automatico.webp",
"title": "Sistema de Riego Automático",
"category": "Sistemas de Riego",
"price": "3.499,99",
"shippingTag": "Envío gratis"
},
{
"img": "/assets/productos/abono-organico-para-plantas.webp",
"title": "Abono Orgánico para Plantas",
"category": "Sustratos y Fertilizantes",
"price": "2.499,99",
"shippingTag": ""
},
{
"img": "/assets/productos/pinza-jardinera-multifucional.webp",
"title": "Pinza Jardinera Multifuncional",
"category": "Herramientas",
"price": "3.999,99",
"shippingTag": "Envío gratis"
},
{
"img": "/assets/productos/estatua-buda-para-jardin-zen.webp",
"title": "Estatua de Buda para Jardín Zen",
"category": "Decoración de Jardín",
"price": "4.999,99",
"shippingTag": ""
},
{
"img": "/assets/productos/introduccion-a-la-jardineria.webp",
"title": "Introducción a la Jardinería",
"category": "Libros y Guías",
"price": "3.999,99",
"shippingTag": "Envío gratis"
},
{
"img": "/assets/productos/kit-de-cultivo-de-tomates-cherry.webp",
"title": "Kit de Cultivo de Tomates Cherry",
"category": "Huerta en Casa",
"price": "2.999,99",
"shippingTag": ""
},
{
"img": "/assets/productos/set-de-3-macetas-de-ceramica.webp",
"title": "Set de 3 Macetas de Cerámica",
"category": "Macetas y Contenedores",
"price": "1.999,99",
"shippingTag": "Envío gratis"
},
{
"img": "/assets/productos/mesa-de-jardin-plegable.webp",
"title": "Mesa de Jardín Plegable",
"category": "Muebles de Jardín",
"price": "5.999,99",
"shippingTag": ""
},
{
"img": "/assets/productos/planta-monstera-para-exterior.webp",
"title": "Planta Monstera para Exterior",
"category": "Plantas de Exterior",
"price": "7.999,99",
"shippingTag": ""
},
{
"img": "/assets/productos/helecho-de-interior-culantrillo.webp",
"title": "Helecho de Interior Culantrillo",
"category": "Plantas de Interior",
"price": "3.999,99",
"shippingTag": ""
}
]