Revision vor Kundenübergabe: Plausibilität, SEO, A11y, OpenPanel
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
import Header from "@/components/header.tsx";
|
||||
import { Footer } from "@/components/footer.tsx";
|
||||
import { PublicShell } from "@/components/public-shell.tsx";
|
||||
|
||||
export const Route = createFileRoute("/impressum")({
|
||||
component: ImpressumPage,
|
||||
@@ -19,10 +18,8 @@ export const Route = createFileRoute("/impressum")({
|
||||
|
||||
function ImpressumPage() {
|
||||
return (
|
||||
<div className="relative flex min-h-screen flex-col">
|
||||
<Header />
|
||||
<main className="flex-1">
|
||||
<section className="mx-auto max-w-3xl px-4 pt-10 pb-6 md:px-6 md:pt-16">
|
||||
<PublicShell>
|
||||
<section className="mx-auto max-w-3xl px-4 pt-10 pb-6 md:px-6 md:pt-16">
|
||||
<span className="island-kicker">Rechtliches</span>
|
||||
<h1 className="mt-3 font-heading text-3xl font-bold leading-tight tracking-tight text-(--sea-ink) sm:text-4xl">
|
||||
Impressum
|
||||
@@ -77,16 +74,6 @@ function ImpressumPage() {
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div className="space-y-3">
|
||||
<h2 className="font-heading text-xl font-semibold">
|
||||
Umsatzsteuer
|
||||
</h2>
|
||||
<p className="leading-relaxed text-(--sea-ink-soft)">
|
||||
Kleinunternehmer im Sinne von § 19 UStG. Es wird daher keine
|
||||
Umsatzsteuer ausgewiesen.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="space-y-3">
|
||||
<h2 className="font-heading text-xl font-semibold">
|
||||
Redaktionell verantwortlich
|
||||
@@ -212,13 +199,11 @@ function ImpressumPage() {
|
||||
</div>
|
||||
|
||||
<p className="pt-4 text-sm text-(--sea-ink-soft)">
|
||||
Stand: August 2026
|
||||
Stand: September 2026
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<Footer />
|
||||
</div>
|
||||
</PublicShell>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user