export const whatIHelpTeamsFixIntro = 'Most early-stage SaaS products do not break because of lack of effort. They break because the foundation was rushed, the frontend was treated as secondary, or complexity arrived before the company was ready for it.'; export const whatIHelpTeamsFixItems = [ "Backend-heavy products with frontend foundations that don't scale", 'CSS and component systems that slow iteration', 'MVPs built quickly but not structured to evolve', 'Teams shipping features without architectural guardrails', 'Infrastructure and tooling decisions that outpace company stage', ]; export const impactItems = [ 'Faster iteration through cleaner frontend systems and reusable components.', 'Improved performance, Core Web Vitals, and technical SEO on critical user journeys.', 'Accessibility built into core UI systems—semantic markup, keyboard parity, and screen reader support in reusable components.', 'Order in complex or aging codebases: simpler structure, less duplication, clearer ownership so teams ship confidently without over-engineering.', 'Shared component libraries and UI systems that improve consistency, velocity, and maintainability.', 'Stronger technical direction: partnering with product and engineering leadership to translate goals into shippable systems.', ]; export const howIWorkItems = [ 'Hands-on and implementation-led, not diagram theater.', 'Scoped for real progress, not endless strategy loops.', 'Built around clarity, accessibility, and maintainability.', 'Flexible engagement models: focused projects, implementation, advisory.', 'Documentation and handoff that internal teams can actually use.', ];