From 537725fc8878fd987e4bb99f2747cdb73431536d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:54:00 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 32 +++++++------------------------- 1 file changed, 7 insertions(+), 25 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0590825..ca4ece8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -66,32 +66,14 @@ export default function AboutPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Peter Njoroge", - role: "Property Investor", - company: "Nairobi", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", - imageAlt: "Peter Njoroge investor testimonial", - }, + id: "1", name: "Peter Njoroge", role: "Property Investor", company: "Nairobi", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Peter Njoroge investor testimonial"}, { - id: "2", - name: "Grace Kipchoge", - role: "Business Owner", - company: "Kiambu", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg?_wi=2", - imageAlt: "Grace Kipchoge investor testimonial", - }, + id: "2", name: "Grace Kipchoge", role: "Business Owner", company: "Kiambu", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg?_wi=2", imageAlt: "Grace Kipchoge investor testimonial"}, { - id: "3", - name: "David Kariuki", - role: "Investment Manager", - company: "Nakuru", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", - imageAlt: "David Kariuki investor testimonial", - }, + id: "3", name: "David Kariuki", role: "Investment Manager", company: "Nakuru", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kariuki investor testimonial"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -110,4 +92,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +}