[object Object]

← back to Rentv 2026

rentv front page: feature Boomer's CRE Talk video (vimeo 1178561985) front & center above the news hero (static block, persists through wire re-render)

41fe6207878b9e0a42d52560759a58707b9f907d · 2026-08-06 10:46:13 -0700 · steve@designerwallcoverings.com

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 41fe6207878b9e0a42d52560759a58707b9f907d
Author: steve@designerwallcoverings.com <steve@designerwallcoverings.com>
Date:   Thu Aug 6 10:46:13 2026 -0700

    rentv front page: feature Boomer's CRE Talk video (vimeo 1178561985) front & center above the news hero (static block, persists through wire re-render)
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 public/index.html | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/public/index.html b/public/index.html
index 0b0ef1ab..2572a1a7 100644
--- a/public/index.html
+++ b/public/index.html
@@ -75,6 +75,15 @@
   .aside a:first-child{padding-top:0}
   .aside .im{height:58px;border-radius:5px;background:linear-gradient(135deg,#1f2a37,#c8102e) center/cover;display:block}
   .aside .tag{font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.aside h4{font:600 14px/1.32 'Inter';margin-top:3px}
+  /* Featured video hero — Boomer's CRE Talk, front & center above the news hero. */
+  .vhero{background:#0b0e12;border-bottom:3px solid var(--red);padding:26px 0}
+  .vhero .in{max-width:1080px;margin:0 auto;padding:0 22px}
+  .vhero .eyebrow{color:var(--red);font-weight:800;font-size:12px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:12px}
+  .vhero .fr{position:relative;padding-top:56.25%;border-radius:12px;overflow:hidden;background:#05080c;box-shadow:0 14px 44px rgba(0,0,0,.45)}
+  .vhero .fr iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
+  .vhero .cap{display:flex;align-items:baseline;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:13px}
+  .vhero .cap h2{font-family:'Playfair Display',serif;color:#fff;font-size:clamp(20px,2.2vw,26px);font-weight:700;letter-spacing:-.01em}
+  .vhero .cap span{color:#8b949e;font-size:13px;font-weight:600;white-space:nowrap}
   .breaking{background:#0b0e12;color:#fff;border-top:3px solid var(--red)}
   .breaking .in{max-width:1240px;margin:0 auto;display:flex;align-items:stretch;height:52px}
   .breaking .lbl{background:var(--red);display:flex;align-items:center;gap:9px;padding:0 20px;font-weight:800;font-size:12px;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap;flex:none}
@@ -177,6 +186,15 @@
 
 <div class="fold">
   <div class="datastrip"><div class="in" id="datastrip"></div></div>
+  <!-- Featured video — Boomer's CRE Talk, front & center. STATIC block: the wire render
+       loop only rewrites #lead/#aside/#river/#track, never this, so the video persists. -->
+  <section class="vhero">
+    <div class="in">
+      <div class="eyebrow">▶ RENTV CRE Talk · Featured</div>
+      <div class="fr"><iframe src="https://player.vimeo.com/video/1178561985?title=0&amp;byline=0&amp;portrait=0&amp;dnt=1" title="CRE Talk Episode #20 with Colton Sudberry" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen loading="lazy"></iframe></div>
+      <div class="cap"><h2>CRE Talk Episode #20 — Colton Sudberry</h2><span>Hosted by Boomer · RENTV.com</span></div>
+    </div>
+  </section>
   <main class="wrap"><div class="sechat" id="sechat"></div><section class="hero"><div class="lead" id="lead"></div><div class="aside" id="aside"></div></section></main>
   <div class="selbar" id="selbar"></div>
   <div class="breaking"><div class="in"><div class="lbl"><span class="dot"></span> Breaking</div>

← 48c93722 rentv front page: fold Market Snapshot stats strip into a co  ·  back to Rentv 2026  ·  PR-intel CA gate: count a verified general_press_email as a 46664637 →