diff --git a/app/[lang]/current-content-page/page.tsx b/app/[lang]/current-content-page/page.tsx index 235084724..0ceee3782 100644 --- a/app/[lang]/current-content-page/page.tsx +++ b/app/[lang]/current-content-page/page.tsx @@ -33,7 +33,7 @@ export default async function CurrentContentPage({ {json.hero ? (
) : null} {json.content ? ( diff --git a/mockCms/da/oplev-scandic/wifi/data.json b/mockCms/da/oplev-scandic/wifi/data.json index ec1e58dbd..3ce70a23a 100644 --- a/mockCms/da/oplev-scandic/wifi/data.json +++ b/mockCms/da/oplev-scandic/wifi/data.json @@ -1,3 +1,4 @@ { - "content": "spons top" -} + "content": "", + "hero": "" +} \ No newline at end of file diff --git a/mockCms/de/scandic-entdecken/wlan/data.json b/mockCms/de/scandic-entdecken/wlan/data.json index ec1e58dbd..e4acac2d2 100644 --- a/mockCms/de/scandic-entdecken/wlan/data.json +++ b/mockCms/de/scandic-entdecken/wlan/data.json @@ -1,3 +1,4 @@ { - "content": "spons top" -} + "content": "", + "hero": "" +} \ No newline at end of file diff --git a/mockCms/en/explore-scandic/wifi/data.json b/mockCms/en/explore-scandic/wifi/data.json index ec1e58dbd..f943bceaa 100644 --- a/mockCms/en/explore-scandic/wifi/data.json +++ b/mockCms/en/explore-scandic/wifi/data.json @@ -1,3 +1,4 @@ { - "content": "spons top" -} + "content": "", + "hero": "" +} \ No newline at end of file