From 22fa5c6cf0c2e0541858677b6eab5dd856abcd7d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:00:19 +0000 Subject: [PATCH] Update src/app/uber-uns/page.tsx --- src/app/uber-uns/page.tsx | 76 +++++++++++---------------------------- 1 file changed, 20 insertions(+), 56 deletions(-) diff --git a/src/app/uber-uns/page.tsx b/src/app/uber-uns/page.tsx index 81e8f72..f79424a 100644 --- a/src/app/uber-uns/page.tsx +++ b/src/app/uber-uns/page.tsx @@ -11,8 +11,7 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function AboutPage() { const footerColumns = [ { - title: "Navigieren", - items: [ + title: "Navigieren", items: [ { label: "Startseite", href: "/" }, { label: "Über uns", href: "/uber-uns" }, { label: "Sortiment & Service", href: "/#services" }, @@ -20,8 +19,7 @@ export default function AboutPage() { ], }, { - title: "Kontakt", - items: [ + title: "Kontakt", items: [ { label: "Anrufen: 02133 80692", href: "tel:+4921338069" }, { label: "Hauptstraße 52, 41540 Dormagen", href: "https://maps.google.com/?q=Hauptstraße+52,+41540+Dormagen" }, { label: "Mo-Fr: 10:00-18:00 Uhr", href: "#" }, @@ -29,8 +27,7 @@ export default function AboutPage() { ], }, { - title: "Rechtliches", - items: [ + title: "Rechtliches", items: [ { label: "Impressum", href: "#" }, { label: "Datenschutz", href: "#" }, { label: "AGB", href: "#" }, @@ -45,7 +42,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="compact" sizing="mediumSizeLargeTitles" - background="circleGradient" + background="aurora" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -62,9 +59,7 @@ export default function AboutPage() { { name: "Kontakt", id: "/#contact" }, ]} button={{ - text: "Jetzt anrufen", - href: "tel:+4921338069", - }} + text: "Jetzt anrufen", href: "tel:+4921338069"}} buttonClassName="px-4 py-2 rounded-soft bg-primary-cta text-primary-cta-text font-semibold hover:opacity-90 transition-opacity" buttonTextClassName="text-sm font-semibold" /> @@ -74,25 +69,16 @@ export default function AboutPage() { @@ -151,15 +119,11 @@ export default function AboutPage() { animationType="background-highlight" buttons={[ { - text: "Anrufen", - href: "tel:+4921338069", - }, + text: "Anrufen", href: "tel:+4921338069"}, { - text: "Zu uns kommen", - href: "https://maps.google.com/?q=Hauptstraße+52,+41540+Dormagen", - }, + text: "Zu uns kommen", href: "https://maps.google.com/?q=Hauptstraße+52,+41540+Dormagen"}, ]} - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} textClassName="text-2xl font-bold text-foreground" containerClassName="w-full"