The existing App.tsx is monolithic, making it difficult for open-source contributors to read and maintain. This issue proposes refactoring the codebase into a modular folder structure (/components, /pages, /layout).
Scope: Separating Navbar, Footer, Hero, Features, and Testimonials into reusable React components.