From 9eb593c3f6d0ff3acc5d76c88eb81daac152233d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 15:13:55 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5b6bf4f..fb295b9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,7 +46,7 @@ export default function AboutPage() { { value: "30+", title: "Years Serving New Mexico" }, { value: "1000+", title: "Contractors Trusted Us" } ]} - imageSrc="http://img.b2bpic.net/free-photo/multi-racial-builders-handshaking-outdoors-wearing-uniform-talking-about-new-glass-building-working-poject-city-infrastructure_1157-50877.jpg" + imageSrc="http://img.b2bpic.net/free-photo/multi-racial-builders-handshaking-outdoors-wearing-uniform-talking-about-new-glass-building-working-poject-city-infrastructure_1157-50877.jpg?_wi=2" imageAlt="Partnership and trust-based service" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -59,15 +59,15 @@ export default function AboutPage() { features={[ { id: "1", title: "Local New Mexico Expertise", tags: ["Local", "Established 1995"], - imageSrc: "http://img.b2bpic.net/free-photo/red-panoramic-finance-perspective-skeleton_1127-2342.jpg", imageAlt: "New Mexico landscape and construction" + imageSrc: "http://img.b2bpic.net/free-photo/red-panoramic-finance-perspective-skeleton_1127-2342.jpg?_wi=2", imageAlt: "New Mexico landscape and construction" }, { id: "2", title: "Dedicated Account Management", tags: ["Personal", "One-on-One Service"], - imageSrc: "http://img.b2bpic.net/free-photo/smiling-team-leader-looking-camera-group-corporate-meeting_1163-3920.jpg", imageAlt: "Account manager meeting with client" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-team-leader-looking-camera-group-corporate-meeting_1163-3920.jpg?_wi=2", imageAlt: "Account manager meeting with client" }, { id: "3", title: "Quality Assurance Program", tags: ["Quality", "Premium Brands Only"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "Quality roofing materials inspection" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=3", imageAlt: "Quality roofing materials inspection" } ]} animationType="slide-up" -- 2.49.1 From 66f459ac75ddc7083dea6c44e41495a0cb57cafd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 15:13:55 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 34bc1c1..19337c8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -71,7 +71,7 @@ export default function ContactPage() { id: "6", title: "How do I open a contractor account?", content: "Visit our Contractor Account page, fill out the application with your company information and contractor license, and we'll get you set up within 24 hours." } ]} - imageSrc="/placeholders/placeholder1.webp" + imageSrc="/placeholders/placeholder1.webp?_wi=2" imageAlt="Customer support team" title="Frequently Asked Questions" description="Everything you need to know about working with Roofing Supply of New Mexico." -- 2.49.1 From 35bb483d3868c4456c6fb7a890865a2b29cbd275 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 15:13:56 +0000 Subject: [PATCH 3/5] Update src/app/contractor-account/page.tsx --- src/app/contractor-account/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contractor-account/page.tsx b/src/app/contractor-account/page.tsx index bda7200..507b936 100644 --- a/src/app/contractor-account/page.tsx +++ b/src/app/contractor-account/page.tsx @@ -54,15 +54,15 @@ export default function ContractorAccountPage() { features={[ { id: "1", title: "Exclusive Contractor Pricing", tags: ["Pricing", "Volume Discounts"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428274.jpg", imageAlt: "Professional pricing and tools" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428274.jpg?_wi=2", imageAlt: "Professional pricing and tools" }, { id: "2", title: "Priority Order Processing", tags: ["Service", "Fast Track"], - imageSrc: "http://img.b2bpic.net/free-photo/happy-corporate-manager-shaking-hands-with-black-worker-after-staff-meeting-factory_637285-4782.jpg", imageAlt: "Priority customer service" + imageSrc: "http://img.b2bpic.net/free-photo/happy-corporate-manager-shaking-hands-with-black-worker-after-staff-meeting-factory_637285-4782.jpg?_wi=2", imageAlt: "Priority customer service" }, { id: "3", title: "Dedicated Account Manager", tags: ["Personal", "One Point of Contact"], - imageSrc: "http://img.b2bpic.net/free-photo/smiling-team-leader-looking-camera-group-corporate-meeting_1163-3920.jpg", imageAlt: "Dedicated account manager" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-team-leader-looking-camera-group-corporate-meeting_1163-3920.jpg?_wi=3", imageAlt: "Dedicated account manager" } ]} animationType="slide-up" -- 2.49.1 From e9cad1e49091592822aad42bdc278bbd450517cd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 15:13:57 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5b4d25..7ade458 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function HomePage() { title="Premium Roofing Materials. Exceptional Service." description="Serving contractors across New Mexico with unmatched reliability, communication, and hands-on support." tag="Trusted Partner" - imageSrc="http://img.b2bpic.net/free-photo/red-panoramic-finance-perspective-skeleton_1127-2342.jpg" + imageSrc="http://img.b2bpic.net/free-photo/red-panoramic-finance-perspective-skeleton_1127-2342.jpg?_wi=1" imageAlt="New Mexico rooftops at sunset" textPosition="bottom-left" showBlur={true} @@ -60,15 +60,15 @@ export default function HomePage() { features={[ { id: "1", title: "Unmatched Customer Support", tags: ["Service", "24/7 Available"], - imageSrc: "http://img.b2bpic.net/free-photo/happy-corporate-manager-shaking-hands-with-black-worker-after-staff-meeting-factory_637285-4782.jpg", imageAlt: "Professional customer service team" + imageSrc: "http://img.b2bpic.net/free-photo/happy-corporate-manager-shaking-hands-with-black-worker-after-staff-meeting-factory_637285-4782.jpg?_wi=1", imageAlt: "Professional customer service team" }, { id: "2", title: "Dedicated Sales Reps", tags: ["Personal", "Relationship-Driven"], - imageSrc: "http://img.b2bpic.net/free-photo/smiling-team-leader-looking-camera-group-corporate-meeting_1163-3920.jpg", imageAlt: "Sales representative Augi" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-team-leader-looking-camera-group-corporate-meeting_1163-3920.jpg?_wi=1", imageAlt: "Sales representative Augi" }, { id: "3", title: "Reliable Supply Chain", tags: ["Logistics", "On-Time Delivery"], - imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Organized inventory of roofing materials" + imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Organized inventory of roofing materials" } ]} animationType="slide-up" @@ -83,16 +83,16 @@ export default function HomePage() { Date: Thu, 26 Feb 2026 15:13:58 +0000 Subject: [PATCH 5/5] Update src/app/products/page.tsx --- src/app/products/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 73c239b..b207105 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -42,7 +42,7 @@ export default function ProductsPage() { products={[ { id: "1", brand: "GAF", name: "Asphalt Shingles", price: "Contact for Quote", rating: 5, - reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "GAF Asphalt Shingles" + reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=1", imageAlt: "GAF Asphalt Shingles" }, { id: "2", brand: "ATAS", name: "Metal Roofing", price: "Contact for Quote", rating: 5, @@ -50,7 +50,7 @@ export default function ProductsPage() { }, { id: "3", brand: "Grace", name: "Underlayment & Accessories", price: "Contact for Quote", rating: 5, - reviewCount: "420+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "Grace Underlayment" + reviewCount: "420+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=2", imageAlt: "Grace Underlayment" }, { id: "4", brand: "Amerivent", name: "Flashing & Ventilation", price: "Contact for Quote", rating: 5, @@ -62,7 +62,7 @@ export default function ProductsPage() { }, { id: "6", brand: "Multi-Brand", name: "Tools & Equipment", price: "Contact for Quote", rating: 5, - reviewCount: "310+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428274.jpg", imageAlt: "Professional Roofing Tools" + reviewCount: "310+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428274.jpg?_wi=1", imageAlt: "Professional Roofing Tools" } ]} title="Premium Roofing Materials for Every Project" @@ -83,7 +83,7 @@ export default function ProductsPage() { { value: "30+", title: "Years Serving New Mexico" }, { value: "1000+", title: "Contractors Trusted Us" } ]} - imageSrc="http://img.b2bpic.net/free-photo/multi-racial-builders-handshaking-outdoors-wearing-uniform-talking-about-new-glass-building-working-poject-city-infrastructure_1157-50877.jpg" + imageSrc="http://img.b2bpic.net/free-photo/multi-racial-builders-handshaking-outdoors-wearing-uniform-talking-about-new-glass-building-working-poject-city-infrastructure_1157-50877.jpg?_wi=1" imageAlt="Partnership and trust-based service" mediaAnimation="slide-up" metricsAnimation="slide-up" -- 2.49.1