From 0c98e2228f0586b323e96d335af2e351ea2bc17c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 21:16:41 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4c72b68..1e6fdbe 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -78,15 +78,15 @@ export default function AboutPage() { features={[ { id: "1", title: "Licensed Roofing Specialists", author: "Certified Professionals", description: "Our team holds all required licenses and certifications. Continuous training ensures we stay current with the latest techniques and materials.", tags: ["Licensed", "Certified"], - 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", imageAlt: "roofing crew professional workers roof installation construction team" + 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", imageAlt: "roofing crew professional workers roof installation construction team" }, { id: "2", title: "Quality Control Inspectors", author: "Attention to Detail", description: "Every project undergoes multiple quality checks to ensure work meets our high standards and your expectations.", tags: ["Quality", "Inspection"], - imageSrc: "http://img.b2bpic.net/free-photo/engineer-writing-condenser-values_482257-90848.jpg", imageAlt: "roof inspection leak detection home inspection professional survey" + imageSrc: "http://img.b2bpic.net/free-photo/engineer-writing-condenser-values_482257-90848.jpg?_wi=2", imageAlt: "roof inspection leak detection home inspection professional survey" }, { id: "3", title: "Customer Service Team", author: "Communication Focus", description: "Dedicated support staff ensures you're informed throughout your project and have answers to all your questions.", tags: ["Support", "Communication"], - imageSrc: "http://img.b2bpic.net/free-photo/young-freelancers-having-project-discussion_1098-15101.jpg", imageAlt: "home consultation professional meeting customer service business discussion" + imageSrc: "http://img.b2bpic.net/free-photo/young-freelancers-having-project-discussion_1098-15101.jpg?_wi=1", imageAlt: "home consultation professional meeting customer service business discussion" } ]} animationType="slide-up" -- 2.49.1 From 553490f585e06ed3f458969f2e24f4d8c5e3e0f7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 21:16:42 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index eda7126..06ff82b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -50,7 +50,7 @@ export default function ContactPage() { name: "message", placeholder: "Tell us about your roofing concerns or specific needs...", rows: 5 }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-freelancers-having-project-discussion_1098-15101.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-freelancers-having-project-discussion_1098-15101.jpg?_wi=3" imageAlt="home consultation professional meeting customer service business discussion" mediaAnimation="slide-up" mediaPosition="right" @@ -66,15 +66,15 @@ export default function ContactPage() { features={[ { id: "1", title: "Phone Consultation", author: "Direct Contact", description: "Speak directly with our roofing experts. We're available during business hours to answer questions and schedule inspections.", tags: ["Phone", "Immediate"], - imageSrc: "http://img.b2bpic.net/free-photo/young-freelancers-having-project-discussion_1098-15101.jpg", imageAlt: "home consultation professional meeting customer service business discussion" + imageSrc: "http://img.b2bpic.net/free-photo/young-freelancers-having-project-discussion_1098-15101.jpg?_wi=4", imageAlt: "home consultation professional meeting customer service business discussion" }, { id: "2", title: "Emergency Service", author: "24/7 Available", description: "For urgent roof leaks or storm damage, our emergency response team is available around the clock to protect your home.", tags: ["Emergency", "24/7"], - 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", imageAlt: "roofing crew professional workers roof installation construction team" + 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=6", imageAlt: "roofing crew professional workers roof installation construction team" }, { id: "3", title: "Free Inspection Scheduling", author: "No Obligation", description: "Schedule your complimentary roof inspection online or by phone. We'll assess your roof's condition and provide honest recommendations.", tags: ["Free", "Inspection"], - imageSrc: "http://img.b2bpic.net/free-photo/engineer-writing-condenser-values_482257-90848.jpg", imageAlt: "roof inspection leak detection home inspection professional survey" + imageSrc: "http://img.b2bpic.net/free-photo/engineer-writing-condenser-values_482257-90848.jpg?_wi=6", imageAlt: "roof inspection leak detection home inspection professional survey" } ]} animationType="slide-up" -- 2.49.1 From dd6d1e07c17f28789cb7ee05f74940dad86e9167 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 21:16:43 +0000 Subject: [PATCH 3/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index c0617d4..d5b6951 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -43,15 +43,15 @@ export default function GalleryPage() { features={[ { id: "1", title: "Complete Roof Replacement - Plano", author: "Residential Project", description: "Full tear-off and replacement of aging asphalt shingle roof. Upgraded to architectural shingles with enhanced underlayment and new ventilation system.", tags: ["Replacement", "Plano"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "roof replacement before after tile roof home improvement" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=5", imageAlt: "roof replacement before after tile roof home improvement" }, { id: "2", title: "Tile Roof Restoration - Frisco", author: "Specialty Work", description: "Restored century-old clay tile roof including broken tile replacement, underlayment upgrade, and chimney flashing repair.", tags: ["Tile", "Restoration"], - imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg", imageAlt: "luxury home roof premium roofing sunset home architectural roof" + imageSrc: "http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=2", imageAlt: "luxury home roof premium roofing sunset home architectural roof" }, { id: "3", title: "Storm Damage Repair - McKinney", author: "Insurance Work", description: "Hail damage repair including shingle replacement, gutter repair, and flashing restoration. Worked directly with homeowner's insurance.", tags: ["Storm", "Insurance"], - 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", imageAlt: "roofing crew professional workers roof installation construction team" + 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=4", imageAlt: "roofing crew professional workers roof installation construction team" } ]} animationType="slide-up" @@ -71,11 +71,11 @@ export default function GalleryPage() { features={[ { id: "1", title: "Leak Repair Success Story", author: "Problem Solved", description: "Persistent leak that three other contractors couldn't fix. We identified the source and provided a permanent solution that's held strong for two years.", tags: ["Leak Repair", "Success"], - imageSrc: "http://img.b2bpic.net/free-photo/engineer-writing-condenser-values_482257-90848.jpg", imageAlt: "roof inspection leak detection home inspection professional survey" + imageSrc: "http://img.b2bpic.net/free-photo/engineer-writing-condenser-values_482257-90848.jpg?_wi=5", imageAlt: "roof inspection leak detection home inspection professional survey" }, { id: "2", title: "Wildlife Entry Prevention", author: "Complete Solution", description: "Squirrels were accessing the attic through damaged roof areas. We sealed all entry points and reinforced vulnerable areas with durable materials.", tags: ["Wildlife", "Prevention"], - 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", imageAlt: "roofing crew professional workers roof installation construction team" + 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=5", imageAlt: "roofing crew professional workers roof installation construction team" } ]} animationType="slide-up" -- 2.49.1 From 26677c02977957bb1453b94e33c3fd3f39ecb221 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 21:16:44 +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 eb1cbdf..4aa9084 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function HomePage() { { text: "VIEW OUR WORK", href: "/gallery" } ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-house-architecture-navy-roof-wooden-soffit-blue-sky_626616-509.jpg?_wi=1" imageAlt="luxury home roof premium roofing sunset home architectural roof" frameStyle="card" mediaAnimation="slide-up" @@ -89,15 +89,15 @@ export default function HomePage() { features={[ { id: "1", title: "Roof Replacement", author: "Professional Installation", description: "Full system replacements using high-performance underlayment and materials built for Texas weather extremes.", tags: ["Replacement", "Installation"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "roof replacement before after tile roof home improvement" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=1", imageAlt: "roof replacement before after tile roof home improvement" }, { id: "2", title: "Leak Detection & Repair", author: "Expert Problem Solving", description: "We find the source — not just the symptom. Advanced diagnostics to locate and permanently fix water intrusion issues.", tags: ["Repair", "Detection"], - imageSrc: "http://img.b2bpic.net/free-photo/engineer-writing-condenser-values_482257-90848.jpg", imageAlt: "roof inspection leak detection home inspection professional survey" + imageSrc: "http://img.b2bpic.net/free-photo/engineer-writing-condenser-values_482257-90848.jpg?_wi=1", imageAlt: "roof inspection leak detection home inspection professional survey" }, { id: "3", title: "Tile Roofing Systems", author: "Specialized Expertise", description: "Expert tile roof installation, replacement, and restoration for homes with clay or concrete tile systems.", tags: ["Tile", "Specialty"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "roof replacement before after tile roof home improvement" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=2", imageAlt: "roof replacement before after tile roof home improvement" } ]} animationType="slide-up" @@ -139,15 +139,15 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Juan Martinez", handle: "@jmartinez", testimonial: "From start to finish Juan was great to work with. Friendly and made sure I got exactly what I needed. Professional and on time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "professional portrait business headshot customer testimonial satisfied client" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "professional portrait business headshot customer testimonial satisfied client" }, { id: "2", name: "Sarah Johnson", handle: "@sarahj", testimonial: "They figured out exactly how squirrels were getting in and blocked it. Problem solved completely. Best investment we made.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "professional portrait business headshot customer testimonial satisfied client" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "professional portrait business headshot customer testimonial satisfied client" }, { id: "3", name: "Michael Chen", handle: "@mchen", testimonial: "Very honorable business. They could have sold me a full replacement but diagnosed the real problem. Honest recommendations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "professional portrait business headshot customer testimonial satisfied client" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=3", imageAlt: "professional portrait business headshot customer testimonial satisfied client" } ]} showRating={true} -- 2.49.1 From fefbb484d290097e7142bf4bc033e63b0f05d47d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 21:16:45 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d72f7da..7ef3a32 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -43,19 +43,19 @@ export default function ServicesPage() { features={[ { id: "1", title: "Complete Roof Replacement", author: "Full System Installation", description: "Total roof system replacement using premium materials designed for Texas weather. Includes tear-off, underlayment, shingles, and all flashing components with comprehensive warranty coverage.", tags: ["Replacement", "Full Service"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "roof replacement before after tile roof home improvement" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=3", imageAlt: "roof replacement before after tile roof home improvement" }, { id: "2", title: "Emergency Leak Repair", author: "24/7 Response", description: "Fast response for roof leaks and storm damage. We provide temporary protection and permanent solutions to prevent further water damage to your home.", tags: ["Emergency", "Repair"], - imageSrc: "http://img.b2bpic.net/free-photo/engineer-writing-condenser-values_482257-90848.jpg", imageAlt: "roof inspection leak detection home inspection professional survey" + imageSrc: "http://img.b2bpic.net/free-photo/engineer-writing-condenser-values_482257-90848.jpg?_wi=3", imageAlt: "roof inspection leak detection home inspection professional survey" }, { id: "3", title: "Comprehensive Roof Inspection", author: "Detailed Assessment", description: "Thorough inspection of all roof components including shingles, flashing, gutters, and ventilation. Detailed report with photos and recommendations provided.", tags: ["Inspection", "Assessment"], - 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", imageAlt: "roofing crew professional workers roof installation construction team" + 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", imageAlt: "roofing crew professional workers roof installation construction team" }, { id: "4", title: "Tile & Specialty Roofing", author: "Expert Installation", description: "Specialized in clay and concrete tile roofing systems. Expert repair and replacement of individual tiles, underlayment upgrades, and complete tile roof restoration.", tags: ["Tile", "Specialty"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg", imageAlt: "roof replacement before after tile roof home improvement" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-24989.jpg?_wi=4", imageAlt: "roof replacement before after tile roof home improvement" } ]} animationType="slide-up" @@ -75,16 +75,16 @@ export default function ServicesPage() { features={[ { id: "1", title: "Free Detailed Inspection", author: "Step 1", description: "Comprehensive evaluation of your roof's condition with detailed photos and measurements. No obligation assessment to identify all issues.", tags: ["Free", "Assessment"], - imageSrc: "http://img.b2bpic.net/free-photo/engineer-writing-condenser-values_482257-90848.jpg", imageAlt: "roof inspection leak detection home inspection professional survey" + imageSrc: "http://img.b2bpic.net/free-photo/engineer-writing-condenser-values_482257-90848.jpg?_wi=4", imageAlt: "roof inspection leak detection home inspection professional survey" }, { id: "2", title: "Transparent Proposal", author: "Step 2", description: "Clear, itemized quote showing all work to be performed, materials to be used, and timeline. No hidden costs or surprise charges.", tags: ["Transparent", "Detailed"], - imageSrc: "http://img.b2bpic.net/free-photo/young-freelancers-having-project-discussion_1098-15101.jpg", imageAlt: "home consultation professional meeting customer service business discussion" + imageSrc: "http://img.b2bpic.net/free-photo/young-freelancers-having-project-discussion_1098-15101.jpg?_wi=2", imageAlt: "home consultation professional meeting customer service business discussion" }, { id: "3", title: "Professional Installation", author: "Step 3", description: "Skilled crews perform work using proper techniques and premium materials. Regular progress updates and quality checkpoints throughout.", tags: ["Professional", "Quality"], - 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", imageAlt: "roofing crew professional workers roof installation construction team" + 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=3", imageAlt: "roofing crew professional workers roof installation construction team" } ]} animationType="slide-up" -- 2.49.1