Update src/app/reviews/page.tsx
This commit is contained in:
@@ -41,7 +41,7 @@ export default function ReviewsPage() {
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jennifer Liu", role: "Business Owner", company: "Creative Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Maria Rodriguez", role: "Entrepreneur", company: "Tech Innovation Hub", rating: 5,
|
||||
@@ -49,7 +49,7 @@ export default function ReviewsPage() {
|
||||
},
|
||||
{
|
||||
id: "4", name: "Amy Chen", role: "Startup Founder", company: "NextGen Ventures", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-with-colleague_171337-867.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user