fix(content): correct ISO certificate validity dates from OCR-verified scans
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 19s
Build & Deploy / 🧪 QA (push) Successful in 1m23s
Build & Deploy / 🏗️ Build (push) Successful in 2m46s
Build & Deploy / 🚀 Deploy (push) Successful in 25s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 52s
Build & Deploy / 🔔 Notify (push) Successful in 2s
Nightly QA / 💨 Smoke & Health (push) Failing after 1m6s

This commit is contained in:
2026-09-08 11:56:49 +02:00
parent ad5079dcec
commit 0cc7d0805e
2 changed files with 6 additions and 6 deletions

View File

@@ -31,21 +31,21 @@ export const defaultCertificates: Certificate[] = [
description: 'Umweltmanagementsystem',
pdfUrl: '/assets/certificates/iso14001.pdf',
type: 'iso',
date: '14.12.2023',
date: '06.12.2023 05.12.2026',
},
{
title: 'ISO 9001:2015',
description: 'Qualitätsmanagementsystem',
pdfUrl: '/assets/certificates/iso9001.pdf',
type: 'iso',
date: '14.12.2023',
date: '06.12.2023 05.12.2026',
},
{
title: 'DIN EN ISO 45001:2018',
description: 'Arbeits- und Gesundheitsschutz',
pdfUrl: '/assets/certificates/iso45001.pdf',
type: 'iso',
date: '05.12.2025',
date: '06.12.2025 05.12.2028',
},
{
title: 'Betriebshaftpflichtversicherung',

View File

@@ -23,21 +23,21 @@ layout: "fullBleed"
description: 'Environmental Management System',
pdfUrl: '/assets/certificates/iso14001.pdf',
type: 'iso',
date: '14.12.2023',
date: '06.12.2023 05.12.2026',
},
{
title: 'ISO 9001:2015',
description: 'Quality Management System',
pdfUrl: '/assets/certificates/iso9001.pdf',
type: 'iso',
date: '14.12.2023',
date: '06.12.2023 05.12.2026',
},
{
title: 'DIN EN ISO 45001:2018',
description: 'Occupational Health and Safety',
pdfUrl: '/assets/certificates/iso45001.pdf',
type: 'iso',
date: '05.12.2025',
date: '06.12.2025 05.12.2028',
},
{
title: 'Commercial Liability Insurance',