← back to Prestige Car Wash
Fix service media paths to match generated svc-<id>.{png,mp4}; ship media in deploy; live at prestige.designerwallcoverings.com
9dc4f07e1031c455416ff09d73738c1de314a90e · 2026-07-04 16:07:26 -0700 · Steve
Files touched
M .deploy.confM data/services.json
Diff
commit 9dc4f07e1031c455416ff09d73738c1de314a90e
Author: Steve <steve@designerwallcoverings.com>
Date: Sat Jul 4 16:07:26 2026 -0700
Fix service media paths to match generated svc-<id>.{png,mp4}; ship media in deploy; live at prestige.designerwallcoverings.com
---
.deploy.conf | 3 +-
data/services.json | 82 +++++++++++++++++++++++++++++++++++++-----------------
2 files changed, 59 insertions(+), 26 deletions(-)
diff --git a/.deploy.conf b/.deploy.conf
index 681b613..3e70409 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -7,4 +7,5 @@ HEALTH_URL=http://localhost:9808/api/health
REQUIRED_ENVS=""
INSTALL_CMD="npm ci --production"
BUILD_CMD=""
-RSYNC_EXTRA_EXCLUDES="media/*.mp4 media/*.png reports"
+# ship generated media clips (they ARE the content); keep runtime leads off prod
+RSYNC_EXTRA_EXCLUDES="reports"
diff --git a/data/services.json b/data/services.json
index d4fc98b..0087783 100644
--- a/data/services.json
+++ b/data/services.json
@@ -7,9 +7,13 @@
"price_display": "$19",
"duration_min": 15,
"blurb": "Foam bath, spot-free rinse, and hand dry. In and out — no upsell pressure.",
- "highlights": ["Hand dry", "Spot-free rinse", "Tire shine add-on"],
- "media_still": "media/express-wash.png",
- "media_clip": "media/express-wash.mp4",
+ "highlights": [
+ "Hand dry",
+ "Spot-free rinse",
+ "Tire shine add-on"
+ ],
+ "media_still": "media/svc-express-wash.png",
+ "media_clip": "media/svc-express-wash.mp4",
"ig_photo": "",
"featured": true,
"sort_order": 1,
@@ -24,9 +28,13 @@
"price_display": "$39",
"duration_min": 30,
"blurb": "Exterior hand wash, interior vacuum, dash wipe, windows, and tire dressing — every seat touched, guaranteed.",
- "highlights": ["Interior vacuum", "We-touch-every-seat guarantee", "Fragrance-free option"],
- "media_still": "media/full-service.png",
- "media_clip": "media/full-service.mp4",
+ "highlights": [
+ "Interior vacuum",
+ "We-touch-every-seat guarantee",
+ "Fragrance-free option"
+ ],
+ "media_still": "media/svc-full-service.png",
+ "media_clip": "media/svc-full-service.mp4",
"ig_photo": "",
"featured": true,
"sort_order": 2,
@@ -41,9 +49,13 @@
"price_display": "$79",
"duration_min": 45,
"blurb": "Two-bucket, foam-cannon hand wash — no tunnel, no swirl marks. Safe for ceramic, matte, and PPF.",
- "highlights": ["Two-bucket method", "No swirl marks", "Ceramic/matte safe"],
- "media_still": "media/hand-wash.png",
- "media_clip": "media/hand-wash.mp4",
+ "highlights": [
+ "Two-bucket method",
+ "No swirl marks",
+ "Ceramic/matte safe"
+ ],
+ "media_still": "media/svc-hand-wash.png",
+ "media_clip": "media/svc-hand-wash.mp4",
"ig_photo": "",
"featured": true,
"sort_order": 3,
@@ -58,9 +70,13 @@
"price_display": "$49",
"duration_min": 30,
"blurb": "Triple-foam polish plus a hydrophobic ceramic seal that shields clear coat from UV and repels rain.",
- "highlights": ["Hydrophobic finish", "UV protection", "Rain-repellent"],
- "media_still": "media/wax-seal.png",
- "media_clip": "media/wax-seal.mp4",
+ "highlights": [
+ "Hydrophobic finish",
+ "UV protection",
+ "Rain-repellent"
+ ],
+ "media_still": "media/svc-wax-seal.png",
+ "media_clip": "media/svc-wax-seal.mp4",
"ig_photo": "",
"featured": true,
"sort_order": 4,
@@ -75,9 +91,13 @@
"price_display": "$120",
"duration_min": 90,
"blurb": "Deep interior: seats, carpets, dash, vents, and door jambs. Pet-hair extraction and shampoo add-ons.",
- "highlights": ["Shampoo & extraction", "Pet-hair removal", "Leather conditioning"],
- "media_still": "media/interior-detail.png",
- "media_clip": "media/interior-detail.mp4",
+ "highlights": [
+ "Shampoo & extraction",
+ "Pet-hair removal",
+ "Leather conditioning"
+ ],
+ "media_still": "media/svc-interior-detail.png",
+ "media_clip": "media/svc-interior-detail.mp4",
"ig_photo": "",
"featured": false,
"sort_order": 5,
@@ -92,9 +112,13 @@
"price_display": "$499",
"duration_min": 240,
"blurb": "Full inside-and-out restoration: wash, clay bar, polish, wax, interior shampoo, and engine-bay cleaning.",
- "highlights": ["Clay bar + polish", "Engine bay", "Showroom finish"],
- "media_still": "media/complete-detail.png",
- "media_clip": "media/complete-detail.mp4",
+ "highlights": [
+ "Clay bar + polish",
+ "Engine bay",
+ "Showroom finish"
+ ],
+ "media_still": "media/svc-complete-detail.png",
+ "media_clip": "media/svc-complete-detail.mp4",
"ig_photo": "",
"featured": false,
"sort_order": 6,
@@ -109,9 +133,13 @@
"price_display": "from $999",
"duration_min": 480,
"blurb": "Iron decon, clay bar, one-step polish, and a 9H nano-ceramic coating — 1–3 years of hydrophobic protection.",
- "highlights": ["9H hardness", "1–3 year durability", "Paint correction included"],
- "media_still": "media/ceramic-coating.png",
- "media_clip": "media/ceramic-coating.mp4",
+ "highlights": [
+ "9H hardness",
+ "1–3 year durability",
+ "Paint correction included"
+ ],
+ "media_still": "media/svc-ceramic-coating.png",
+ "media_clip": "media/svc-ceramic-coating.mp4",
"ig_photo": "",
"featured": false,
"sort_order": 7,
@@ -126,13 +154,17 @@
"price_display": "$89",
"duration_min": 45,
"blurb": "Sand, polish, and seal foggy, yellowed headlights back to clear — better night visibility and curb appeal.",
- "highlights": ["Clears yellowing", "Sealed finish", "Improves visibility"],
- "media_still": "media/headlight.png",
- "media_clip": "media/headlight.mp4",
+ "highlights": [
+ "Clears yellowing",
+ "Sealed finish",
+ "Improves visibility"
+ ],
+ "media_still": "media/svc-headlight.png",
+ "media_clip": "media/svc-headlight.mp4",
"ig_photo": "",
"featured": false,
"sort_order": 8,
"created_at": "2026-07-04T13:25:00-07:00",
"source": "seed"
}
-]
+]
\ No newline at end of file
← 36db139 Contrarian FIX-FIRST pass: real hero copy (no terminal cmd),
·
back to Prestige Car Wash
·
Wire Google Places: real listing (7601 Reseda Blvd, 4.3★/47, c09753a →