Update src/app/reviews/page.tsx

This commit is contained in:
2026-03-31 18:01:34 +00:00
parent 3057cb3284
commit 6b7c3f1b48

View File

@@ -82,7 +82,7 @@ export default function LandingPage() {
role: "Client",
company: "Farm",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cowboy-brushing-white-horse_23-2149395910.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cowboy-brushing-white-horse_23-2149395910.jpg?_wi=3",
},
{
id: "2",
@@ -90,7 +90,7 @@ export default function LandingPage() {
role: "Client",
company: "Stable",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-economist_23-2150167237.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-economist_23-2150167237.jpg?_wi=2",
},
]}
/>