From 5fded1cf66b99b0066c5ee308c24383b4e9a9f07 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 23:48:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 276d07e..73f3602 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -202,7 +202,7 @@ export default function LandingPage() { { id: "1", name: "Sarah Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg?_wi=1", }, { id: "2", @@ -212,7 +212,7 @@ export default function LandingPage() { { id: "3", name: "Emily Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg?_wi=2", }, { id: "4", -- 2.49.1