From 2574ea95081b8248a9b019805137e9a3175031b3 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sun, 10 Sep 2023 17:16:37 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Added=20data=20for=2020?= =?UTF-8?q?=20cabin=20listings=20=F0=9F=8F=A0=20Updated=20JSON=20data=20wi?= =?UTF-8?q?th=20cabin=20details=20=F0=9F=96=BC=EF=B8=8F=20Included=20thumb?= =?UTF-8?q?nails=20for=20each=20listing=20=F0=9F=94=A2=20Added=20unique=20?= =?UTF-8?q?IDs=20to=20each=20cabin=20=F0=9F=93=A6=20Initial=20data=20setup?= =?UTF-8?q?=20for=20the=20project?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/jsons/__experiencesTaxonomies.json | 142 ++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 src/data/jsons/__experiencesTaxonomies.json diff --git a/src/data/jsons/__experiencesTaxonomies.json b/src/data/jsons/__experiencesTaxonomies.json new file mode 100644 index 0000000..c7d0872 --- /dev/null +++ b/src/data/jsons/__experiencesTaxonomies.json @@ -0,0 +1,142 @@ +[ + { + "id": 1, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/5fa2dd/ffffff", + "count": 2669 + }, + { + "id": 2, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/dddddd/000000", + "count": 2194 + }, + { + "id": 3, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/ff4444/ffffff", + "count": 1200 + }, + { + "id": 4, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/dddddd/000000", + "count": 2287 + }, + { + "id": 5, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/ff4444/ffffff", + "count": 1593 + }, + { + "id": 6, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/5fa2dd/ffffff", + "count": 1614 + }, + { + "id": 7, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/cc0000/ffffff", + "count": 1577 + }, + { + "id": 8, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/dddddd/000000", + "count": 1721 + }, + { + "id": 9, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/5fa2dd/ffffff", + "count": 1465 + }, + { + "id": 10, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/dddddd/000000", + "count": 1945 + }, + { + "id": 11, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/dddddd/000000", + "count": 2775 + }, + { + "id": 12, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/ff4444/ffffff", + "count": 1375 + }, + { + "id": 13, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/dddddd/000000", + "count": 2521 + }, + { + "id": 14, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/dddddd/000000", + "count": 2470 + }, + { + "id": 15, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/ff4444/ffffff", + "count": 1279 + }, + { + "id": 16, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/5fa2dd/ffffff", + "count": 2515 + }, + { + "id": 17, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/5fa2dd/ffffff", + "count": 2855 + }, + { + "id": 18, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/dddddd/000000", + "count": 1169 + }, + { + "id": 19, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/5fa2dd/ffffff", + "count": 1392 + }, + { + "id": 20, + "name": "Entire cabin", + "href": "archive-stay/the-demo-archive-slug", + "thumbnail": "http://dummyimage.com/300x300.png/5fa2dd/ffffff", + "count": 2279 + } +]