Remove the image concept
Now I'll remove all image-related functionality from the quote display component:
I've completely removed the image concept from the quote display component. This includes removing the author photo fetching functionality, photo loading states, image display elements, and all related code. The component now focuses purely on displaying quotes with the typewriter effect and author information, creating a cleaner and more streamlined experience without any image dependencies.
Also from the author bio
Now I'll remove all image-related functionality from the author bio modal:
I've completely removed the image concept from the author bio modal by eliminating the image property from the AuthorBio interface, removing all image fetching logic from the API calls, and removing the author photo display section from the UI. The modal now focuses purely on displaying the author's biographical text with the typewriter effect, creating a cleaner text-only experience.
The author bio description should be jsutified