Revision vor Kundenübergabe: Plausibilität, SEO, A11y, OpenPanel

This commit is contained in:
2026-09-10 17:53:57 +02:00
parent 35242e2fc5
commit b6cbc9239f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -192,7 +192,7 @@ export const Pricing = () => {
<div <div
role="radiogroup" role="radiogroup"
aria-label="Abrechnungszeitraum" aria-label="Abrechnungszeitraum"
className="inline-flex rounded-full border border-(--line) bg-white p-1 text-sm shadow-sm" className="inline-flex rounded-full border border-(--line) bg-(--surface-strong) p-1 text-sm shadow-sm"
> >
<button <button
type="button" type="button"
@@ -346,7 +346,7 @@ export const Pricing = () => {
</p> </p>
</div> </div>
<div className="rounded-2xl border border-(--lagoon-deep) bg-white p-6 shadow-[0_20px_50px_rgba(30,90,72,0.18)] sm:p-8"> <div className="rounded-2xl border border-(--lagoon-deep) bg-(--surface-strong) p-6 shadow-[0_20px_50px_rgba(30,90,72,0.18)] sm:p-8">
<div className="flex items-start justify-between gap-3"> <div className="flex items-start justify-between gap-3">
<div> <div>
<p className="text-xs uppercase tracking-widest text-(--sea-ink-soft)"> <p className="text-xs uppercase tracking-widest text-(--sea-ink-soft)">
+1 -1
View File
@@ -19,7 +19,7 @@ const steps = [
{ {
icon: Rocket, icon: Rocket,
title: "Übergabe", title: "Übergabe",
text: "Sie bekommen Ihre neue Webseite, wir helfen Ihnen mit Ihrem Hosting-Anbieter oder betreuen Sie in einem unserer Betreuung und Hosting-Angebote.", text: "Sie bekommen Ihre neue Webseite, wir helfen Ihnen mit Ihrem Hosting-Anbieter oder betreuen Sie in einem unserer Betreuung und Hosting-Tarif.",
}, },
]; ];