Sandbox/Catalog
Read-only
Catalog editing happens through the Ryan onboarding-agent flow (conversation-driven config), not via dashboard editing — operator canon. Visual catalog tooling defers until that flow lands.
Platform · Catalog

Catalog

Source: site_configs.config.services (ONE Catalog Architecture canon — single source of truth).

Read-only11 services

Services (11)

[
  {
    "icon": "trash",
    "name": "Junk Removal",
    "slug": "junk-removal",
    "enabled": true,
    "image_url": "https://nxezndqdvmfgjjrgufeo.supabase.co/storage/v1/object/public/site-assets/service-images/junk-removal.jpg",
    "short_description": "Full-service junk removal for homes and businesses"
  },
  {
    "icon": "hot-tub",
    "name": "Hot Tub Removal",
    "slug": "hot-tub-removal",
    "enabled": true,
    "image_url": "https://nxezndqdvmfgjjrgufeo.supabase.co/storage/v1/object/public/site-assets/service-images/hot-tub-removal.jpg",
    "pricing_note": "Starting at $75/seat — intact or cut-up options",
    "short_description": "Safe disconnection and removal of hot tubs and spas"
  },
  {
    "icon": "bed",
    "name": "Mattress Removal",
    "slug": "mattress-removal",
    "enabled": true,
    "image_url": "https://nxezndqdvmfgjjrgufeo.supabase.co/storage/v1/object/public/site-assets/service-images/mattress-removal.png",
    "short_description": "Mattress and box spring pickup and disposal"
  },
  {
    "icon": "couch",
    "name": "Furniture Removal",
    "slug": "furniture-removal",
    "enabled": true,
    "image_url": "https://nxezndqdvmfgjjrgufeo.supabase.co/storage/v1/object/public/site-assets/service-images/furniture-removal.jpg",
    "short_description": "Couches, tables, desks, and all furniture types"
  },
  {
    "icon": "appliance",
    "name": "Appliance Removal",
    "slug": "appliance-removal",
    "enabled": true,
    "image_url": "https://nxezndqdvmfgjjrgufeo.supabase.co/storage/v1/object/public/site-assets/service-images/appliance-removal.jpg",
    "short_description": "Refrigerators, washers, dryers, and more"
  },
  {
    "icon": "garage",
    "name": "Garage Cleanout",
    "slug": "garage-cleanout",
    "enabled": true,
    "image_url": "https://nxezndqdvmfgjjrgufeo.supabase.co/storage/v1/object/public/site-assets/service-images/garage-cleanout.jpg",
    "short_description": "Complete garage clearing and cleanup"
  },
  {
    "icon": "home",
    "name": "Estate Cleanouts",
    "slug": "estate-cleanouts",
    "enabled": true,
    "image_url": "https://nxezndqdvmfgjjrgufeo.supabase.co/storage/v1/object/public/site-assets/service-images/estate-cleanouts.jpg",
    "short_description": "Sensitive estate and foreclosure cleanouts"
  },
  {
    "icon": "boxes",
    "name": "Hoarder Cleanouts",
    "slug": "hoarder-cleanouts",
    "enabled": true,
    "image_url": "https://nxezndqdvmfgjjrgufeo.supabase.co/storage/v1/object/public/site-assets/service-images/hoarder-cleanouts.jpg",
    "short_description": "Compassionate hoarding situation cleanup"
  },
  {
    "icon": "heart",
    "name": "Donation Pickup",
    "slug": "donation-pickup",
    "enabled": true,
    "image_url": "https://nxezndqdvmfgjjrgufeo.supabase.co/storage/v1/object/public/site-assets/service-images/donation-pickup.jpg",
    "short_description": "We sort and donate reusable items"
  },
  {
    "icon": "tree",
    "name": "Yard Debris Removal",
    "slug": "yard-debris-removal",
    "enabled": true,
    "image_url": "https://nxezndqdvmfgjjrgufeo.supabase.co/storage/v1/object/public/site-assets/service-images/yard-debris-removal.jpg",
    "short_description": "Branches, leaves, landscaping waste"
  },
  {
    "icon": "hard-hat",
    "name": "Construction Debris",
    "slug": "construction-debris",
    "enabled": true,
    "image_url": "https://nxezndqdvmfgjjrgufeo.supabase.co/storage/v1/object/public/site-assets/service-images/construction-debris.jpg",
    "short_description": "Post-renovation and construction cleanup"
  }
]