update(footer data): update phone us
This commit is contained in:
parent
64e2852698
commit
48876ab3ad
|
|
@ -24,7 +24,7 @@
|
||||||
{
|
{
|
||||||
"label": "US",
|
"label": "US",
|
||||||
"numbers": [
|
"numbers": [
|
||||||
{ "display": "+1 (714) 689-3350", "href": "tel:+1714689-3350" }
|
{ "display": "+1 (714) 689 3332", "href": "tel:+17146893332" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
@ -42,13 +42,21 @@
|
||||||
{ "label": "News", "url": "https://prology.net/blog", "external": true },
|
{ "label": "News", "url": "https://prology.net/blog", "external": true },
|
||||||
{ "label": "Contact Us", "url": "contact", "external": false },
|
{ "label": "Contact Us", "url": "contact", "external": false },
|
||||||
{ "label": "Terms of Use & Sale", "url": "terms", "external": false },
|
{ "label": "Terms of Use & Sale", "url": "terms", "external": false },
|
||||||
{ "label": "Privacy & Cookie Policy", "url": "privacy-policy-cookie-restriction-mode.html", "direct": true }
|
{
|
||||||
|
"label": "Privacy & Cookie Policy",
|
||||||
|
"url": "privacy-policy-cookie-restriction-mode.html",
|
||||||
|
"direct": true
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"your_orders": [
|
"your_orders": [
|
||||||
{ "label": "My Account", "url": "customer/account", "external": false },
|
{ "label": "My Account", "url": "customer/account", "external": false },
|
||||||
{ "label": "My Order", "url": "sales/order/history", "external": false },
|
{ "label": "My Order", "url": "sales/order/history", "external": false },
|
||||||
{ "label": "My Wish List", "url": "wishlist", "external": false },
|
{ "label": "My Wish List", "url": "wishlist", "external": false },
|
||||||
{ "label": "Manufacturers List", "url": "manufacturers-list.html", "direct": true }
|
{
|
||||||
|
"label": "Manufacturers List",
|
||||||
|
"url": "manufacturers-list.html",
|
||||||
|
"direct": true
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"support": [
|
"support": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue