From 34cb5d62d31d58d56f3096e90e325b763d08ba9a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:43:48 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d22c110..4aea8ef 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -52,7 +52,7 @@ export default function AboutPage() { { text: "Learn About Our Services", href: "/replacement-windows" }, { text: "Contact Us", href: "/contact" }, ]} - 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="Professional window installation team" mediaAnimation="slide-up" /> @@ -68,7 +68,7 @@ export default function AboutPage() { { value: "4.9★", title: "Customer Rating" }, { value: "217+", title: "Five-Star Reviews" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg?_wi=4" imageAlt="Professional home improvement expertise" useInvertedBackground={false} mediaAnimation="slide-up" -- 2.49.1 From 0e97d03a6b17213e55009a35317e5d180a0fc5f5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:43:49 +0000 Subject: [PATCH 2/4] 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 e6c825f..f6b527d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -51,7 +51,7 @@ export default function ContactPage() { { text: "Call (608) 519-3230", href: "tel:6085193230" }, { text: "Get Free Estimate", href: "#contact-form" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-couple-with-their-new-house-background-smiling_493343-29853.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-couple-with-their-new-house-background-smiling_493343-29853.jpg?_wi=2" imageAlt="Happy homeowners with new windows" mediaAnimation="slide-up" /> -- 2.49.1 From 464dd26b0d736d4435ea0bd63c97033493f9ef38 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 03:43:49 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e106e2..8aeed6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function HomePage() { { text: "Call (608) 519-3230", href: "tel:6085193230" }, { text: "Get Free Estimate", href: "#contact" }, ]} - 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="Energy-efficient replacement windows installed in La Crosse home" mediaAnimation="slide-up" /> @@ -74,7 +74,7 @@ export default function HomePage() { { value: "4.9★", title: "Google Rating" }, { value: "217+", title: "Five-Star Reviews" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg?_wi=1" imageAlt="Professional window installation and maintenance" useInvertedBackground={false} mediaAnimation="slide-up" @@ -89,7 +89,7 @@ export default function HomePage() { products={[ { id: "1", brand: "Vinyl Windows", name: "Replacement Windows", price: "Starting $350+", rating: 5, - reviewCount: "47", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-checking-products_23-2149148460.jpg", imageAlt: "Energy-efficient replacement windows"}, + reviewCount: "47", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-checking-products_23-2149148460.jpg?_wi=1", imageAlt: "Energy-efficient replacement windows"}, { id: "2", brand: "Glass Doors", name: "Patio Doors", price: "Starting $400+", rating: 5, reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/portraif-caucasian-woman-romantic-elegant-pink-long-dress-vacation-luxury-rich-villa-hotel-with-amazing-tropical-palm-trees-view-female-classic-white-hat_343596-2056.jpg", imageAlt: "Modern patio door installation"}, @@ -98,7 +98,7 @@ export default function HomePage() { reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13150.jpg", imageAlt: "Professional vinyl siding installation"}, { id: "4", brand: "Energy Efficient", name: "Entry Doors", price: "Starting $350+", rating: 5, - reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-with-their-new-house-background-smiling_493343-29853.jpg", imageAlt: "Premium entry door installation"}, + reviewCount: "31", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-with-their-new-house-background-smiling_493343-29853.jpg?_wi=1", imageAlt: "Premium entry door installation"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -113,7 +113,7 @@ export default function HomePage() { { id: "1", title: "Free In-Home Estimate", description: "We visit your home, assess your needs, and provide transparent pricing. No pressure, no hidden costs—just honest consultation with certified experts.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg", imageAlt: "Free in-home estimate process"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg?_wi=2", imageAlt: "Free in-home estimate process"}, items: [ { icon: Phone, text: "Call for free estimate" }, { icon: MapPin, text: "We come to you" }, @@ -124,7 +124,7 @@ export default function HomePage() { { id: "2", title: "Expert Installation", description: "Certified professionals handle every detail. Our teams work cleanly and respectfully, often finishing faster than expected with precision workmanship.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-magazine_23-2148415784.jpg", imageAlt: "Expert installation expertise"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-magazine_23-2148415784.jpg?_wi=1", imageAlt: "Expert installation expertise"}, items: [ { icon: Shield, text: "Licensed & insured" }, { icon: CheckCircle, text: "Certified experts" }, @@ -168,17 +168,17 @@ export default function HomePage() { Date: Tue, 3 Mar 2026 03:43:50 +0000 Subject: [PATCH 4/4] Update src/app/replacement-windows/page.tsx --- src/app/replacement-windows/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/replacement-windows/page.tsx b/src/app/replacement-windows/page.tsx index e0df3e9..53164e7 100644 --- a/src/app/replacement-windows/page.tsx +++ b/src/app/replacement-windows/page.tsx @@ -52,7 +52,7 @@ export default function ReplacementWindowsPage() { { text: "Get Free Estimate", href: "tel:6085193230" }, { text: "Learn More", href: "#features" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-women-checking-products_23-2149148460.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-women-checking-products_23-2149148460.jpg?_wi=2" imageAlt="Energy-efficient replacement windows showcase" mediaAnimation="slide-up" /> @@ -64,7 +64,7 @@ export default function ReplacementWindowsPage() { { id: "1", title: "Advanced Energy Efficiency", description: "Our replacement windows feature multi-chamber vinyl frames with low-E glass coating. Reduce heating and cooling costs by up to 30% while maintaining optimal indoor comfort throughout Wisconsin winters and summers.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-magazine_23-2148415784.jpg", imageAlt: "Advanced window technology"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-magazine_23-2148415784.jpg?_wi=2", imageAlt: "Advanced window technology"}, items: [ { icon: Zap, text: "30% energy savings" }, { icon: Award, text: "ENERGY STAR certified" }, @@ -75,7 +75,7 @@ export default function ReplacementWindowsPage() { { id: "2", title: "Professional Installation Process", description: "Our certified teams remove old windows and install new ones with precision. Proper sealing and insulation ensure long-lasting performance. We work cleanly and respect your home throughout the entire process.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg", imageAlt: "Professional installation expertise"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-looking-tape-measure_23-2148384474.jpg?_wi=3", imageAlt: "Professional installation expertise"}, items: [ { icon: Shield, text: "Licensed & insured" }, { icon: CheckCircle, text: "Certified experts" }, @@ -86,7 +86,7 @@ export default function ReplacementWindowsPage() { { id: "3", title: "Comprehensive Warranty Protection", description: "We stand behind every window we install with comprehensive warranties covering products and workmanship. Your investment is protected for years to come with our commitment to quality.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg", imageAlt: "Quality warranty coverage"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg?_wi=2", imageAlt: "Quality warranty coverage"}, items: [ { icon: Award, text: "Full warranty coverage" }, { icon: Shield, text: "Lifetime protection" }, @@ -118,7 +118,7 @@ export default function ReplacementWindowsPage() { id: "3", title: "Can replacement windows be installed year-round?", content: "Yes! Professional installation can happen any time of year. Our expert teams use advanced sealing techniques to ensure proper installation even in Wisconsin winters. We maintain building envelope integrity throughout the process."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-distraught-call-center-agent-communicating-with-client-while-using-desktop-pc-office_637285-6461.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-distraught-call-center-agent-communicating-with-client-while-using-desktop-pc-office_637285-6461.jpg?_wi=2" imageAlt="Customer support representative" mediaAnimation="slide-up" faqsAnimation="slide-up" -- 2.49.1