// ServiceApp.jsx — boots a service detail page using window.SVC_SLUG const ServiceApp = () => { const slug = window.SVC_SLUG; const data = (window.SERVICES_DATA || {})[slug]; if (!data) { return (
The slug {slug} isn't mapped. Return to the home page.
{slug}
Also explore
{data.lead}