Hide PostalPoint from menu

master
Skylar Ittner 11 months ago
parent 0244e9e333
commit 2f54dbe032

@ -33,7 +33,7 @@ var pagesToCompile = [
"trailer", "trailer",
"money", "money",
"moneyorder", "moneyorder",
"postalpoint", //"postalpoint",
"quicksend" "quicksend"
]; ];
console.log("Compiling page templates..."); console.log("Compiling page templates...");
@ -212,12 +212,18 @@ var routes = [
// href: "/labelmaker", // href: "/labelmaker",
// icon: "fa-duotone fa-mobile-alt", // icon: "fa-duotone fa-mobile-alt",
// text: "Send USPS Flat Rate packages from your phone. Printer optional." // text: "Send USPS Flat Rate packages from your phone. Printer optional."
// },
// {
// title: "Shipping Kiosk",
// href: "/postalpoint",
// icon: "fa-duotone fa-shop",
// text: "Stop by a PostalPoint kiosk at a local business, put your package on the scale, and print postage."
// }, // },
{ {
title: "Shipping Kiosk", title: "Pickup",
href: "/postalpoint", href: "/pickup",
icon: "fa-duotone fa-shop", icon: "fa-duotone fa-home",
text: "Stop by a PostalPoint kiosk at a local business, put your package on the scale, and print postage." text: "Leave your package on your porch and we'll pick it up and ship it for you. No postage or appointment needed."
}, },
{ {
title: "Drop Box", title: "Drop Box",
@ -226,22 +232,16 @@ var routes = [
text: "Just drop your package into a Drop and Send drop box. We'll add postage for you and charge your account." text: "Just drop your package into a Drop and Send drop box. We'll add postage for you and charge your account."
}, },
{ {
title: "Pickup", title: "Appointment",
href: "/pickup", href: "/appointment/shipping",
icon: "fa-duotone fa-home", icon: "fa-duotone fa-calendar-alt",
text: "Leave your package on your porch and we'll pick it up and ship it for you. No postage or appointment needed." text: "A courier will come to you on your schedule. No account required."
}, },
{ {
title: "Mobile Shipping Center", title: "Mobile Shipping Center",
href: "/mobile", href: "/mobile",
icon: "fa-duotone fa-caravan", icon: "fa-duotone fa-caravan",
text: "Our Mobile Shipping Center roams the Helena area like a food truck for mail. Find dates and places here." text: "Our Mobile Shipping Center roams the Helena area like a food truck for mail. Find dates and places here."
},
{
title: "Appointment",
href: "/appointment/shipping",
icon: "fa-duotone fa-calendar-alt",
text: "A courier will come to you on your schedule. No account required."
} }
] ]
}) })

Loading…
Cancel
Save