Hello everyone,
I have a Logo component which combines an image and some text with some styling to use as the logo of the website.
This Logo component will be used in client components too, so I can't use async/await to fetch from the backend (to get the url of the image and the text).
Is there a way I can get around this, or maybe some more proper way to preload the data I need for the Logo component, without having to then pass props to every component from my layout to the Logo?