Floor one
Every way to reach a firm that does not exist
A contact page is where a lender proves it is findable: a street you could stand in, a number that rings a desk, an inbox somebody reads. This one prints all three in the right places and then tells you, immediately and in plain words, that not one of them works.
Office
1400 Bellweather Row, Suite 300, Milwaukee, WI 53202
Invented street, real city. No house number is given.
Hours
- Monday – Thursday
- 8:30 AM – 5:30 PM
- Friday
- 8:30 AM – 4:00 PM
- Saturday – Sunday
- Closed
Floor two
Plainly: the address, the phone and the email are all fictional
This matters more on a contact page than anywhere else on a demonstration site, because a contact page is the one people act on. A plausible street address for a lender that does not exist can send somebody to a building; a plausible phone number can put a stranger’s line on a mortgage website; a working-looking email domain can be registered by somebody else tomorrow. All three of those are avoidable with reserved ranges that exist for exactly this purpose, so this site uses them and says so rather than hoping you assume it.
Floor three
The form, and exactly what it does
Send a message
Five fields, which is roughly what a real firm would need before it could say anything useful. It is validated properly — try submitting it empty — and then it stops.
Validated — and nothing was sent.
Your entries were checked against the same rules a live form would use, and then discarded in the browser. No request left this page: no database, no email, no CRM, no third party, no record. Nobody will call you, because there is nobody to call.
On a real deployment this is the moment a loan officer would pick the enquiry up. Wiring that in is one function — submit() insrc/lib/forms.ts — and nothing else in the page would change.
Floor four
What to do instead of contacting us
Most of what a first phone call to a lender achieves is arithmetic, and the arithmetic is already on this site with the rule it followed printed beside it.
Work out the payment
Everything in — principal, interest, tax, insurance, HOA, MI.
Find the defensible ceiling
And see which of the two ratios is actually binding.
Read the questions people ask
The ones a first call is usually spent on.
Check what a lender must publish
And what to verify before sending anybody documents.
Questions about this page
- Will anyone answer if I call the number on this page?
- No. It is inside the (NNN) 555-01NN range that North American numbering authorities reserve for fiction, so it cannot connect to a real subscriber. It is printed to show where a real lender would put its number.
- Does the contact form send anything?
- No. It validates what you typed and then shows a confirmation. Nothing is stored, nothing is transmitted, and there is no analytics or third-party script on the page to observe it. The single seam where real delivery would be wired in is a documented function in src/lib/forms.ts.
- Is the office address real?
- The city, state and ZIP are real geography. The street name is invented and carries no house number, so the address resolves to nowhere in particular.
- Who do I talk to about the site itself?
- Storey Home Lending is a demonstration built by TheBigBot.com. There is no support desk in the fiction; the about page explains what the demonstration is for and the licensing page explains what it deliberately omits.