Update src/app/preise/page.tsx

This commit is contained in:
2026-03-03 13:06:06 +00:00
parent 79f8baeb55
commit 243e94679d

View File

@@ -20,8 +20,7 @@ export default function PricingPage() {
const footerColumns = [
{
title: "Dienstleistungen",
items: [
title: "Dienstleistungen", items: [
{ label: "Unfallgutachten", href: "/dienstleistungen" },
{ label: "Wertermittlung", href: "/dienstleistungen" },
{ label: "Oldtimer-Gutachten", href: "/dienstleistungen" },
@@ -29,8 +28,7 @@ export default function PricingPage() {
],
},
{
title: "Unternehmen",
items: [
title: "Unternehmen", items: [
{ label: "Über uns", href: "/uber-uns" },
{ label: "Unser Team", href: "/uber-uns" },
{ label: "Blog", href: "#" },
@@ -38,8 +36,7 @@ export default function PricingPage() {
],
},
{
title: "Kontakt",
items: [
title: "Kontakt", items: [
{ label: "Kontaktformular", href: "/kontakt" },
{ label: "Tel: 030 - 123 456 789", href: "tel:+493012345789" },
{ label: "Email: info@kfz-gutachter-berlin.de", href: "mailto:info@kfz-gutachter-berlin.de" },
@@ -47,8 +44,7 @@ export default function PricingPage() {
],
},
{
title: "Rechtliches",
items: [
title: "Rechtliches", items: [
{ label: "Impressum", href: "#" },
{ label: "Datenschutz", href: "#" },
{ label: "AGB", href: "#" },
@@ -65,9 +61,7 @@ export default function PricingPage() {
id: item.id,
}))}
button={{
text: "Jetzt anfragen",
href: "/kontakt",
}}
text: "Jetzt anfragen", href: "/kontakt"}}
brandName="KFZ Gutachter Berlin"
/>
</div>
@@ -80,7 +74,7 @@ export default function PricingPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="mediumLargeSizeLargeTitles"
background="circleGradient"
background="aurora"
cardStyle="outline"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
@@ -112,19 +106,13 @@ export default function PricingPage() {
features={[
{
icon: DollarSign,
title: "BEMA-konforme Gebühren",
description: "Alle Gebühren nach der anerkannten Gebührenordnung für Sachverständige kalkuliert.",
},
title: "BEMA-konforme Gebühren", description: "Alle Gebühren nach der anerkannten Gebührenordnung für Sachverständige kalkuliert."},
{
icon: Clock,
title: "Kostenlose Anfahrt",
description: "Fahrtkosten sind kostenlos in Berlin und Umland. Nur bei Außenaufträgen zusätzlich berechnet.",
},
title: "Kostenlose Anfahrt", description: "Fahrtkosten sind kostenlos in Berlin und Umland. Nur bei Außenaufträgen zusätzlich berechnet."},
{
icon: FileCheck,
title: "Vollständige Dokumentation",
description: "Alle Berichte enthalten detaillierte Fotos, Messungen und offizielle Beurteilung.",
},
title: "Vollständige Dokumentation", description: "Alle Berichte enthalten detaillierte Fotos, Messungen und offizielle Beurteilung."},
]}
animationType="slide-up"
textboxLayout="default"