//Page code export function buttonCalc_click(event) { distance($w("#startingPoint").value, $w("#endPoint").value) .then(function (resp) { let distanceInMiles = parseFloat(resp.rows[0].elements[0].distance["text"], 10); distanceInMiles *= 1.00; distanceInMiles = distanceInMiles.toFixed(2); let duration = resp.rows[0].elements[0].duration["text"]; let miles = resp.rows[0].elements[0].distance["text"] // printing the result on the screen $w("#result").value = distanceInMiles; $w("#duration").value = duration; $w("#textboxMiles").value = miles; }) } //Backend file code export async function distance(origin, destination) { const secret = await wixSecretsBackend.getSecret("apiDistance"); const distanceUrl = "https://maps.googleapis.com/maps/api/distancematrix/json?units=imperial"; const url = distanceUrl + `&origins=` + origin + `&destinations=` + destination + `&key=${secret}`; return fetch(url, { method: 'get' }) .then((httpResponse) => httpResponse.json()); }
top of page

almost there

make your choice based on rush, weight, and size.

*if your load size or weight is a large difference from the option you selected, we reserve the right to cancel your sprint without refund. 

350 lbs or less

$49

NO RUSH delivery
same day

20 mile range

Cargo Van

_134c5ff8-0e0b-438c-b634-1f20d9acb53f.jpeg
_e32dcccb-9798-44be-9060-4109d73ebaa2.jpeg

$75

one stop RUSH delivery
within hours

350 lbs or less

Cargo Van

20 mile range

350 - 1500lbs

Cargo Van or Pickup

20 mile range

one stop RUSH delivery
within hours

$125

_99937c77-d9d3-453a-be89-e314eb46de68.jpeg
_26d50363-7cbf-4f1f-8711-bf6e0659046c.jpeg

$175

one stop RUSH delivery
same day

20 mile range

1500+lbs

Flatbed

Call for an estimate if the delivery is over 20 Miles

bottom of page