diff --git a/src/app/page.tsx b/src/app/page.tsx
index 94c702b..0376ba7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,16 +32,11 @@ export default function LandingPage() {
@@ -49,30 +44,22 @@ export default function LandingPage() {
@@ -153,15 +134,13 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- { id: "t1", name: "Sarah Müller", handle: "@sarah", testimonial: "Perfekte Beratung und schnelle Montage. Sehr sicher!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-with-both-hands-white-t-shirt-zip-front-black-hoodie-looking-serious-front-view_176474-45412.jpg" },
- { id: "t2", name: "Thomas Weber", handle: "@thomas", testimonial: "Oesterle & Haug ist mein Partner für alle Sicherheitsthemen.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-smiling-posing-with-crossed-arms-office_176420-913.jpg" },
- { id: "t3", name: "Familie Schneider", handle: "@schneider", testimonial: "Wir fühlen uns jetzt deutlich sicherer zuhause.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/christmas-concept-with-young-parents_23-2147724423.jpg" },
- { id: "t4", name: "Hildegard Kraus", handle: "@hilde", testimonial: "Sehr kompetent und absolut zuverlässig.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/older-couple-embraced-outdoors-city_23-2149007079.jpg" },
- { id: "t5", name: "Michael B.", handle: "@michael", testimonial: "Hervorragendes Preis-Leistungs-Verhältnis.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/concentrated-bearded-man-sitting-pillow-using-tablet_1262-17832.jpg" },
+ { id: "t1", name: "Sarah Müller", handle: "@sarah", testimonial: "Perfekte Beratung und schnelle Montage. Wir fühlen uns absolut sicher!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-holding-house-model-with-both-hands-white-t-shirt-zip-front-black-hoodie-looking-serious-front-view_176474-45412.jpg" },
+ { id: "t2", name: "Thomas Weber", handle: "@thomas", testimonial: "Oesterle & Haug ist mein Partner für alle Sicherheitsthemen. Sehr professionell.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-smiling-posing-with-crossed-arms-office_176420-913.jpg" },
+ { id: "t3", name: "Familie Schneider", handle: "@schneider", testimonial: "Wir sind sehr zufrieden mit der neuen Alarmanlage. Top Service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/christmas-concept-with-young-parents_23-2147724423.jpg" },
]}
showRating={true}
- title="Kundenstimmen"
- description="Was unsere Kunden über uns sagen."
+ title="Kundenfeedback"
+ description="Das sagen unsere Kunden über unsere Sicherheitslösungen."
/>
@@ -169,11 +148,12 @@ export default function LandingPage() {