I was wondering if we need a <HomepageLayout /> component at all.
My idea was to put all the style in the different Layout component so we can easily reuse.
But i now realize that we are not going to reuse the home page layout anywhere 😅
So probably we can use PageLayout and just pass the usual general info.
Or does anyone see a reason why they could substantially differ at one point?
I was wondering if we need a
<HomepageLayout />
component at all. My idea was to put all the style in the different Layout component so we can easily reuse. But i now realize that we are not going to reuse the home page layout anywhere 😅 So probably we can usePageLayout
and just pass the usual general info.Or does anyone see a reason why they could substantially differ at one point?