← back to Prestige Tip Cards

employees.json

17 lines

{
  "_note": "Replace tip_url with each employee's REAL tip destination (Venmo/CashApp/Stripe link, or a prestigecarwash.com/tip/<id> redirect you control). QR codes are regenerated from tip_url every build — they are live/scannable.",
  "brand": {
    "name": "Prestige Car Wash",
    "region": "San Fernando Valley, CA",
    "tagline": "First come, first served · 6 lines · no appointment"
  },
  "employees": [
    { "id": "marco",  "name": "Marco R.",  "role": "Line Lead",              "tip_url": "https://prestigecarwash.com/tip/marco",  "accent": "#38bdf8" },
    { "id": "diego",  "name": "Diego S.",  "role": "Hand-Wash Specialist",   "tip_url": "https://prestigecarwash.com/tip/diego",  "accent": "#34d399" },
    { "id": "andre",  "name": "Andre T.",  "role": "Lead Detailer",          "tip_url": "https://prestigecarwash.com/tip/andre",  "accent": "#f5b301" },
    { "id": "luis",   "name": "Luis M.",   "role": "Wash Technician",         "tip_url": "https://prestigecarwash.com/tip/luis",   "accent": "#a78bfa" },
    { "id": "kevin",  "name": "Kevin P.",  "role": "Ceramic Coating Tech",    "tip_url": "https://prestigecarwash.com/tip/kevin",  "accent": "#fb7185" },
    { "id": "sam",    "name": "Sam W.",    "role": "Interior Detailer",       "tip_url": "https://prestigecarwash.com/tip/sam",    "accent": "#22d3ee" }
  ]
}