// REQUIREMENT: Add an HTML iframe to this page and set its ID to "htmlLanding". $w.onReady(function () { // 1) Retailer links + launch date (EDIT THESE) const AMAZON_URL = "https://www.amazon.com/"; // your product url const BARNES_URL = "https://www.barnesandnoble.com/"; // your product url const BAM_URL = "https://www.booksamillion.com/"; // your product url const INDIE_URL = "https://www.indiebound.org/"; // your product url const LAUNCH_ISO = "2025-09-09T00:00:00-04:00"; // America/New_York // 2) FULL HTML for your landing page (already mobile-optimized) const html = ` The Holy Hustle — Pre-Order
Pre-Order
BE STRONG. BE SOMEBODY.

Hustle with Heart, Lead with Faith.

In 30 days, transform how you work, lead, and live—without burning out or selling out.

  • Actionable frameworks for money, leadership, and stewardship
  • Stories from real ventures—wins and failures
  • Scripture-backed guidance for modern work

Pre-Order Bonuses

1 Launch Masterclass recording (60 min)
2 Faith & Finances worksheet (printable)
3 Private Q&A livestream (launch week)
--Days
--Hours
--Mins
--Secs
Pre-Order in 60 Seconds Flip Through 5 Pages

Secure your copy in under 60 seconds. Bonuses delivered during launch week.

The Holy Hustle book cover
★★★★★

"A timely roadmap for building a business and a life that lasts."

— Endorser Name, Title/Org

★★★★★

"Practical, humble, and bold. You'll keep this on your desk."

— Endorser Name, Title/Org

Inside the Book

1 • Calling & Conviction

Clarify your mission and align work with biblical principles.

2 • Money with Integrity

Pricing, profit, and stewardship without compromise.

3 • Servant Leadership

Build teams and culture that put people first.

4 • Enduring Execution

Habits, systems, and Sabbath that sustain the long game.

Get Your Copy

Choose your retailer and keep your receipt for bonuses.

Read a Free Chapter

Drop your email and we’ll send the PDF immediately.

Mini book cover
Pre-order ends soon
Launches Sep 9 • Bonuses included
Pre-Order
`; // 3) Inject HTML via data URL const dataUrl = "data:text/html;charset=utf-8;base64," + btoa(unescape(encodeURIComponent(html))); if ($w('#htmlLanding')) { $w('#htmlLanding').src = dataUrl; // 4) Receive messages (height + lead) — browser only if (typeof window !== "undefined") { window.addEventListener("message", (event) => { if (!event.data || typeof event.data !== "object") return; if (event.data.type === "hh:height" && typeof event.data.height === "number") { try { $w('#htmlLanding').height = Math.max(600, event.data.height); } catch(e) {} } if (event.data.type === "hh:lead" && event.data.email) { console.log("Lead captured from iframe:", event.data.email); // OPTIONAL: send to Wix CRM (uncomment when ready & add permission in Settings) // import { contacts } from 'wix-crm.v2'; // contacts.appendOrCreate({ // identities: [{ emails: [{ email: event.data.email }] }] // }).catch(console.error); } }); } } else { console.warn('Add an HTML iframe to the page and set its ID to "htmlLanding"'); } });
top of page
Aaron%20Armstrong%20Edits-6_edited.jpg

Aaron is one of the premier business coaches in the market today. I was blown away by his ambition, drive, and knowledge of Real Estate investing. He is definitely someone you need to have on your team if you want to grow and thrive in your business ventures.

Michael Hughes, National Real Estate Investor & Broker

Armstrong Real Estate Group.png

"Developing Destinations"

Armstrong Real Estate Professionals are real estate consultants Aaron J. Armstrong (Realtor) and his team offer full real estate services including lead generation, realty, real estate consulting, and business brokerage.  Armstrong is investor friendly and specializes in complex real estate problems including:

    Commercial Realty
    Residential Realty
    Mixed use developments
    Real estate syndications
    Business Brokerage
    Lead generation
    Multifamily
    Industrial
    Manufacturing
    Land development
    Farmland and agriculture
    Urban and mixed use

Armstrong Real Estate Professionals.png
  • Create Generational Wealth

  • Diversify business equity

  • Leverage debt for higher returns

  • Realize the equity in current property porfolio
     

Commercial Real EstaTE

Residential real estate

RealEstateReviews.png
bottom of page