From cb70ef484fc864bfd2963503149e19891ce900c6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 23:54:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4f0b93..0d7d3a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,27 +67,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-getting-ready-his-new-home-move_23-2149094133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-getting-ready-his-new-home-move_23-2149094133.jpg?_wi=1", imageAlt: "moving trucks professional loading", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/delivery-person-getting-parcel-out-delivery_23-2149371919.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delivery-person-getting-parcel-out-delivery_23-2149371919.jpg?_wi=1", imageAlt: "movers handling boxes carefully", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-warehouse-managers-packing-parcels_482257-90411.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-warehouse-managers-packing-parcels_482257-90411.jpg?_wi=1", imageAlt: "moving crew working together", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-delivery-man-with-package_23-2148889999.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-delivery-man-with-package_23-2148889999.jpg?_wi=1", imageAlt: "truck loading moving services", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/courier-doing-jobs-logistics_23-2149229210.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/courier-doing-jobs-logistics_23-2149229210.jpg?_wi=1", imageAlt: "moving boxes inside truck", }, { @@ -182,7 +182,7 @@ export default function LandingPage() { quote: "Topmovers made my relocation simple and stress-free.", tag: "Relocation", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-getting-ready-his-new-home-move_23-2149094133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-man-getting-ready-his-new-home-move_23-2149094133.jpg?_wi=2", imageAlt: "happy home owner portrait", }, { @@ -193,7 +193,7 @@ export default function LandingPage() { quote: "Very punctual and extremely careful with fragile items.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera-office_482257-119300.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delivery-person-getting-parcel-out-delivery_23-2149371919.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delivery-person-getting-parcel-out-delivery_23-2149371919.jpg?_wi=2", imageAlt: "happy home owner portrait", }, { @@ -204,7 +204,7 @@ export default function LandingPage() { quote: "Efficient planning made a massive difference to our move.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-young-man-sitting-armchair-against-grey-wall_23-2148130370.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-warehouse-managers-packing-parcels_482257-90411.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-warehouse-managers-packing-parcels_482257-90411.jpg?_wi=2", imageAlt: "happy home owner portrait", }, { @@ -215,7 +215,7 @@ export default function LandingPage() { quote: "The team treated our furniture like it was their own.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/displeased-businessman-showing-middle-finger-toward-camera-after-losing-his-job-office_637285-6833.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-delivery-man-with-package_23-2148889999.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-delivery-man-with-package_23-2148889999.jpg?_wi=2", imageAlt: "happy home owner portrait", }, { @@ -226,7 +226,7 @@ export default function LandingPage() { quote: "Five star service from start to finish!", tag: "Relocation", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-showing-thumbs-up-sign_93675-133117.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/courier-doing-jobs-logistics_23-2149229210.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/courier-doing-jobs-logistics_23-2149229210.jpg?_wi=2", imageAlt: "happy home owner portrait", }, ]} -- 2.49.1