From fc6a777c9580defe50a497c3ab36d7e3e7f98991 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 05:12:48 +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 8fbf4ce..45b8f01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,15 +60,15 @@ export default function LandingPage() { description="Professional Virtual Assistant dedicated to delivering high-quality administrative, creative, and technical support. Empowering businesses through organization and innovation." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-working-her-office-making-plans-filling-her-schedule-notebook_1258-194717.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-working-her-office-making-plans-filling-her-schedule-notebook_1258-194717.jpg?_wi=1", imageAlt: "Professional Portrait", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-sitting-laptop-top-view_169016-19441.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-sitting-laptop-top-view_169016-19441.jpg?_wi=1", imageAlt: "Working Environment", }, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg?_wi=1", imageAlt: "Productivity Tools", }, { @@ -145,7 +145,7 @@ export default function LandingPage() { imageAlt: "Admin Support Detail", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-working-her-office-making-plans-filling-her-schedule-notebook_1258-194717.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-working-her-office-making-plans-filling-her-schedule-notebook_1258-194717.jpg?_wi=2", imageAlt: "administrative support concept", }, { @@ -162,7 +162,7 @@ export default function LandingPage() { imageAlt: "Service Detail", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-sitting-laptop-top-view_169016-19441.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-sitting-laptop-top-view_169016-19441.jpg?_wi=2", imageAlt: "administrative support concept", }, { @@ -179,7 +179,7 @@ export default function LandingPage() { imageAlt: "Data Entry Detail", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-with-laptop-desk_23-2149636248.jpg?_wi=2", imageAlt: "administrative support concept", }, ]} -- 2.49.1