|
|
|
@@ -1,7 +1,7 @@ |
|
|
|
export const EventTeaserLargeTitles = [ |
|
|
|
'Basisseminar – Besser informiert in die Selbstständigkeit', |
|
|
|
'NBank-Beratungssprechtag in Göttingen', |
|
|
|
'Aktuelle Änderungen im Zoll- und Aussenwirtschaftsrecht zum Jahreswechsel 2022/2023', |
|
|
|
'Vertiefungsseminar zur Existenzgründung', |
|
|
|
'Erfolgreiche Unternehmensgründung: Strategien und Fallstudien', |
|
|
|
'Nachhaltige Firmenübergabe', |
|
|
|
'Social Media Manager/-in (IHK) - Webinar', |
|
|
|
] |
|
|
|
|
|
|
|
@@ -26,7 +26,7 @@ export const sliderData = [ |
|
|
|
desc: 'Entfesseln Sie das volle Potenzial der generativen KI und beherrschen Sie die Kunst des Prompt-Engineerings!', |
|
|
|
link: '#', |
|
|
|
details: { |
|
|
|
date: '20.09.2022', |
|
|
|
date: '20.09.2024', |
|
|
|
status: EventTeaserLargeStatus[Math.floor(Math.random() * EventTeaserLargeStatus.length)], |
|
|
|
}, |
|
|
|
icon: 'Roboter', |
|
|
|
@@ -39,11 +39,40 @@ export const sliderData = [ |
|
|
|
desc: 'Entfesseln Sie das volle Potenzial der generativen KI und beherrschen Sie die Kunst des Prompt-Engineerings!', |
|
|
|
link: '#', |
|
|
|
details: { |
|
|
|
date: '20.09.2022', |
|
|
|
date: '20.09.2024', |
|
|
|
status: EventTeaserLargeStatus[Math.floor(Math.random() * EventTeaserLargeStatus.length)], |
|
|
|
}, |
|
|
|
icon: 'Roboter', |
|
|
|
category: 'Gründung und Nachfolge', |
|
|
|
category: 'Innovation und Umwelt', |
|
|
|
bgimage: null, |
|
|
|
}, |
|
|
|
{ |
|
|
|
date: { weekday: 'Mo.', day: '20', month: 'Sep. 2022' }, |
|
|
|
title: EventTeaserLargeTitles[Math.floor(Math.random() * EventTeaserLargeTitles.length)], |
|
|
|
desc: 'Entfesseln Sie das volle Potenzial der generativen KI und beherrschen Sie die Kunst des Prompt-Engineerings!', |
|
|
|
link: '#', |
|
|
|
details: { |
|
|
|
date: '20.09.2024', |
|
|
|
status: EventTeaserLargeStatus[Math.floor(Math.random() * EventTeaserLargeStatus.length)], |
|
|
|
}, |
|
|
|
icon: 'Roboter', |
|
|
|
category: 'Aus- und Weiterbildung', |
|
|
|
bgimage: null, |
|
|
|
} |
|
|
|
] |
|
|
|
|
|
|
|
export const sliderImageData = [ |
|
|
|
{ |
|
|
|
date: { weekday: 'Mo.', day: '20', month: 'Sep. 2022' }, |
|
|
|
title: EventTeaserLargeTitles[Math.floor(Math.random() * EventTeaserLargeTitles.length)], |
|
|
|
desc: 'Entfesseln Sie das volle Potenzial der generativen KI und beherrschen Sie die Kunst des Prompt-Engineerings!', |
|
|
|
link: '#', |
|
|
|
details: { |
|
|
|
date: '20.09.2024', |
|
|
|
status: EventTeaserLargeStatus[Math.floor(Math.random() * EventTeaserLargeStatus.length)], |
|
|
|
}, |
|
|
|
icon: 'Roboter', |
|
|
|
category: 'Aus- und Weiterbildung', |
|
|
|
bgimage: 'https://source.unsplash.com/2vCqH34PqWs/1080x648', |
|
|
|
}, |
|
|
|
{ |
|
|
|
@@ -52,12 +81,24 @@ export const sliderData = [ |
|
|
|
desc: 'Entfesseln Sie das volle Potenzial der generativen KI und beherrschen Sie die Kunst des Prompt-Engineerings!', |
|
|
|
link: '#', |
|
|
|
details: { |
|
|
|
date: '20.09.2022', |
|
|
|
date: '20.09.2024', |
|
|
|
status: EventTeaserLargeStatus[Math.floor(Math.random() * EventTeaserLargeStatus.length)], |
|
|
|
}, |
|
|
|
icon: 'Roboter', |
|
|
|
category: 'Gründung und Nachfolge', |
|
|
|
bgimage: 'https://source.unsplash.com/2vCqH34PqWs/1080x648', |
|
|
|
}, |
|
|
|
{ |
|
|
|
date: { weekday: 'Mo.', day: '20', month: 'Sep. 2022' }, |
|
|
|
title: EventTeaserLargeTitles[Math.floor(Math.random() * EventTeaserLargeTitles.length)], |
|
|
|
desc: 'Entfesseln Sie das volle Potenzial der generativen KI und beherrschen Sie die Kunst des Prompt-Engineerings!', |
|
|
|
link: '#', |
|
|
|
details: { |
|
|
|
date: '20.09.2024', |
|
|
|
status: EventTeaserLargeStatus[Math.floor(Math.random() * EventTeaserLargeStatus.length)], |
|
|
|
}, |
|
|
|
icon: 'Roboter', |
|
|
|
category: 'Innovation und Umwelt', |
|
|
|
bgimage: 'https://source.unsplash.com/2vCqH34PqWs/1080x648', |
|
|
|
} |
|
|
|
] |
|
|
|
|