feat: update Impressum with correct company data + fix email domain

- Impressum: MC Cars GmbH, Gaisfeld 1/2, 8564 Krottendorf-Gaisfeld
- FN 675751 b, Landesgericht für Zivilrechtssachen Graz
- Geschäftsführer: Christian Leski, Marco Schober
- UID placeholder (wird nachgereicht)
- Email domain: mccars.at → mc-cars.at across all pages
- Social links: mccars → mc-cars
This commit is contained in:
2026-05-31 10:43:47 +02:00
parent 9bc08d994c
commit cec51d6c19
6 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ test.describe('MC Cars - Customer Changes Verification', () => {
await expect(page.getByText('Rechtliches')).toBeVisible();
await expect(page.getByText('Impressum')).toBeVisible();
await expect(page.getByText('Datenschutz')).toBeVisible();
await expect(page.getByText('hello@mccars.at')).toBeVisible();
await expect(page.getByText('hello@mc-cars.at')).toBeVisible();
});
test('Footer - Steiermark reference updated', async ({ page }) => {