feat: Implement client feedback & visual verifications
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 30s
CI - Lint, Typecheck & Test / quality-assurance (pull_request) Successful in 1m41s
Build & Deploy / 🧪 QA (push) Successful in 57s
Build & Deploy / 🏗️ Build (push) Successful in 2m11s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🚀 Deploy (push) Has been cancelled

- Update contact map container alignment
- Remove outdated marketing copy on service pages
- Update HDD specs to 400m / 600mm
- Unify reference slider titles globally
- Add employee breakdown stats to Über Uns page
This commit is contained in:
2026-06-13 14:30:23 +02:00
parent 4968315ebf
commit f81a85fdd7
11 changed files with 80 additions and 28 deletions

View File

@@ -75,12 +75,12 @@ describe('Task 6 Content Updates', () => {
// DE Ueber uns
expect(deContent).toContain('100+');
expect(deContent).toContain('ca. 100 engagierten');
expect(deContent).toContain('100+ engagierten');
expect(deContent).toContain('Seit 2016 haben wir in über 200 Projekten quer');
// EN Ueber uns
expect(enContent).toContain('100+');
expect(enContent).toContain('approx. 100 dedicated');
expect(enContent).toContain('100+ dedicated');
expect(enContent).toContain('Since 2016, we have proven in over 200 projects across');
});
});