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} 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" 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" 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} 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}