From 1df842bd23f7146afce13234d1db8779eb986e01 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:48:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf9035d..a9ea3c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "Baltimore Homeowner", testimonial: "Santana Painting Company transformed our home. Fast, professional, and excellent quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-paper-bag-bottle_23-2148773372.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-paper-bag-bottle_23-2148773372.jpg?_wi=1", imageAlt: "professional house painter working", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "Annapolis Resident", testimonial: "Outstanding communication throughout the entire project. Will definitely hire again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086833.jpg?_wi=1", imageAlt: "happy customer looking at painting", }, ]} @@ -109,7 +109,7 @@ export default function LandingPage() { href: "tel:4438206711", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-with-paper-bag-bottle_23-2148773372.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-with-paper-bag-bottle_23-2148773372.jpg?_wi=2" imageAlt="Professional painting services for homes in Maryland" avatars={[ { @@ -204,27 +204,27 @@ export default function LandingPage() { { id: "t1", name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086833.jpg?_wi=2", }, { id: "t2", name: "Mark D.", - imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg?_wi=1", }, { id: "t3", name: "Kevin L.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086833.jpg?_wi=3", }, { id: "t4", name: "Jessica M.", - imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg?_wi=2", }, { id: "t5", name: "Brian R.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086833.jpg?_wi=4", }, ]} cardTitle="What Our Customers Say" -- 2.49.1