Chore/marco changes #3

Merged
Lago merged 6 commits from chore/marco-changes into main 2026-05-31 12:13:56 +02:00
6 changed files with 18 additions and 15 deletions
Showing only changes of commit cec51d6c19 - Show all commits
+2 -2
View File
@@ -76,7 +76,7 @@
Die AGB definieren die rechtlichen Bedingungen für die Vermietung von Fahrzeugen durch MC Cars.
</p>
<p>
Bitte wenden Sie sich an hello@mccars.at für weitere Informationen.
Bitte wenden Sie sich an hello@mc-cars.at für weitere Informationen.
</p>
</div>
</div>
@@ -109,7 +109,7 @@
<div>
<h4 data-i18n="footerContact">Kontakt</h4>
<a href="mailto:hello@mccars.at">hello@mccars.at</a>
<a href="mailto:hello@mc-cars.at">hello@mc-cars.at</a>
<a href="tel:+43316880000">+43 316 880000</a>
</div>
</div>
+2 -2
View File
@@ -67,7 +67,7 @@
<h1>Datenschutz</h1>
<div style="max-width: 65ch; line-height: 1.7; color: var(--text);">
<p>Buchungsanfragen werden aktuell zu Demozwecken lokal im Browser gespeichert. Fahrzeugdaten werden über ein selbstgehostetes Supabase verwaltet.</p>
<p>Ansprechpartner: hello@mccars.at</p>
<p>Ansprechpartner: hello@mc-cars.at</p>
</div>
</div>
</main>
@@ -99,7 +99,7 @@
<div>
<h4 data-i18n="footerContact">Kontakt</h4>
<a href="mailto:hello@mccars.at">hello@mccars.at</a>
<a href="mailto:hello@mc-cars.at">hello@mc-cars.at</a>
<a href="tel:+43316880000">+43 316 880000</a>
</div>
</div>
+8 -5
View File
@@ -63,16 +63,19 @@
</header>
<main style="padding: 3rem 0;">
<div class="shell">
<div class="shell">
<h1>Impressum</h1>
<div style="max-width: 65ch; line-height: 1.7; color: var(--text);">
<p><strong>MC Cars GmbH</strong></p>
<p>Steiermark, Österreich</p>
<p>E-Mail: hello@mccars.at</p>
<p>Gaisfeld 1/2<br/>8564 Krottendorf-Gaisfeld</p>
<p>FN 675751 b · Landesgericht für Zivilrechtssachen Graz</p>
<p>Geschäftsführer: Christian Leski, Marco Schober</p>
<p>UID-Nr. wird in Kürze nachgereicht.</p>
<p>E-Mail: hello@mc-cars.at</p>
<p>Telefon: +43 316 880000</p>
<p><em>Firmenbuchnummer und UID folgen.</em></p>
</div>
</div>
</div>
</main>
<footer class="site-footer" id="kontakt">
@@ -102,7 +105,7 @@
<div>
<h4 data-i18n="footerContact">Kontakt</h4>
<a href="mailto:hello@mccars.at">hello@mccars.at</a>
<a href="mailto:hello@mc-cars.at">hello@mc-cars.at</a>
<a href="tel:+43316880000">+43 316 880000</a>
</div>
</div>
+3 -3
View File
@@ -65,8 +65,8 @@
"priceRange": "€€€",
"serviceType": "Ferrari-Vermietung",
"sameAs": [
"https://www.facebook.com/mccars",
"https://www.instagram.com/mccars"
"https://www.facebook.com/mc-cars",
"https://www.instagram.com/mc-cars"
]
}
</script>
@@ -387,7 +387,7 @@
<div>
<h4 data-i18n="footerContact">Kontakt</h4>
<a href="mailto:hello@mccars.at">hello@mccars.at</a>
<a href="mailto:hello@mc-cars.at">hello@mc-cars.at</a>
<a href="tel:+43316880000">+43 316 880000</a>
</div>
</div>
+2 -2
View File
@@ -76,7 +76,7 @@
Die Mietbedingungen regeln die Nutzung der Mietfahrzeuge, Zahlungsbedingungen, Haftung und Versicherung.
</p>
<p>
Bitte wenden Sie sich an hello@mccars.at für weitere Informationen.
Bitte wenden Sie sich an hello@mc-cars.at für weitere Informationen.
</p>
</div>
</div>
@@ -109,7 +109,7 @@
<div>
<h4 data-i18n="footerContact">Kontakt</h4>
<a href="mailto:hello@mccars.at">hello@mccars.at</a>
<a href="mailto:hello@mc-cars.at">hello@mc-cars.at</a>
<a href="tel:+43316880000">+43 316 880000</a>
</div>
</div>
+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 }) => {