fix: small wording issues

Fix wording issues for consistency
This commit is contained in:
Fiona Lena Urban 2025-05-23 10:32:39 +02:00
parent d8c28ceea1
commit f5fa5b2971
2 changed files with 3 additions and 4 deletions

View file

@ -3,7 +3,7 @@
<div class="home-hero">
<div class="text">
<h1>
Du zahlst zuviel fürs Papier?
Du zahlst zuviel für's Papier?
</h1>
<NuxtLink to="/rechner">
<PpButton class="cta">Preise vergleichen</PpButton>

View file

@ -1,5 +1,4 @@
const description = 'Bezahlt du zuviel fürs Papier? Vergleiche schnell und unkompliziert die Preise für Toiletten-, Küchen- und andere Papier hier.'
const description = 'Du zahlst zuviel für\'s Papier? Vergleiche schnell und unkompliziert die Preise für Toiletten-, Küchen- und andere Papier hier.'
export default defineNuxtConfig({
compatibilityDate: '2024-11-01',
@ -87,7 +86,7 @@ export default defineNuxtConfig({
applicationName: 'ProPapier',
// Nuxt SEO Utils already sets the below tags for you
ogSiteName: 'Propapier',
ogSiteName: 'ProPapier',
ogLocale: 'de_DE',
ogType: 'website',
ogUrl: 'https://pro-papier.de',