From eed9a8e6c0a1ca9ca7169666d53feab7a4894065 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 07:07:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 403f31a..39b8910 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,7 +185,7 @@ export default function LandingPage() { id: "t2", name: "David Chen", role: "Head of Science", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-student-holding-books_23-2149204739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-student-holding-books_23-2149204739.jpg?_wi=1", }, { id: "t3", @@ -197,7 +197,7 @@ export default function LandingPage() { id: "t4", name: "James Smith", role: "Athletic Coach", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-student-holding-books_23-2149204739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-student-holding-books_23-2149204739.jpg?_wi=2", }, ]} title="Meet Our Faculty" @@ -212,7 +212,7 @@ export default function LandingPage() { { id: "1", name: "Sarah Miller", - imageSrc: "http://img.b2bpic.net/free-photo/happy-father-daughter_23-2147615879.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-father-daughter_23-2147615879.jpg?_wi=1", }, { id: "2", @@ -222,17 +222,17 @@ export default function LandingPage() { { id: "3", name: "Jane Smith", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mother-with-her-daughters-looking-camera-home_1301-3928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mother-with-her-daughters-looking-camera-home_1301-3928.jpg?_wi=1", }, { id: "4", name: "Mike Ross", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mother-with-her-daughters-looking-camera-home_1301-3928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mother-with-her-daughters-looking-camera-home_1301-3928.jpg?_wi=2", }, { id: "5", name: "Anna Lee", - imageSrc: "http://img.b2bpic.net/free-photo/happy-father-daughter_23-2147615879.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-father-daughter_23-2147615879.jpg?_wi=2", }, ]} cardTitle="What Families Say" -- 2.49.1