From c3aae4868a9bf27b1d21afac8631367d56e6b4c3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 12:38:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f4f86f..43e2854 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -196,12 +196,12 @@ export default function HomePage() { { id: "1", name: "Sarah Johnson", handle: "@sarahj_family", testimonial: "Family Square has brought us closer together. We can finally share moments in real-time and everyone feels included in family events.", imageSrc: - "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg" + "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg?_wi=1" }, { id: "2", name: "Michael Chen", handle: "@mikechen_dad", testimonial: "The event planning feature is a game-changer. No more confusion about family gatherings. Everything is organized and everyone knows what's happening.", imageSrc: - "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg" + "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg?_wi=1" }, { id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: @@ -216,12 +216,12 @@ export default function HomePage() { { id: "5", name: "Jennifer Martinez", handle: "@jen_martinez", testimonial: "My kids actually use this to stay connected with their cousins. It's engaging, safe, and brings the whole family together.", imageSrc: - "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg" + "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg?_wi=2" }, { id: "6", name: "Robert Thompson", handle: "@bobthompson", testimonial: "From planning reunions to sharing daily moments, Family Square handles it all. Highly recommend to every family.", imageSrc: - "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg" + "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1620.jpg?_wi=2" }, ]} speed={40} -- 2.49.1