From 736d131e564880d81cf44c5d3654130ac59357e9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 10:20:08 +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 30d6e8a..03189fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "Homeowner", testimonial: "The best moving experience I've ever had. Professional, timely, and extremely careful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-female-courier-holding-clipboard-while-businessman-is-signing-delivery-office_637285-2842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-female-courier-holding-clipboard-while-businessman-is-signing-delivery-office_637285-2842.jpg?_wi=1", imageAlt: "professional moving company team", }, { @@ -73,7 +73,7 @@ export default function LandingPage() { handle: "CEO", testimonial: "MoveBright handled our office move flawlessly. Zero downtime.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-with-cardboard-boxes-their-new-home_23-2149086870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-with-cardboard-boxes-their-new-home_23-2149086870.jpg?_wi=1", imageAlt: "moving cardboard boxes organized", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { handle: "Relocation Client", testimonial: "Seamless transition. The storage facilities were top-notch.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/real-estate-labels_1284-5367.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/real-estate-labels_1284-5367.jpg?_wi=1", imageAlt: "residential moving service icon", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { handle: "Homeowner", testimonial: "Very professional and friendly staff. Made moving so easy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/logistic-center-with-storage-units-close-up_23-2148943353.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/logistic-center-with-storage-units-close-up_23-2148943353.jpg?_wi=1", imageAlt: "storage facility secure unit", }, { @@ -97,7 +97,7 @@ export default function LandingPage() { handle: "Client", testimonial: "Reliable and honest. My items were moved with great care.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-standing-office-using-smartphone-with-personal-belongings-box_1098-17118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-standing-office-using-smartphone-with-personal-belongings-box_1098-17118.jpg?_wi=1", imageAlt: "commercial office relocation business", }, ]} @@ -107,7 +107,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-female-courier-holding-clipboard-while-businessman-is-signing-delivery-office_637285-2842.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-female-courier-holding-clipboard-while-businessman-is-signing-delivery-office_637285-2842.jpg?_wi=2" imageAlt="Professional moving team" avatars={[ { @@ -140,7 +140,7 @@ export default function LandingPage() { useInvertedBackground={true} title="A Legacy of Trust" description="At MoveBright, we understand that moving is more than just shifting boxes—it's about moving your life. With years of industry expertise, we have perfected the art of safe, efficient relocation and secure storage. Our commitment to excellence means your peace of mind is our top priority." - imageSrc="http://img.b2bpic.net/free-photo/couple-with-cardboard-boxes-their-new-home_23-2149086870.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-with-cardboard-boxes-their-new-home_23-2149086870.jpg?_wi=2" imageAlt="Professional storage management" /> @@ -155,21 +155,21 @@ export default function LandingPage() { { title: "Residential Moving", description: "Door-to-door care for your home belongings.", - imageSrc: "http://img.b2bpic.net/free-vector/real-estate-labels_1284-5367.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/real-estate-labels_1284-5367.jpg?_wi=2", titleIconSrc: "Truck", buttonText: "Learn More", }, { title: "Secure Storage", description: "Safe, climate-controlled, and monitored facilities.", - imageSrc: "http://img.b2bpic.net/free-photo/logistic-center-with-storage-units-close-up_23-2148943353.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/logistic-center-with-storage-units-close-up_23-2148943353.jpg?_wi=2", titleIconSrc: "Shield", buttonText: "View Options", }, { title: "Corporate Relocation", description: "Professional moving for offices and business assets.", - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-standing-office-using-smartphone-with-personal-belongings-box_1098-17118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-standing-office-using-smartphone-with-personal-belongings-box_1098-17118.jpg?_wi=2", titleIconSrc: "Briefcase", buttonText: "Commercial Details", }, -- 2.49.1