|
- export const ContactData = [
- {
- name: 'Max Mustermann',
- image: 'https://source.unsplash.com/2x3vfVxwR7o/360x240',
- copy: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.',
- mail: 'mm@ihk.de',
- phone: '+49 (0) 12 345678-90',
- fax: null,
- vcard: 'https://www.ihk.de/blueprint/vcard/?contentId=1134770',
- },
- {
- name: 'Erika Musterfrau',
- image: 'https://source.unsplash.com/KucgBMFc4JU/360x240',
- copy: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.',
- mail: 'aa@ihk.de',
- phone: '+49 (0) 12 345678-94',
- fax: '+49 (0) 12 345678-00',
- vcard: 'https://www.ihk.de/blueprint/vcard/?contentId=1134770',
- },
- {
- name: 'Bernd Beispiel',
- image: 'https://source.unsplash.com/mw4u9Qm6CHQ/360x240',
- copy: null,
- mail: 'mm@ihk.de',
- phone: '+49 (0) 12 345678-90',
- fax: null,
- vcard: null,
- },
- ]
-
- export const SingleContactData = [
- {
- name: 'Max Mustermann',
- image: 'https://source.unsplash.com/2x3vfVxwR7o/360x240',
- copy: 'Bereiche: Aus- und Weiterbildung, Kaufmännische Weiterbildung',
- mail: 'mm@ihk.de',
- phone: '+49 (0) 12 345678-90',
- fax: null,
- vcard: 'https://www.ihk.de/blueprint/vcard/?contentId=1134770',
- },
- ]
-
- export const OrganisationContactData = [
- {
- name: 'Industrie- und Handelskammer Stade für den Elbe-Weser-Raum',
- image: null,
- copy: '<div class="text">Am Schäferstieg 2<br>21680 Stade</div><div class="text"><a href="#">Geschäftsstellen und Öffnungszeiten</a></div>',
- mail: 'info@stade.ihk.de',
- phone: '04141/524-0',
- fax: null,
- vcard: null,
- }
- ]
|