This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<router-link to="/" class="app-brand app-brand-link">
|
||||
<span class="app-brand-mark">S</span>
|
||||
<div class="app-brand-copy">
|
||||
<span class="app-brand-eyebrow">SingleChat</span>
|
||||
<span class="app-brand-eyebrow">YpChat</span>
|
||||
<h1>{{ landing.heading }}</h1>
|
||||
</div>
|
||||
</router-link>
|
||||
@@ -27,7 +27,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="topic-grid" aria-label="SingleChat Vorteile">
|
||||
<section class="topic-grid" aria-label="YpChat Vorteile">
|
||||
<article
|
||||
v-for="section in landing.sections"
|
||||
:key="section.title"
|
||||
@@ -42,7 +42,7 @@
|
||||
<h3>Passende Themen im Single Chat</h3>
|
||||
<p>
|
||||
Viele Nutzer suchen nach einem kostenlosen Single Chat, einem Chat ohne lange Anmeldung oder einem Single Treff
|
||||
fuer neue Kontakte. SingleChat buendelt diese Einstiege auf einer Plattform: schnell starten, privat schreiben,
|
||||
fuer neue Kontakte. YpChat buendelt diese Einstiege auf einer Plattform: schnell starten, privat schreiben,
|
||||
respektvoll bleiben.
|
||||
</p>
|
||||
<ul>
|
||||
@@ -65,7 +65,7 @@ import ImprintContainer from '../components/ImprintContainer.vue';
|
||||
|
||||
const route = useRoute();
|
||||
const landing = computed(() => route.meta.landing || {
|
||||
heading: 'SingleChat',
|
||||
heading: 'YpChat',
|
||||
intro: 'Kostenloser Single Chat fuer private Gespraeche und neue Kontakte.',
|
||||
sections: [],
|
||||
links: [{ to: '/', label: 'Chat starten' }]
|
||||
|
||||
Reference in New Issue
Block a user