What does a website redesign include?
At minimum: a content and page architecture, a design system with components and states, responsive compositions down to 320px, accessibility work to WCAG 2.2 AA where it can be met, and a production build. A redesign that only replaces visuals leaves every underlying problem in place.
Do you work in Figma?
Yes, for structure, exploration and handover. But the design system is finished in code, because that is the only version that ships and the only one that cannot silently disagree with production.
How do you handle animation without hurting performance?
We animate transform and opacity only, keep the motion budget inside the page budget, and build reveals with the platform rather than a large animation library. Everything reduces to no motion when the visitor asks for that.
Do you build the website as well as design it?
Yes. Design and engineering are listed separately because they are separate disciplines, not separate engagements. Most projects run both, and the design is drawn by people who know what it will cost to render.