Purpose:
Increase visibility of the financing option across goarmstrong.com, particularly on high-traffic pages like the homepage and ballpark estimator.
Content Approach:
Use concise, eye-catching copy to promote the loan’s benefits (e.g., “Move Now, Pay Later!”) with CTAs linking to the financing webpage or application. Tailor messaging for the ballpark estimator to connect financing directly to the estimate process.
Tone:
Bold, engaging, and action-driven to capture attention.
Homepage Banner
Copy and paste the following text into a banner on the homepage that will lead to the Financing Landing Page.
Heading | Move Now, Pay Later |
Body | Explore financing options and see if you pre-qualify with no impact to your credit score. |
CTA | Learn More |
Household Moving Services Banner
Copy and paste the following text into a banner on the Home Services that will lead to the Financing Landing Page.
Heading | Keep your budget flexible. Financing now available. |
Body | Explore financing options and see if you pre-qualify with no impact to your credit score. |
CTA | Learn More |
Ballpark Estimator Banner – After a Price is shown
Copy and paste the following text near the amount that is presented on the BallPark Estimator.
To create this experience, the move cost will need to be converted into a monthly payment amount. Here is an example of how to create this in Python:
import re
def convert_to_monthly(match):
amount = float(match.group(1).replace(',', ''))
monthly = round(amount * 0.013494, 2)
return f"${monthly}/month for 120 months"
text = "The total price is $12,500."
converted = re.sub(r"\$([\d,]+(?:\.\d{2})?)", convert_to_monthly, text)
print(converted)
# Output: The total price is $168.68/month for 120 months.
Heading | Starting from $x.xx/mo. for 120 months.* |
Copy | Pay for your move over time with low monthly payments. |
CTA | Learn More |
Disclaimer | Please carefully review the loan terms and conditions provided by the lending partner prior to signing a loan agreement. |