(() => { const { SectionLabel, DisplayHeading, FilterBar, WorkCard, GhostLink, Tag, Divider, ScrollReveal, LineReveal } = window.DigitalConteDoDesignSystem_c80f58; const ALL_CASES = [ { client: "Varejo alimentar", year: "2025", title: "Do catálogo ao carrinho", tags: ["Performance","CRM"] }, { client: "Saúde", year: "2025", title: "Uma marca que explica", tags: ["Branding","Conteúdo"] }, { client: "Educação", year: "2024", title: "Matrículas em escala", tags: ["Mídia paga","Landing pages"] }, { client: "Indústria", year: "2024", title: "Catálogo técnico digital", tags: ["Tecnologia","SEO"] }, { client: "Serviços financeiros", year: "2023", title: "Conteúdo que qualifica", tags: ["Conteúdo","SEO"] }, { client: "Imobiliário", year: "2023", title: "Lançamento em 6 semanas", tags: ["Performance","Landing pages"] }, ]; function WorkScreen({ onNavigate }) { const [filter, setFilter] = React.useState("Tudo"); const m = window.useIsMobile(); const narrow = window.useIsMobile(1180); const list = filter === "Tudo" ? ALL_CASES : ALL_CASES.filter((c) => c.tags.some((t) => t.includes(filter))); return (
Cases {list.length} projetos} />
{list.map((c, i) => { e.preventDefault(); onNavigate("case"); }} />)}
{["2025","2024","2023"].map((y) => {y})}
{ e.preventDefault(); onNavigate("contato"); }}>Quero um projeto assim
); } Object.assign(window, { WorkScreen, ALL_CASES }); })();