/* Generic practice-area page renderer. Set window.HDZ_PAGE before loading. */ const { Button: PButton, ProcessTimeline: PTimeline, TestimonialCard: PTestimonial, Accordion: PAccordion } = window.WarpDesignSystem_e8eaa1; const PP_STR = { overview: { en: 'Overview', es: 'Resumen' }, process: { en: 'How it works', es: 'Cómo funciona' }, processTitle: { en: 'What to expect, step by step.', es: 'Qué esperar, paso a paso.' }, faq: { en: 'FAQ', es: 'Preguntas Frecuentes' }, faqTitle: { en: 'Common questions.', es: 'Preguntas comunes.' }, clientVoice: { en: 'Client Voice', es: 'Voz del Cliente' }, otherAreas: { en: 'Other practice areas', es: 'Otras áreas de práctica' }, home: { en: 'Home', es: 'Inicio' }, }; function PracticePage() { const [lang, setLang] = useLang(); const t = (o) => o[lang]; const slug = window.HDZ_PAGE; const page = window.PRACTICE_PAGES[slug]; const href = `${slug}.html`; const others = SHARED.nav[lang].slice(1).filter((l) => l.href !== href); return (
{t(page.heroSub)}
{t(page.overview)}
{c.b}