From 5ab50e17757fa86c93b89517eec1901ad27c9c8a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 00:22: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 b6ab9a5..fbfc608 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,15 +68,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-male-working-remotely_23-2148475580.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-male-working-remotely_23-2148475580.jpg?_wi=1", imageAlt: "law office desk professional", }, { - imageSrc: "http://img.b2bpic.net/free-photo/breakup-marriage-couple-with-divorce-certification_53876-119696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakup-marriage-couple-with-divorce-certification_53876-119696.jpg?_wi=1", imageAlt: "legal documents fountain pen", }, { - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-making-call_23-2149405900.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-making-call_23-2149405900.jpg?_wi=1", imageAlt: "modern glass law firm building", }, { @@ -128,7 +128,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-male-working-remotely_23-2148475580.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-male-working-remotely_23-2148475580.jpg?_wi=2", imageAlt: "legal documents fountain pen", }, { @@ -149,7 +149,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/breakup-marriage-couple-with-divorce-certification_53876-119696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakup-marriage-couple-with-divorce-certification_53876-119696.jpg?_wi=2", imageAlt: "legal documents fountain pen", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-making-call_23-2149405900.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-making-call_23-2149405900.jpg?_wi=2", imageAlt: "legal documents fountain pen", }, ]} -- 2.49.1