- Missed a delivery? For a fee, we'll pick up your oversized package or signature-required item from the Helena Post Office and deliver it to your front door, even if nobody's home.
+
+ Missed a delivery? For a fee, we'll pick up your oversized or signature-required item from the Helena Post Office and deliver it to your front door, even if nobody's home to sign for it.
+
+
You just need to fill out this form, sign the back of the pink notice slip, and take a picture of it with this app. Information provided must match the information on the notice slip.
+
+
Your item will be delivered within one business day of submitting a request, excluding postal holidays. This service is not available for Restricted Delivery or Registered Mail.
@@ -57,6 +61,24 @@
+
+
+
Phone Number
+
+
+
+
+
+
+
+
+
Email Address
+
+
+
+
+
+
diff --git a/www/routes.js b/www/routes.js
index bcddc82..56b69a3 100644
--- a/www/routes.js
+++ b/www/routes.js
@@ -17,23 +17,33 @@ var routes = [
{
title: "Schedule Pickup",
href: "/appointment",
- icon: "fad fa-calendar-alt"
+ icon: "fad fa-calendar-alt",
+ text: "Request a curbside courier to mail and ship your items."
},
{
title: "Track Package",
href: "/track",
- icon: "fad fa-search"
+ icon: "fad fa-search",
+ text: "Find the latest location and updates about any shipment."
},
{
title: "Get Rates",
href: "/rates",
- icon: "fad fa-calculator"
+ icon: "fad fa-calculator",
+ text: "Calculate postage and prices for your item."
},
{
title: "Pick Up and Redeliver",
href: "/noticeslip",
- icon: "fad fa-sticky-note"
- }
+ icon: "fad fa-sticky-note",
+ text: "Take a picture of your pink postal notice slip and we'll go get your missed delivery."
+ },
+ {
+ title: "Express Pickup",
+ href: "/addresscode",
+ icon: "fal fa-qrcode",
+ text: "Get a faster pickup and a discount by pre-typing the destination address here."
+ },
]
}
});