[object Object]

← back to Hospitalitywallpaper

Mount new-arrivals promo strip (Tier B): require ../_shared/_universal-promo-banner before express.static — text-only rotating 'New · <product> →' banner from /api/products?sort=newest. Local only; deploy gated.

fce81cd402c3533ceefd8b23a6aba140349610bf · 2026-06-19 16:33:19 -0700 · Steve

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

Files touched

Diff

commit fce81cd402c3533ceefd8b23a6aba140349610bf
Author: Steve <steve@designerwallcoverings.com>
Date:   Fri Jun 19 16:33:19 2026 -0700

    Mount new-arrivals promo strip (Tier B): require ../_shared/_universal-promo-banner before express.static — text-only rotating 'New · <product> →' banner from /api/products?sort=newest. Local only; deploy gated.
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---
 server.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server.js b/server.js
index 2a0445b..fd3eb0d 100644
--- a/server.js
+++ b/server.js
@@ -211,6 +211,7 @@ app.get(/^\/(care|history|sourcing|trade|vocabulary|index)\.html$/, (req, res) =
   res.redirect(301, name === 'index' ? '/' : '/' + name);
 });
 
+require('../_shared/_universal-promo-banner')(app, {}); // new-arrivals promo strip (Tier B)
 app.use(express.static(path.join(__dirname, 'public')));
 
 // Clean-URL routes for the static pages in public/ — lets nav links drop .html.

← 56ed2de fix: safeImg allow same-origin /img/ proxy urls (vendor-neut  ·  back to Hospitalitywallpaper  ·  corner-nav: move login to its own hamburger in upper-left (p b663ae8 →