|
|
|
@@ -11,7 +11,8 @@ import {createImageText} from "../../components/image-text/ImageTextComponent"; |
|
|
|
import {createETLSlider} from "../../sections/event-teaser-large-slider/EventTeaserLargeSliderComponent"; |
|
|
|
import {createEventOverviewStage} from "../../sections/eventoverview-stage/EventOverviewStageComponent"; |
|
|
|
import {sliderData} from "../../sections/event-teaser-large-slider/EventTeaserLargeSliderData"; |
|
|
|
|
|
|
|
import {createEventTeasersLarge} from "../../sections/event-teasers-large/EventTeasersLargeComponent"; |
|
|
|
import {createSlider} from "../../sections/slider/SliderComponent"; |
|
|
|
export const createEventOverviewPage = ({ |
|
|
|
|
|
|
|
}) => { |
|
|
|
@@ -39,15 +40,17 @@ export const createEventOverviewPage = ({ |
|
|
|
listItems : null, |
|
|
|
smallheadline: true, |
|
|
|
})); |
|
|
|
wrapper.appendChild(createTopicTeasersSection({maxItems: 3})); |
|
|
|
wrapper.appendChild(createTeasersSection({type: 'hero', maxItems: 2})); |
|
|
|
wrapper.appendChild(createLinkCollection({headline: 'Meistgeklickt', addContainer: true, buttonText: null})); |
|
|
|
wrapper.appendChild(createTopicTeasersSection({type: 'topic-linklist'})); |
|
|
|
wrapper.appendChild(createTeasersSection({})); |
|
|
|
wrapper.appendChild(createEventTeasersLarge({})); |
|
|
|
//wrapper.appendChild(createTeasersSection({type: 'hero', maxItems: 2})); |
|
|
|
//wrapper.appendChild(createLinkCollection({headline: 'Meistgeklickt', addContainer: true, buttonText: null})); |
|
|
|
//wrapper.appendChild(createTopicTeasersSection({type: 'topic-linklist'})); |
|
|
|
//wrapper.appendChild(createTeasersSection({})); |
|
|
|
wrapper.appendChild(createEventsSection({})); |
|
|
|
wrapper.appendChild(createFeature({icon: null})); |
|
|
|
wrapper.appendChild(createContact({headline: 'Ich helfe Ihnen gerne weiter', contactCount: 1, addContainer: true})) |
|
|
|
|
|
|
|
wrapper.appendChild(createEventTeasersLarge({})); |
|
|
|
wrapper.appendChild(createEventTeasersLarge({})); |
|
|
|
//wrapper.appendChild(createFeature({icon: null})); |
|
|
|
//wrapper.appendChild(createContact({headline: 'Ich helfe Ihnen gerne weiter', contactCount: 1, addContainer: true})) |
|
|
|
wrapper.appendChild(createSlider({})); |
|
|
|
page.appendChild(createFooter({})); |
|
|
|
|
|
|
|
return page; |