Revision vor Kundenübergabe: Plausibilität, SEO, A11y, OpenPanel
This commit is contained in:
@@ -192,7 +192,7 @@ export const Pricing = () => {
|
||||
<div
|
||||
role="radiogroup"
|
||||
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
|
||||
type="button"
|
||||
@@ -346,7 +346,7 @@ export const Pricing = () => {
|
||||
</p>
|
||||
</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>
|
||||
<p className="text-xs uppercase tracking-widest text-(--sea-ink-soft)">
|
||||
|
||||
@@ -19,7 +19,7 @@ const steps = [
|
||||
{
|
||||
icon: Rocket,
|
||||
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.",
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user