From 38a8e4270df8b55be04e621029fa58bf4b15aa2e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:52:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf96551..af7ddbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "Quality roof shingles" }, { imageSrc: "http://img.b2bpic.net/free-photo/old-rusty-metallic-surface_23-2148846057.jpg", imageAlt: "Expert roof repair" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg", imageAlt: "Roof inspection services" }, - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg", imageAlt: "Completed roofing project" } + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg?_wi=1", imageAlt: "Completed roofing project" } ]} buttons={[ { text: "Get Free Quote", href: "contact" }, @@ -136,11 +136,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "John Martinez", handle: "@johnm_homeowner", testimonial: "ProRoof replaced my entire roof and the workmanship was exceptional. They were professional, punctual, and the quality exceeded my expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "John Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "John Martinez" }, { id: "2", name: "Sarah Chen", handle: "@sarahchen", testimonial: "After a storm damaged our roof, ProRoof came out the same day. Their emergency repair service saved us from water damage. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Sarah Chen" + imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "Sarah Chen" }, { id: "3", name: "Mike Thompson", handle: "@mike_t_business", testimonial: "As a commercial property manager, I've worked with many contractors. ProRoof stands out for reliability, communication, and fair pricing.", rating: 5, @@ -161,7 +161,7 @@ export default function LandingPage() { tag="FAQ" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg?_wi=2" imageAlt="Completed roofing project" mediaAnimation="slide-up" mediaPosition="left" @@ -201,7 +201,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Tell us about your roofing project or concerns...", rows: 5, required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-beautiful-wooden-house-with-new-roof_23-2149343703.jpg?_wi=3" imageAlt="Professional roofing project" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1