From 5031284c2dcb20ead6b38b7ca23dec65c8d88cee Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:27:09 +0000 Subject: [PATCH] Update src/app/uber-uns/page.tsx --- src/app/uber-uns/page.tsx | 54 +++++++++------------------------------ 1 file changed, 12 insertions(+), 42 deletions(-) diff --git a/src/app/uber-uns/page.tsx b/src/app/uber-uns/page.tsx index c88c7bc..e5867c9 100644 --- a/src/app/uber-uns/page.tsx +++ b/src/app/uber-uns/page.tsx @@ -38,9 +38,7 @@ export default function AboutPage() { id: item.id, }))} button={{ - text: "Jetzt anrufen", - href: "tel:+49591123456", - }} + text: "Jetzt anrufen", href: "tel:+49591123456"}} /> @@ -52,7 +50,7 @@ export default function AboutPage() { description="Über 30 Jahre Erfahrung" subdescription="Service in Lingen, Emsland" icon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/handsome-stylish-redhead-worker-cleaning-his-dirty-hands-after-repairing-working-workshop_613910-19673.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/handsome-stylish-redhead-worker-cleaning-his-dirty-hands-after-repairing-working-workshop_613910-19673.jpg" imageAlt="professional automotive technician team" mediaAnimation="slide-up" useInvertedBackground={false} @@ -70,41 +68,17 @@ export default function AboutPage() { animationType="slide-up" testimonials={[ { - id: "1", - name: "Hans Müller", - handle: "Bauunternehmen Müller", - testimonial: "Die Arbeit wird hier zügig und genau erledigt. Wir bringen alle unsere Fahrzeuge hierher.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-smiling-showing-thumbs-up-standing-grey-wall_231208-8696.jpg?_wi=2", - imageAlt: "satisfied customer business owner portrait", - }, + id: "1", name: "Hans Müller", handle: "Bauunternehmen Müller", testimonial: "Die Arbeit wird hier zügig und genau erledigt. Wir bringen alle unsere Fahrzeuge hierher.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-smiling-showing-thumbs-up-standing-grey-wall_231208-8696.jpg", imageAlt: "satisfied customer business owner portrait"}, { - id: "2", - name: "Frank Lehmann", - handle: "Landwirtschaftsbetrieb Lehmann", - testimonial: "Top Beratung und Abwicklung der Reparaturen. Schnell, kompetent und freundlich.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-standing-wheat-field_23-2148233466.jpg?_wi=2", - imageAlt: "farmer customer professional portrait", - }, + id: "2", name: "Frank Lehmann", handle: "Landwirtschaftsbetrieb Lehmann", testimonial: "Top Beratung und Abwicklung der Reparaturen. Schnell, kompetent und freundlich.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-standing-wheat-field_23-2148233466.jpg", imageAlt: "farmer customer professional portrait"}, { - id: "3", - name: "Klaus Schmidt", - handle: "Schmidt Logistik GmbH", - testimonial: "Service, Reparatur und Freundlichkeit des Personals – alles bestens. Sehr empfehlenswert.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-employee_1098-1210.jpg?_wi=2", - imageAlt: "logistics company owner portrait", - }, + id: "3", name: "Klaus Schmidt", handle: "Schmidt Logistik GmbH", testimonial: "Service, Reparatur und Freundlichkeit des Personals – alles bestens. Sehr empfehlenswert.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-employee_1098-1210.jpg", imageAlt: "logistics company owner portrait"}, { - id: "4", - name: "Bernd Wagner", - handle: "Stadt Lingen – Fuhrpark", - testimonial: "Zuverlässig, professionell und immer pünktlich. Die beste Werkstatt in der Region.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/i-just-got-out-office-go-meeting_329181-15209.jpg?_wi=2", - imageAlt: "municipal fleet manager portrait", - }, + id: "4", name: "Bernd Wagner", handle: "Stadt Lingen – Fuhrpark", testimonial: "Zuverlässig, professionell und immer pünktlich. Die beste Werkstatt in der Region.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/i-just-got-out-office-go-meeting_329181-15209.jpg", imageAlt: "municipal fleet manager portrait"}, ]} /> @@ -117,13 +91,9 @@ export default function AboutPage() { description="Kontaktieren Sie uns jetzt für eine Beratung oder um einen Termin zu vereinbaren. Wir kümmern uns um Ihre Nutzfahrzeuge." buttons={[ { - text: "Jetzt anrufen", - href: "tel:+49591123456", - }, + text: "Jetzt anrufen", href: "tel:+49591123456"}, { - text: "Termin anfragen", - href: "/kontakt", - }, + text: "Termin anfragen", href: "/kontakt"}, ]} background={{ variant: "radial-gradient" }} useInvertedBackground={false}