From 88f5d757d1345a74632abc8b66c73c736af12e36 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:03:42 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1421418..f5e0672 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,7 +46,7 @@ export default function AboutPage() { { text: "Request Quote", href: "/contact" }, { text: "Learn More", href: "#about-details" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752025.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752025.jpg?_wi=3" imageAlt="Guardian Homestyle team" textPosition="bottom-left" showBlur={true} -- 2.49.1 From bdbae46e7c2ba833334f6a1f43bdc0376696af6a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:03:42 +0000 Subject: [PATCH 2/5] 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 31ba87b..b2e4d85 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -45,7 +45,7 @@ export default function ContactPage() { { text: "Call Now", href: "tel:+40123456789" }, { text: "Scroll to Form", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg?_wi=1" imageAlt="Customer service support" textPosition="bottom-left" showBlur={true} @@ -70,7 +70,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg?_wi=2" imageAlt="Contact Guardian Homestyle for window and door installation" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1 From 5379f3c562d20e098342925a22ec28043929defa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:03:43 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0258db5..7a2fb5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function HomePage() { icon: Heart, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752025.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752025.jpg?_wi=1" imageAlt="Professional window and door installation team" mediaAnimation="blur-reveal" imagePosition="right" -- 2.49.1 From 870d9e2b4ab0073e1d794e3eedcc6fc8a175ffdd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:03:44 +0000 Subject: [PATCH 4/5] Update src/app/service-area/page.tsx --- src/app/service-area/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/service-area/page.tsx b/src/app/service-area/page.tsx index cbe7e5a..9ccd418 100644 --- a/src/app/service-area/page.tsx +++ b/src/app/service-area/page.tsx @@ -46,7 +46,7 @@ export default function ServiceAreaPage() { { text: "Call Now", href: "tel:+40123456789" }, { text: "Get Quote", href: "/contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752025.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752025.jpg?_wi=4" imageAlt="Service area coverage" textPosition="bottom-left" showBlur={true} -- 2.49.1 From 6e208f1d83352ae10f7717663c42812f85075531 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:03:45 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index eef40dd..f4e8cae 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -46,7 +46,7 @@ export default function ServicesPage() { { text: "Call Now", href: "tel:+40123456789" }, { text: "Request Quote", href: "/contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752025.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752025.jpg?_wi=2" imageAlt="Professional window and door services" textPosition="bottom-left" showBlur={true} -- 2.49.1