diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 55a4555..a016f3d 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -57,12 +57,12 @@ export default function LandingPage() { { id: "t1", name: "David M.", - imageSrc: "asset://testimonial-1", + imageSrc: "asset://testimonial-1?_wi=2", }, { id: "t2", name: "Alex L.", - imageSrc: "asset://testimonial-2", + imageSrc: "asset://testimonial-2?_wi=2", }, { id: "t3",