Update src/app/about/page.tsx
This commit is contained in:
@@ -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() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user