From 6bc297b02504fcd37d479dff1f9af18dca7524d8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 20:50:39 +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 fa9ebc3..7287f5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@johndoe", testimonial: "Excellent service and professional team!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-foreman-standing-from-back-orange-work-clothes-yellow-hardhat-using-painting-roller-new-apartment-work_574295-1560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-foreman-standing-from-back-orange-work-clothes-yellow-hardhat-using-painting-roller-new-apartment-work_574295-1560.jpg?_wi=1", imageAlt: "professional interior painting residential home", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@janesmith", testimonial: "My cabinets look brand new. Amazing!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-top-view_185193-108864.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tools-art-repairing-paint-top-view_185193-108864.jpg?_wi=1", imageAlt: "professional interior painting residential home", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@mikeross", testimonial: "Very timely and high quality work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150713077.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150713077.jpg?_wi=1", imageAlt: "professional interior painting residential home", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@alicebrown", testimonial: "The best painters in Rockford!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-little-bird-balcony_23-2148107047.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-little-bird-balcony_23-2148107047.jpg?_wi=1", imageAlt: "professional interior painting residential home", }, { @@ -103,7 +103,7 @@ export default function LandingPage() { handle: "@bobwhite", testimonial: "Very professional and friendly staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-roller-medium-shot_23-2148903442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-roller-medium-shot_23-2148903442.jpg?_wi=1", imageAlt: "professional interior painting residential home", }, ]} @@ -113,7 +113,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-foreman-standing-from-back-orange-work-clothes-yellow-hardhat-using-painting-roller-new-apartment-work_574295-1560.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-foreman-standing-from-back-orange-work-clothes-yellow-hardhat-using-painting-roller-new-apartment-work_574295-1560.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15617.jpg", @@ -148,7 +148,7 @@ export default function LandingPage() { description="Ben Peters Painting brings years of experience and dedicated local union pride to every project. We are fully insured and committed to eco-friendly practices." subdescription="Our mission is to revitalize your home with precision and integrity, ensuring every customer feels like a priority." icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/tools-art-repairing-paint-top-view_185193-108864.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tools-art-repairing-paint-top-view_185193-108864.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -163,21 +163,21 @@ export default function LandingPage() { title: "Interior & Exterior", subtitle: "Full house transformation", description: "High-quality painting for your walls and exteriors.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150713077.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150713077.jpg?_wi=2", }, { tag: "Commercial", title: "Commercial Projects", subtitle: "Built for business", description: "Reliable professional painting for businesses and offices.", - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-little-bird-balcony_23-2148107047.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-little-bird-balcony_23-2148107047.jpg?_wi=2", }, { tag: "Restoration", title: "Cabinet & Trim", subtitle: "Specialty detail work", description: "Restore your woodwork with our expert finishings.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-roller-medium-shot_23-2148903442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-roller-medium-shot_23-2148903442.jpg?_wi=2", }, ]} title="Our Professional Services" -- 2.49.1