[object Object]

← back to Robet Site

rebrand to Designer Wallcoverings appointments + deploy config

f9c0545dd3e0ed186776a3f5a822c769888008ed · 2026-06-29 15:07:31 -0700 · Steve

Files touched

Diff

commit f9c0545dd3e0ed186776a3f5a822c769888008ed
Author: Steve <steve@designerwallcoverings.com>
Date:   Mon Jun 29 15:07:31 2026 -0700

    rebrand to Designer Wallcoverings appointments + deploy config
---
 .deploy.conf      |  5 +++++
 config.json       | 10 +++++-----
 public/index.html | 23 ++++++++++++-----------
 3 files changed, 22 insertions(+), 16 deletions(-)

diff --git a/.deploy.conf b/.deploy.conf
new file mode 100644
index 0000000..fe793d8
--- /dev/null
+++ b/.deploy.conf
@@ -0,0 +1,5 @@
+# robet-site (Designer Wallcoverings · Appointments) deploy config
+PROJECT_NAME=robet-site
+DEPLOY_PATH=/root/Projects/robet-site
+HEALTH_URL=http://127.0.0.1:9788/
+# Public domain (gated): appointments.designerwallcoverings.com → Cloudflare → Kamatera 45.61.58.125
diff --git a/config.json b/config.json
index 92958f1..7d2b61a 100644
--- a/config.json
+++ b/config.json
@@ -1,14 +1,14 @@
 {
-  "brand": "ROBET",
-  "tagline": "BUILT BOLD. BOOKED FAST.",
-  "heroHeadline": "WE DON'T DECORATE.\nWE CONSTRUCT.",
-  "heroSub": "A studio with no soft edges. Book a slot, state your need, get an answer.",
+  "brand": "DESIGNER WALLCOVERINGS",
+  "tagline": "BOOK A DESIGN APPOINTMENT.",
+  "heroHeadline": "BOOK A\nDESIGN\nAPPOINTMENT.",
+  "heroSub": "Sit down with Designer Wallcoverings. Pick a time, tell us your project, get expert guidance — in studio or by call.",
   "heroImage": "/hero.svg",
   "contact": {
     "email": "info@designerwallcoverings.com",
     "phone": "",
     "address": "",
-    "hours": "By appointment — see Smart Scheduling below"
+    "hours": "By appointment — pick a slot below"
   },
   "scheduling": {
     "owner": "info@designerwallcoverings.com",
diff --git a/public/index.html b/public/index.html
index 8e0e465..84b52e6 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3,14 +3,14 @@
 <head>
   <meta charset="utf-8" />
   <meta name="viewport" content="width=device-width, initial-scale=1" />
-  <title>ROBET</title>
-  <meta name="description" content="Brutalist studio. Book a slot, state your need, get an answer." />
+  <title>Designer Wallcoverings · Appointments</title>
+  <meta name="description" content="Book a design appointment with Designer Wallcoverings. Pick a time, tell us your project, get expert guidance." />
   <link rel="stylesheet" href="/styles.css" />
 </head>
 <body>
   <!-- top bar: logo UL · hamburger UR -->
   <header class="topbar">
-    <a class="logo" id="logo" href="#top">ROBET</a>
+    <a class="logo" id="logo" href="#top">DESIGNER WALLCOVERINGS</a>
     <button class="hamburger" id="hamburger" aria-label="Open menu" aria-expanded="false">
       <span></span><span></span><span></span>
     </button>
@@ -33,8 +33,9 @@
     <section class="hero" style="padding:0;border-bottom:5px solid #0a0a0a">
       <div class="hero-img" id="heroImg"></div>
       <div class="hero-inner">
-        <h1 id="heroHeadline">WE DON'T DECORATE.
-WE CONSTRUCT.</h1>
+        <h1 id="heroHeadline">BOOK A
+DESIGN
+APPOINTMENT.</h1>
         <p id="heroSub"></p>
         <a class="cta" href="#booking">Book a slot →</a>
       </div>
@@ -42,12 +43,12 @@ WE CONSTRUCT.</h1>
 
     <!-- work / services -->
     <section id="work">
-      <span class="kicker">/ what we do</span>
-      <h2 class="sec-h">No fluff. Just structure.</h2>
+      <span class="kicker">/ what you get</span>
+      <h2 class="sec-h">An appointment that pays off.</h2>
       <div class="grid3">
-        <div class="cell"><h3>Consult</h3><p>Book a slot. Bring the problem. Leave with a plan — not a brochure.</p></div>
-        <div class="cell"><h3>Build</h3><p>Hard lines, load-bearing decisions, shipped on your terms.</p></div>
-        <div class="cell"><h3>Maintain</h3><p>We keep it standing. Monitored, patched, accountable.</p></div>
+        <div class="cell"><h3>Consult</h3><p>Bring your space. Leave with a direction — patterns, scale, and palette that work.</p></div>
+        <div class="cell"><h3>Sample</h3><p>Hand-pick memo samples for your project. See and feel before you commit.</p></div>
+        <div class="cell"><h3>Specify</h3><p>Trade &amp; design support: SKUs, yardage, lead times, and ordering — handled.</p></div>
       </div>
     </section>
 
@@ -83,7 +84,7 @@ WE CONSTRUCT.</h1>
   </main>
 
   <footer>
-    <span class="mono">© <span id="year"></span> <span id="footBrand">ROBET</span></span>
+    <span class="mono">© <span id="year"></span> <span id="footBrand">Designer Wallcoverings</span></span>
     <span class="mono">Booking by Smart Scheduling · <a href="/admin">Admin</a></span>
   </footer>
 

← 37f01e1 initial scaffold: brutalist site + Smart Scheduling embed +  ·  back to Robet Site  ·  rebrand to ROBERT for robert.agentabrams.com go-live 64a50fe →