From 2777f7db4fc3dcaced704183f58804bf18350b59 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:33:42 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b14edc3..5eb668a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -93,14 +93,14 @@ export default function AboutPage() { id: 2, title: "Expert Installation Specialists", description: "Our installation team specializes in trim, windows, doors, and exterior work. Each team member is trained, insured, and dedicated to delivering flawless results on every project.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg?_wi=2", imageAlt: "Installation specialists at work" }, { id: 3, title: "Local Community Advocates", description: "We're proud members of the Front Range community. Our team gives back through local partnerships and sponsorships while building lasting relationships with our neighbors.", - imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=3", imageAlt: "Team collaboration and communication" } ]} @@ -120,7 +120,7 @@ export default function AboutPage() { value: "Quality First", title: "Craftsmanship Excellence", description: "We refuse to cut corners. Every nail, every trim piece, every installation is done right.", - imageSrc: "http://img.b2bpic.net/free-photo/details-classic-oak-furniture-closeup-old-sofa-classic-office-interior-design-concept-space-text_166373-2661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/details-classic-oak-furniture-closeup-old-sofa-classic-office-interior-design-concept-space-text_166373-2661.jpg?_wi=2", imageAlt: "Quality craftsmanship detail" }, { @@ -128,7 +128,7 @@ export default function AboutPage() { value: "Trust Built", title: "Local & Honest", description: "We're your neighbors. We stand behind our work and build relationships on honesty and accountability.", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199117.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199117.jpg?_wi=3", imageAlt: "Customer satisfaction and trust" } ]} @@ -153,7 +153,7 @@ export default function AboutPage() { role: "Homeowner", company: "Denver Area", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Jen Posey testimonial" }, { @@ -162,7 +162,7 @@ export default function AboutPage() { role: "Homeowner", company: "Fort Collins", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=2", imageAlt: "Sarah Martinez testimonial" }, { @@ -171,7 +171,7 @@ export default function AboutPage() { role: "Home Investor", company: "Littleton Area", rating: 5, - 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=3", imageAlt: "James Anderson testimonial" } ]} -- 2.49.1 From bf707fa93cee9fca66e8e987b0a3a3a153dd7180 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:33:43 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5f0c9ad..f6220de 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -93,7 +93,7 @@ export default function ContactPage() { required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/carpentry-workspace_23-2147773344.jpg" + imageSrc="http://img.b2bpic.net/free-photo/carpentry-workspace_23-2147773344.jpg?_wi=2" imageAlt="Professional handyman with tools" mediaAnimation="slide-up" mediaPosition="right" @@ -112,7 +112,7 @@ export default function ContactPage() { value: "(720) 555-0147", title: "Call for Immediate Assistance", description: "Speak directly with our team for urgent questions or to schedule quickly.", - imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=5", imageAlt: "Customer service phone support" }, { @@ -120,7 +120,7 @@ export default function ContactPage() { value: "Front Range, CO", title: "Serving Your Local Community", description: "Proudly serving Denver, Boulder, Fort Collins, and surrounding areas.", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199117.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199117.jpg?_wi=5", imageAlt: "Local service area map" } ]} -- 2.49.1 From b49a499a3b933cb0abee0acb52ba1e6913b03ec3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:33:43 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3352b2..550878f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,7 +100,7 @@ export default function HomePage() { { text: "Request Quote", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg" + imageSrc="http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=1" imageAlt="Professional kitchen remodeling project" imagePosition="right" mediaAnimation="slide-up" @@ -133,28 +133,28 @@ export default function HomePage() { id: 1, title: "Trim & Molding Replacement", description: "Expert installation and replacement of interior and exterior trim, crown molding, and baseboards to enhance your home's aesthetic appeal.", - imageSrc: "http://img.b2bpic.net/free-photo/details-classic-oak-furniture-closeup-old-sofa-classic-office-interior-design-concept-space-text_166373-2661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/details-classic-oak-furniture-closeup-old-sofa-classic-office-interior-design-concept-space-text_166373-2661.jpg?_wi=1", imageAlt: "Trim and molding installation" }, { id: 2, title: "Window Installation & Repair", description: "Professional window installation, replacement, and repair services. We work with quality materials to improve energy efficiency and home value.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg?_wi=1", imageAlt: "Window installation services" }, { id: 3, title: "Door Installation & Repair", description: "Complete door services including installation, repairs, and refinishing for entry doors, interior doors, and specialty applications.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-delivering-groceries_23-2149663591.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-delivering-groceries_23-2149663591.jpg?_wi=1", imageAlt: "Door installation and repair" }, { id: 4, title: "Siding & Exterior Work", description: "High-quality siding repair and installation to protect your home while improving curb appeal and energy performance.", - imageSrc: "http://img.b2bpic.net/free-photo/single-sun-canopy-stands-pebbly-beach-sunny-day-city-beach-black-sea-coast_166373-2276.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/single-sun-canopy-stands-pebbly-beach-sunny-day-city-beach-black-sea-coast_166373-2276.jpg?_wi=1", imageAlt: "Exterior siding work" } ]} @@ -177,7 +177,7 @@ export default function HomePage() { name: "Kitchen Renovation", price: "Complete Transformation", variant: "Trim & Fixtures", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199117.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199117.jpg?_wi=1", imageAlt: "Kitchen renovation project" }, { @@ -193,7 +193,7 @@ export default function HomePage() { name: "Exterior Deck", price: "Outdoor Living", variant: "New Construction", - imageSrc: "http://img.b2bpic.net/free-photo/single-sun-canopy-stands-pebbly-beach-sunny-day-city-beach-black-sea-coast_166373-2276.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/single-sun-canopy-stands-pebbly-beach-sunny-day-city-beach-black-sea-coast_166373-2276.jpg?_wi=2", imageAlt: "Deck and patio project" } ]} @@ -219,7 +219,7 @@ export default function HomePage() { role: "Homeowner", company: "Denver Area", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Jen Posey testimonial" }, { @@ -228,7 +228,7 @@ export default function HomePage() { role: "Property Owner", company: "Boulder County", rating: 5, - 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: "Ty Vigil testimonial" }, { @@ -237,7 +237,7 @@ export default function HomePage() { role: "Homeowner", company: "Fort Collins", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=1", imageAlt: "Sarah Martinez testimonial" }, { @@ -246,7 +246,7 @@ export default function HomePage() { role: "Home Investor", company: "Littleton Area", rating: 5, - 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: "James Anderson testimonial" }, { @@ -289,7 +289,7 @@ export default function HomePage() { value: "15+", title: "Years of Experience", description: "Serving the Front Range with dedication and quality", - imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=2", imageAlt: "Experience in home improvement" }, { @@ -297,7 +297,7 @@ export default function HomePage() { value: "500+", title: "Projects Completed", description: "Happy families in the Front Range region", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199117.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199117.jpg?_wi=2", imageAlt: "Portfolio of completed projects" } ]} @@ -364,7 +364,7 @@ export default function HomePage() { required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/carpentry-workspace_23-2147773344.jpg" + imageSrc="http://img.b2bpic.net/free-photo/carpentry-workspace_23-2147773344.jpg?_wi=1" imageAlt="Professional handyman with tools" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 39307a392c42b9404c911267c8d45c745d1762d3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:33:44 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index bd77a82..8c40ae8 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -89,28 +89,28 @@ export default function ServicesPage() { id: 1, title: "Trim & Molding Replacement", description: "Expert installation and replacement of interior and exterior trim, crown molding, baseboards, and decorative details. We work with premium materials to enhance your home's beauty and value.", - imageSrc: "http://img.b2bpic.net/free-photo/details-classic-oak-furniture-closeup-old-sofa-classic-office-interior-design-concept-space-text_166373-2661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/details-classic-oak-furniture-closeup-old-sofa-classic-office-interior-design-concept-space-text_166373-2661.jpg?_wi=3", imageAlt: "Trim and molding installation" }, { id: 2, title: "Window Installation & Repair", description: "Professional window installation, replacement, and repair services. We work with quality materials and skilled installation to improve energy efficiency, security, and home value.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg?_wi=3", imageAlt: "Window installation services" }, { id: 3, title: "Door Installation & Repair", description: "Complete door services including installation, repairs, refinishing, and upgrades for entry doors, interior doors, sliding doors, and specialty applications.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-delivering-groceries_23-2149663591.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-delivering-groceries_23-2149663591.jpg?_wi=2", imageAlt: "Door installation and repair" }, { id: 4, title: "Siding & Exterior Work", description: "High-quality siding repair and installation to protect your home from the elements while improving curb appeal, energy performance, and overall property value.", - imageSrc: "http://img.b2bpic.net/free-photo/single-sun-canopy-stands-pebbly-beach-sunny-day-city-beach-black-sea-coast_166373-2276.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/single-sun-canopy-stands-pebbly-beach-sunny-day-city-beach-black-sea-coast_166373-2276.jpg?_wi=3", imageAlt: "Exterior siding work" } ]} @@ -130,7 +130,7 @@ export default function ServicesPage() { value: "Licensed & Insured", title: "Professional Credentials", description: "Full licensing and insurance coverage for your peace of mind and protection.", - imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=4", imageAlt: "Professional certification" }, { @@ -138,7 +138,7 @@ export default function ServicesPage() { value: "Free Estimates", title: "Transparent Pricing", description: "No surprise costs. We provide detailed, honest estimates before any work begins.", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199117.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199117.jpg?_wi=4", imageAlt: "Transparent service pricing" } ]} -- 2.49.1