diff --git a/components/blocks/CertificatesBlock.tsx b/components/blocks/CertificatesBlock.tsx index b4818c470..3061ff75a 100644 --- a/components/blocks/CertificatesBlock.tsx +++ b/components/blocks/CertificatesBlock.tsx @@ -68,31 +68,7 @@ const defaultCertificates: Certificate[] = [ type: 'tax', date: '13.02.2025', }, - { - title: 'Unbedenklichkeit IHK', - description: 'Industrie- und Handelskammer', - type: 'general', - }, - { - title: 'Unbedenklichkeit HWK', - description: 'Handwerkskammer', - type: 'general', - }, - { - title: 'Handelsregisterauszug', - description: 'Amtsgericht Cottbus', - type: 'general', - }, - { - title: 'Gewerbe-Anmeldung', - description: 'Stadt Guben', - type: 'general', - }, - { - title: 'Gewerbezentralregister', - description: 'Auskunft aus dem Register', - type: 'general', - }, + ]; export function CertificatesBlock({ badge, title, description, certificates = defaultCertificates, hideHeader = false }: CertificatesBlockProps) {