|
- export const Topics = [
- {
- title: 'Alles für Gründer',
- icon: 'Foundation',
- },
- {
- title: 'Alles Wichtige zum Brexit',
- icon: 'Brexit',
- },
- {
- title: 'Schwerpunkt­thema Digitalisierung',
- icon: 'Roboter',
- },
- {
- title: 'Schwerpunkt­thema Nachfolge',
- icon: 'Uebergabe',
- },
- {
- title: 'Alle wichtigen Infos zum Corona-Virus',
- icon: 'Virus',
- },
- {
- title: 'Alles für Auszubildende',
- icon: 'Wissen',
- },
- ]
-
- export const TopicsWithLinklist = [
- {
- title: 'Alles für Gründer',
- icon: 'Foundation',
- },
- {
- title: 'Schwerpunkt­thema Digitalisierung',
- icon: 'Roboter',
- },
- {
- title: 'Schwerpunkt­thema Nachfolge',
- icon: 'Uebergabe',
- }
- ]
|