Component Integration In A Page
export const getServerSideProps = (async () => {
const livePageData = await getLivePageData({
"environment": "staging",
"sportId": 1,
"lang": "nl",
"brand": "nb"
});
return {
...API Response Data