From c97e63da43cb5eb4073d421fda38533d689c54c7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:30:24 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4e6941b..cf0da39 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -49,7 +49,7 @@ export default function ContactPage() { tag="Contact Us" tagIcon={Shield} background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg" + imageSrc="http://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg?_wi=2" imageAlt="USA General Contractors roofing team ready to help" imagePosition="right" buttons={[ @@ -71,7 +71,7 @@ export default function ContactPage() { textboxLayout="default" useInvertedBackground={true} mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg?_wi=2" imageAlt="Professional roof inspection" mediaAnimation="slide-up" faqsAnimation="slide-up" -- 2.49.1 From 040d2519568eafb5ee5abd853710cba6413ec07a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:30:24 +0000 Subject: [PATCH 2/3] 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 c216ca2..c2e85a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function HomePage() { tag="Local Roofing Experts" tagIcon={Shield} background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg" + imageSrc="http://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg?_wi=1" imageAlt="USA General Contractors roofing team" imagePosition="right" buttons={[ @@ -310,7 +310,7 @@ export default function HomePage() { name: "Sarah Martinez", handle: "El Paso Homeowner", testimonial: "USA General Contractors did an excellent job on our roof. They handled everything professionally and the workmanship was top-notch. Highly recommend them!", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Martinez", }, { @@ -318,7 +318,7 @@ export default function HomePage() { name: "Michael Johnson", handle: "East El Paso", testimonial: "The team was very professional and customer-focused. They explained everything clearly and the price was fair. Great experience from start to finish.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg?_wi=1", imageAlt: "Michael Johnson", }, { @@ -326,7 +326,7 @@ export default function HomePage() { name: "Jennifer Lopez", handle: "Central El Paso", testimonial: "After a bad storm damaged our roof, USA General Contractors helped us navigate the insurance claim. Outstanding service and attention to detail.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=1", imageAlt: "Jennifer Lopez", }, { @@ -334,7 +334,7 @@ export default function HomePage() { name: "David Chen", handle: "West El Paso", testimonial: "The inspection was thorough and honest. They gave us real options instead of just upselling. We trust them completely with our home.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1", imageAlt: "David Chen", }, { @@ -342,7 +342,7 @@ export default function HomePage() { name: "Emily Rodriguez", handle: "El Paso Area", testimonial: "Fast, reliable, and professional. They completed our roof replacement on schedule and the quality is excellent. Will definitely call them again.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Emily Rodriguez", }, { @@ -350,7 +350,7 @@ export default function HomePage() { name: "Robert Williams", handle: "Northeast El Paso", testimonial: "Outstanding work. The crew was respectful of our property and completed the job efficiently. Best roofing contractor in El Paso.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Robert Williams", }, ]} @@ -369,7 +369,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg?_wi=1" imageAlt="Professional roof inspection" mediaAnimation="slide-up" faqsAnimation="slide-up" -- 2.49.1 From 49a5676c4a63a9eb50bd9da61a9df734459a4529 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:30:25 +0000 Subject: [PATCH 3/3] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index a84839e..0e16fc8 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -58,7 +58,7 @@ export default function ReviewsPage() { name: "Sarah Martinez", handle: "El Paso Homeowner", testimonial: "USA General Contractors did an excellent job on our roof. They handled everything professionally and the workmanship was top-notch. Highly recommend them!", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Sarah Martinez", }, { @@ -66,7 +66,7 @@ export default function ReviewsPage() { name: "Michael Johnson", handle: "East El Paso", testimonial: "The team was very professional and customer-focused. They explained everything clearly and the price was fair. Great experience from start to finish.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-happy_1298-197.jpg?_wi=2", imageAlt: "Michael Johnson", }, { @@ -74,7 +74,7 @@ export default function ReviewsPage() { name: "Jennifer Lopez", handle: "Central El Paso", testimonial: "After a bad storm damaged our roof, USA General Contractors helped us navigate the insurance claim. Outstanding service and attention to detail.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=2", imageAlt: "Jennifer Lopez", }, { @@ -82,7 +82,7 @@ export default function ReviewsPage() { name: "David Chen", handle: "West El Paso", testimonial: "The inspection was thorough and honest. They gave us real options instead of just upselling. We trust them completely with our home.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2", imageAlt: "David Chen", }, { @@ -90,7 +90,7 @@ export default function ReviewsPage() { name: "Emily Rodriguez", handle: "El Paso Area", testimonial: "Fast, reliable, and professional. They completed our roof replacement on schedule and the quality is excellent. Will definitely call them again.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emily Rodriguez", }, { @@ -98,7 +98,7 @@ export default function ReviewsPage() { name: "Robert Williams", handle: "Northeast El Paso", testimonial: "Outstanding work. The crew was respectful of our property and completed the job efficiently. Best roofing contractor in El Paso.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Robert Williams", }, ]} -- 2.49.1