From 35bf8f5274ba55ca2439bf5cc764b8ac867701b6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:27:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 317b4f6..26d9b46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,15 +121,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Michael K.", role: "Kunde", testimonial: "Sehr freundlich und wirklich faire Preise.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-car_23-2150171224.jpg"}, + id: "1", name: "Michael K.", role: "Kunde", testimonial: "Sehr freundlich und wirklich faire Preise.", imageSrc: "http://img.b2bpic.net/free-vector/abstract-user-avatar-icon_78370-1365.jpg"}, { - id: "2", name: "Sandra F.", role: "Kunde", testimonial: "Schnell, zuverlässig und keine Überraschungen!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-driver-move-joy-driving-modern-car-interior_169016-68546.jpg"}, + id: "2", name: "Sandra F.", role: "Kunde", testimonial: "Schnell, zuverlässig und keine Überraschungen!", imageSrc: "http://img.b2bpic.net/free-vector/abstract-user-avatar-icon_78370-1365.jpg"}, { - id: "3", name: "Tarık Ö.", role: "Stammkunde", testimonial: "Die beste Werkstatt meines Vertrauens in Köln.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-young-woman-with-red-lipstick_23-2147910291.jpg"}, + id: "3", name: "Tarık Ö.", role: "Stammkunde", testimonial: "Die beste Werkstatt meines Vertrauens in Köln.", imageSrc: "http://img.b2bpic.net/free-vector/abstract-user-avatar-icon_78370-1365.jpg"}, { - id: "4", name: "Andrea W.", role: "Kunde", testimonial: "Super Arbeit an meiner Kupplung – und deutlich günstiger als bei anderen.", imageSrc: "http://img.b2bpic.net/free-photo/technician-pointing-folder_23-2147897929.jpg"}, + id: "4", name: "Andrea W.", role: "Kunde", testimonial: "Super Arbeit an meiner Kupplung – und deutlich günstiger als bei anderen.", imageSrc: "http://img.b2bpic.net/free-vector/abstract-user-avatar-icon_78370-1365.jpg"}, { - id: "5", name: "Jonas L.", role: "Kunde", testimonial: "TÜV auf Anhieb bestanden – perfekt!", imageSrc: "http://img.b2bpic.net/free-photo/side-view-senior-people-holding-hands_23-2149402107.jpg"}, + id: "5", name: "Jonas L.", role: "Kunde", testimonial: "TÜV auf Anhieb bestanden – perfekt!", imageSrc: "http://img.b2bpic.net/free-vector/abstract-user-avatar-icon_78370-1365.jpg"}, ]} title="Stimmen unserer Kunden" description="Echte Erfahrungen unserer Stammkunden aus Köln." -- 2.49.1