You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

82 lines
2.4 KiB

  1. export const searchData = [
  2. {
  3. title: 'Beratung und Service',
  4. link: '#',
  5. },
  6. {
  7. title: 'Interessenvertretung',
  8. link: '#',
  9. },
  10. {
  11. title: 'Aus- und Weiterbildung',
  12. link: '#',
  13. },
  14. {
  15. title: 'Unsere Region',
  16. link: '#',
  17. },
  18. {
  19. title: 'Handelskammer vor Ort',
  20. link: '#',
  21. },
  22. {
  23. title: 'Veranstaltungen',
  24. link: '#',
  25. }
  26. ]
  27. export const teaserData = [
  28. {
  29. category: 'Wachstum durch Innovation',
  30. title: 'Jetzt Teil der Digitalisierungswelle werden.',
  31. desc: 'Neugierig auf Musterstadt 2024? Digitalisierung verändert unsere Stadt. Klicken Sie, um zu erfahren, wie Sie Teil dieser Entwicklung werden können!',
  32. link: '#',
  33. icon: 'Person',
  34. bgimage: null,
  35. },
  36. {
  37. category: 'IHK Mitgliedschaft',
  38. title: 'Exklusive Einblicke und Branchen-Trends:',
  39. desc: 'Entfesseln Sie das volle Potenzial der generativen KI und beherrschen Sie die Kunst des Prompt-Engineerings!',
  40. link: '#',
  41. icon: 'Person',
  42. bgimage: null,
  43. },
  44. {
  45. category: 'IHK Mitgliedschaft',
  46. title: 'Exklusive Einblicke und Branchen-Trends:',
  47. desc: 'Entfesseln Sie das volle Potenzial der generativen KI und beherrschen Sie die Kunst des Prompt-Engineerings!',
  48. link: '#',
  49. icon: 'Person',
  50. bgimage: null,
  51. }
  52. ]
  53. export const sliderData = [
  54. {
  55. kicker: 'Lorem Ipsum dolor',
  56. headline: 'Möglichkeiten der Integration',
  57. 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.',
  58. imageSrc: 'https://source.unsplash.com/9_bDrvW7bA8/900x600',
  59. cta: 'Mehr erfahren',
  60. link: '#',
  61. contextImg: './logos/wirtschaftsdialoge.svg',
  62. },
  63. {
  64. kicker: 'Lorem Ipsum dolor 2',
  65. headline: 'Möglichkeiten der Integration',
  66. 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.',
  67. imageSrc: null,
  68. cta: 'Mehr erfahren',
  69. link: '#',
  70. context: 'Wirtschaftsmagazin',
  71. },
  72. {
  73. kicker: 'Lorem Ipsum dolor 2',
  74. headline: 'Möglichkeiten der Integration',
  75. 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.',
  76. imageSrc: 'https://source.unsplash.com/Ff2oZ_xbKL0/900x600',
  77. cta: 'Mehr erfahren',
  78. link: '#',
  79. }
  80. ]