From 2486a20335c827c19b9c2e1d950a0f1351521952 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 00:26:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4a052b..30b202c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Hubert Straub - Ihr zuverlässiger Familienbetrieb" description="Schnelle Abwicklung, freundlicher Service und erstklassige Logistik direkt aus Villingen-Schwenningen." - imageSrc="http://img.b2bpic.net/free-photo/aerial-view-big-city-night_1127-2160.jpg" + imageSrc="http://img.b2bpic.net/free-photo/aerial-view-big-city-night_1127-2160.jpg?_wi=1" imageAlt="Hubert Straub Logistik" mediaAnimation="slide-up" avatars={[ @@ -85,11 +85,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "1", title: "Toller Service", quote: "Schnelle Abwicklung beim Beladen, sehr freundlicher Service. Immer wieder gerne!", name: "Kunde 1", role: "Logistikpartner", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" }, - { id: "2", title: "Sehr sympathisch", quote: "Ein wirklich sympathischer Familienbetrieb. Man fühlt sich sofort gut aufgehoben.", name: "Kunde 2", role: "Privatkunde", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg" }, + { id: "1", title: "Toller Service", quote: "Schnelle Abwicklung beim Beladen, sehr freundlicher Service. Immer wieder gerne!", name: "Kunde 1", role: "Logistikpartner", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1" }, + { id: "2", title: "Sehr sympathisch", quote: "Ein wirklich sympathischer Familienbetrieb. Man fühlt sich sofort gut aufgehoben.", name: "Kunde 2", role: "Privatkunde", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg?_wi=1" }, { id: "3", title: "Top Abwicklung", quote: "Sehr effizient und kundenorientiert. Die beste Logistikwahl in Villingen-Schwenningen.", name: "Kunde 3", role: "Geschäftspartner", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-man_23-2148336952.jpg" }, - { id: "4", title: "Zuverlässig", quote: "Pünktlich, freundlich und extrem professionell. Danke für die Unterstützung.", name: "Kunde 4", role: "Unternehmer", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" }, - { id: "5", title: "Exzellent", quote: "Hier stimmt einfach alles. Service wie er sein sollte.", name: "Kunde 5", role: "Stammkunde", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg" }, + { id: "4", title: "Zuverlässig", quote: "Pünktlich, freundlich und extrem professionell. Danke für die Unterstützung.", name: "Kunde 4", role: "Unternehmer", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2" }, + { id: "5", title: "Exzellent", quote: "Hier stimmt einfach alles. Service wie er sein sollte.", name: "Kunde 5", role: "Stammkunde", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg?_wi=2" }, ]} title="Das sagen unsere Kunden" description="Erfahren Sie, warum unsere Kunden unseren Service schätzen." @@ -102,7 +102,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Häufig gestellte Fragen" description="Alles, was Sie über unsere Logistiklösungen wissen müssen." - imageSrc="http://img.b2bpic.net/free-photo/aerial-view-big-city-night_1127-2160.jpg" + imageSrc="http://img.b2bpic.net/free-photo/aerial-view-big-city-night_1127-2160.jpg?_wi=2" faqsAnimation="slide-up" faqs={[ { id: "1", title: "Welche Regionen bedienen Sie?", content: "Wir sind primär im Raum Villingen-Schwenningen und Umgebung für Sie tätig." }, -- 2.49.1