← back to Hollywood Wallcoverings
fix /contact: real phone+email (@hollywoodwallcoverings.com); 'private label' -> 'exclusive collection'
75860b9f90ad6b89fb1ad2d35b7572fd459ada87 · 2026-05-18 10:18:02 -0700 · Steve Abrams
Files touched
Diff
commit 75860b9f90ad6b89fb1ad2d35b7572fd459ada87
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon May 18 10:18:02 2026 -0700
fix /contact: real phone+email (@hollywoodwallcoverings.com); 'private label' -> 'exclusive collection'
---
server.js | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/server.js b/server.js
index d7e36ab..8bcaa94 100644
--- a/server.js
+++ b/server.js
@@ -414,7 +414,7 @@ const layout = (title, body, { q='', type='' } = {}) => `<!doctype html>
<a class="ns-action" href="#contact" onclick="nsContactClose()"><span class="ico">📋</span><div class="txt"><b>Get a Quote</b><span>Project specs → priced estimate</span></div></a>
<a class="ns-action" href="#contact" onclick="nsContactClose();openModal();"><span class="ico">📦</span><div class="txt"><b>Order a Sample</b><span>Free swatch to your shop</span></div></a>
<a class="ns-action" href="mailto:info@hollywoodwallcoverings.com?subject=Hollywood%20Wallcoverings%20inquiry"><span class="ico">✉️</span><div class="txt"><b>Email Us</b><span>info@hollywoodwallcoverings.com</span></div></a>
- <a class="ns-action" href="tel:888-373-4564"><span class="ico">📞</span><div class="txt"><b>Call Us</b><span>(888) 373-4564 · M–F, 9–5 PT</span></div></a>
+ <a class="ns-action" href="tel:+18883734564"><span class="ico">📞</span><div class="txt"><b>Call Us</b><span>(888) 373-4564 · M–F, 9–5 PT</span></div></a>
</div>
</div>
</div>
@@ -647,7 +647,7 @@ app.get('/about', (_req, res) => {
<div class="eyebrow">Our Story</div>
<h1>About Hollywood Wallcoverings</h1>
<p class="lede">A curated collection of Type II commercial vinyls, naturals, and fabrics — assembled with the eye of a Hollywood costume director and the rigor of a hospitality designer.</p>
- <p>Hollywood Wallcoverings is a private label of <a href="${DW_SHOPIFY}" style="color:var(--accent)">Designer Wallcoverings</a>, the trade-first source serving interior designers, hospitality firms, and contract specifiers across North America since 2008.</p>
+ <p>Hollywood Wallcoverings is an exclusive collection of <a href="${DW_SHOPIFY}" style="color:var(--accent)">Designer Wallcoverings</a>, the trade-first source serving interior designers, hospitality firms, and contract specifiers across North America since 2008.</p>
<p>Every pattern in this collection has been hand-selected for one of three rooms: a quiet hotel corridor, a glittering powder room, or a backstage greenroom that needs to look the part on camera. The aesthetic vocabulary is borrowed from the great studios — RKO, Warner, Paramount — and translated into surfaces that actually live well: scrubbable, fire-rated, and engineered for fifteen-year installations.</p>
<h2>What we make easy</h2>
<ul>
@@ -669,15 +669,15 @@ app.get('/contact', (_req, res) => {
<div class="contact-grid">
<div>
<div class="label">Trade Sales</div>
- <div class="val"><a href="mailto:trade@designerwallcoverings.com" style="color:var(--accent-soft)">trade@designerwallcoverings.com</a></div>
+ <div class="val"><a href="mailto:trade@hollywoodwallcoverings.com" style="color:var(--accent-soft)">trade@hollywoodwallcoverings.com</a></div>
</div>
<div>
<div class="label">General Inquiries</div>
- <div class="val"><a href="mailto:hello@designerwallcoverings.com" style="color:var(--accent-soft)">hello@designerwallcoverings.com</a></div>
+ <div class="val"><a href="mailto:info@hollywoodwallcoverings.com" style="color:var(--accent-soft)">info@hollywoodwallcoverings.com</a></div>
</div>
<div>
<div class="label">Phone</div>
- <div class="val"><a href="tel:+18889991234" style="color:var(--accent-soft)">(888) 999-1234</a></div>
+ <div class="val"><a href="tel:+18883734564" style="color:var(--accent-soft)">(888) 373-4564</a></div>
</div>
<div>
<div class="label">Hours</div>
← 63e9a10 snapshot: 1 file(s) changed, +1 new
·
back to Hollywood Wallcoverings
·
Server-side grid sort: honor ?sort param across all infinite 623f740 →