You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.4 KiB

2 months ago
[
{
"id": "floor-phone",
"title": "Phones",
"hero": {
"image": "/floors/phone-hero.svg",
"href": "/channel/phone",
"title": "Imaging Flagship",
"subtitle": "Explore Mobile Imaging"
},
"products": [
{ "id": "p1", "name": "Pro Flagship", "price": 3999, "image": "/products/p1.svg", "href": "/product/p1", "tag": "hot" },
{ "id": "p2", "name": "Slim Long Battery", "price": 2499, "image": "/products/p2.svg", "href": "/product/p2", "tag": "new" },
{ "id": "p3", "name": "Entry Budget", "price": 1199, "image": "/products/p3.svg", "href": "/product/p3" },
{ "id": "p4", "name": "Foldable", "price": 6999, "image": "/products/p4.svg", "href": "/product/p4", "tag": "sale" }
]
},
{
"id": "floor-appliance",
"title": "Appliances",
"hero": {
"image": "/floors/appliance-hero.svg",
"href": "/channel/appliance",
"title": "Quality Home",
"subtitle": "Efficient & Quiet"
},
"products": [
{ "id": "a1", "name": "AC Fresh Air", "price": 3299, "image": "/products/a1.svg", "href": "/product/a1" },
{ "id": "a2", "name": "Purifier", "price": 999, "image": "/products/a2.svg", "href": "/product/a2" },
{ "id": "a3", "name": "Washer", "price": 2299, "image": "/products/a3.svg", "href": "/product/a3" },
{ "id": "a4", "name": "Robot Cleaner", "price": 1999, "image": "/products/a4.svg", "href": "/product/a4" }
]
}
]