diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 1f4919d..3626fdf 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -18,24 +18,21 @@ export default function ReviewsPage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Our Trees", href: "/products" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Südheimer Platz, 70199 Stuttgart", href: "#" }, { label: "Tel: +49 (0)711 123456", href: "tel:+49711123456" }, { label: "Email: info@cziczis.de", href: "mailto:info@cziczis.de" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Impressum", href: "#" }, @@ -64,9 +61,7 @@ export default function ReviewsPage() { id: item.id, }))} button={{ - text: "📞 Jetzt anrufen", - href: "tel:+49711123456", - }} + text: "📞 Jetzt anrufen", href: "tel:+49711123456"}} /> @@ -82,7 +77,6 @@ export default function ReviewsPage() { { text: "✉️ Anfrage senden", href: "/contact" }, ]} buttonAnimation="slide-up" - useInvertedBackground={false} /> @@ -98,59 +92,29 @@ export default function ReviewsPage() { animationType="slide-up" testimonials={[ { - id: "1", - name: "Sarah Mueller", - role: "Mutter", - company: "Stuttgart", - rating: 5, + id: "1", name: "Sarah Mueller", role: "Mutter", company: "Stuttgart", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg?_wi=2", - imageAlt: "happy customer smiling portrait professional", - }, + "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", imageAlt: "happy customer smiling portrait professional"}, { - id: "2", - name: "Michael Schmidt", - role: "Hausbesitzer", - company: "Stuttgart-West", - rating: 5, + id: "2", name: "Michael Schmidt", role: "Hausbesitzer", company: "Stuttgart-West", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-hispanic-woman-with-curly-hair-wearing-turtleneck-sweater-beckoning-come-here-gesture-with-hand-inviting-welcoming-happy-smiling_839833-29564.jpg?_wi=2", - imageAlt: "satisfied customer smiling portrait photo", - }, + "http://img.b2bpic.net/free-photo/young-hispanic-woman-with-curly-hair-wearing-turtleneck-sweater-beckoning-come-here-gesture-with-hand-inviting-welcoming-happy-smiling_839833-29564.jpg", imageAlt: "satisfied customer smiling portrait photo"}, { - id: "3", - name: "Julia Becker", - role: "Büroleiterin", - company: "Südheimer Platz", - rating: 5, + id: "3", name: "Julia Becker", role: "Büroleiterin", company: "Südheimer Platz", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-smiling-car-showroom-saleswoman-ready-assist-customers_482257-124534.jpg?_wi=2", - imageAlt: "customer service representative portrait photo", - }, + "http://img.b2bpic.net/free-photo/portrait-smiling-car-showroom-saleswoman-ready-assist-customers_482257-124534.jpg", imageAlt: "customer service representative portrait photo"}, { - id: "4", - name: "Thomas Wagner", - role: "Geschäftsführer", - company: "Stuttgart-Mitte", - rating: 5, + id: "4", name: "Thomas Wagner", role: "Geschäftsführer", company: "Stuttgart-Mitte", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg?_wi=2", - imageAlt: "professional business portrait headshot", - }, + "http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg", imageAlt: "professional business portrait headshot"}, ]} kpiItems={[ { - value: "5.0 ⭐", - label: "Google Bewertung", - }, + value: "5.0 ⭐", label: "Google Bewertung"}, { - value: "95%", - label: "Kundenzufriedenheit", - }, + value: "95%", label: "Kundenzufriedenheit"}, { - value: "20+", - label: "Jahre Erfahrung", - }, + value: "20+", label: "Jahre Erfahrung"}, ]} /> @@ -162,17 +126,11 @@ export default function ReviewsPage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "500+", - description: - "Zufriedene Familien haben sich in diesem Jahr für unsere Bäume entschieden.", - }, + id: "1", value: "500+", description: + "Zufriedene Familien haben sich in diesem Jahr für unsere Bäume entschieden."}, { - id: "2", - value: "100%", - description: - "Unserer Tannen kommen aus nachhaltigem Anbau im Umland von Stuttgart.", - }, + id: "2", value: "100%", description: + "Unserer Tannen kommen aus nachhaltigem Anbau im Umland von Stuttgart."}, ]} useInvertedBackground={true} metricsAnimation="slide-up"