โ back to Pattern Vault
feat(vault): on-wall lifestyle previews for 3 hero designs (Arden/Nocturne/Tide Lines) โ card swaps to the styled-room shot on hover + '๐ see in a room' tag; premium listing imagery, ~$0.009
25eb2b4a57c0e0d5b705ce99989ccf89c7d0958a ยท 2026-07-02 10:02:44 -0700 ยท Steve
Files touched
M data/catalog.jsonA public/assets/rooms/room_arden.webpA public/assets/rooms/room_nocturne.webpA public/assets/rooms/room_tide.webp
Diff
commit 25eb2b4a57c0e0d5b705ce99989ccf89c7d0958a
Author: Steve <steve@designerwallcoverings.com>
Date: Thu Jul 2 10:02:44 2026 -0700
feat(vault): on-wall lifestyle previews for 3 hero designs (Arden/Nocturne/Tide Lines) โ card swaps to the styled-room shot on hover + '๐ see in a room' tag; premium listing imagery, ~$0.009
---
data/catalog.json | 9 ++++++---
public/assets/rooms/room_arden.webp | Bin 0 -> 315356 bytes
public/assets/rooms/room_nocturne.webp | Bin 0 -> 161524 bytes
public/assets/rooms/room_tide.webp | Bin 0 -> 225820 bytes
4 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/data/catalog.json b/data/catalog.json
index cf2f599..f86c00f 100644
--- a/data/catalog.json
+++ b/data/catalog.json
@@ -27,7 +27,8 @@
"priceUsd": 2500
}
],
- "pricingStatus": "DRAFT"
+ "pricingStatus": "DRAFT",
+ "roomImg": "/assets/rooms/room_arden.webp"
},
{
"id": "PV-INHOUSE-002",
@@ -57,7 +58,8 @@
"priceUsd": 2500
}
],
- "pricingStatus": "DRAFT"
+ "pricingStatus": "DRAFT",
+ "roomImg": "/assets/rooms/room_nocturne.webp"
},
{
"id": "PV-INHOUSE-h_black",
@@ -237,7 +239,8 @@
"priceUsd": 2500
}
],
- "pricingStatus": "DRAFT"
+ "pricingStatus": "DRAFT",
+ "roomImg": "/assets/rooms/room_tide.webp"
},
{
"id": "PV-INHOUSE-lane6",
diff --git a/public/assets/rooms/room_arden.webp b/public/assets/rooms/room_arden.webp
new file mode 100644
index 0000000..c7f7caf
Binary files /dev/null and b/public/assets/rooms/room_arden.webp differ
diff --git a/public/assets/rooms/room_nocturne.webp b/public/assets/rooms/room_nocturne.webp
new file mode 100644
index 0000000..22dd1ad
Binary files /dev/null and b/public/assets/rooms/room_nocturne.webp differ
diff --git a/public/assets/rooms/room_tide.webp b/public/assets/rooms/room_tide.webp
new file mode 100644
index 0000000..0dc2b3d
Binary files /dev/null and b/public/assets/rooms/room_tide.webp differ
โ a921b56 chore: listings.csv โ all 14 originals; +4 colorway print ma
ยท
back to Pattern Vault
ยท
fix(vault): clean render patch for room hover-swap (heredoc fea7e23 โ