Skip to main content

One post tagged with "feature section"

View All Tags

Refactoring Homepage Features from the Boilerplate - Setup Part 3

· 4 min read
Raghvendra Saralaya
Software Engineer, Founder of Fluxainē Studios

While refining the Fluxainē Studios homepage, I made a small but important UI refactor: replacing the default SVG-based feature icons with custom 1080×1080 PNG images.

Although this sounds simple, it touches React component design, TypeScript module resolution, and Docusaurus asset handling. This post walks through each change with a clear before → after comparison.