From b6f3daf4df4f31644866e83a09be198d5bacb8e7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 05:49:41 +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 ff1c3bc..f7671e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,7 +111,7 @@ export default function LandingPage() { }, { id: "3", title: "Maintenance Plans", description: "Preventative maintenance keeps your roof in peak condition. Regular inspections and care extend roof lifespan significantly.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg?_wi=1" }, items: [ { icon: Eye, text: "Regular inspections" }, @@ -152,7 +152,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", handle: "Homeowner", testimonial: "Cornerstone Roofing replaced our entire roof and the quality of work was outstanding. The crew was professional, clean, and finished ahead of schedule. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=1" }, { id: "2", name: "James Rodriguez", handle: "Business Owner", testimonial: "We had a major leak threatening our warehouse. Cornerstone came out same day, diagnosed the problem immediately, and had us waterproofed within hours. Exceptional service!", rating: 5, @@ -160,7 +160,7 @@ export default function LandingPage() { }, { id: "3", name: "Jennifer Lee", handle: "Homeowner", testimonial: "The team was courteous and detailed. They explained everything clearly and stood behind their work with a solid warranty. Best roofing company in the area!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=2" }, { id: "4", name: "Michael Chen", handle: "Property Manager", testimonial: "We manage 15 properties and use Cornerstone for all our roofing needs. Consistent quality, reliable scheduling, and competitive pricing. They're our go-to contractor.", rating: 5, @@ -168,7 +168,7 @@ export default function LandingPage() { }, { id: "5", name: "Amanda Brooks", handle: "Homeowner", testimonial: "From inspection to completion, Cornerstone was professional and trustworthy. They even caught additional issues and helped us understand all our options.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=3" }, { id: "6", name: "David Thompson", handle: "Homeowner", testimonial: "Best investment we made for our home. The new roof looks amazing and we have confidence it'll protect our family for decades. Worth every penny!", rating: 5, @@ -194,7 +194,7 @@ export default function LandingPage() { required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg" + imageSrc="http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg?_wi=2" mediaAnimation="slide-up" mediaPosition="right" buttonText="Request Free Quote" -- 2.49.1