refactor: remove unused sponsors data and cleanup imports (#116)
Removes the unused sponsorsData variable and SponsorCarousel import from the
homepage, and cleans up unused component references.
fix: correct sponsors data loading structure in load function (#116)
Updates the load function to correctly destructure parameters and return the
sponsors data in a consistent format for use across the application.
Feat: forward sponsors data from layout to footerinfo (#116)
Retrieves sponsors data from layout props and injects it into the FooterInfo
component so the footer can access and render sponsor-related features.
Style: adjust sponsor carousel spacing and gradient styling (#116)
Updates padding, marging and gradient styling in the sponsor carousel to improve layout consistency and visual alignment
Style: update footer padding and spacing for improved layout (#116)
Adjust padding values in the footer and footer-container to improve spacing and align the layout more consistently across breakpoints
Feat: pass visibility state to sponsorcarousel component (#116)
Adds the visible prop to the sponsorcarousel component so it can be shown or hidden based on the footer toggle state