diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8782223..e88a6db 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -101,7 +101,7 @@ export default function AboutPage() { value: "500+", title: "Projects Completed", description: "Successfully transformed homes and businesses since 2009.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engineer-architect-looking-clipboard_23-2148233772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engineer-architect-looking-clipboard_23-2148233772.jpg?_wi=2", imageAlt: "Renovation projects completed", }, { @@ -109,7 +109,7 @@ export default function AboutPage() { value: "98%", title: "Client Satisfaction", description: "Our clients consistently rate us highly for quality and service.", - imageSrc: "http://img.b2bpic.net/free-photo/group-professional-engineers_23-2147704204.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-professional-engineers_23-2147704204.jpg?_wi=2", imageAlt: "Satisfied clients", }, { @@ -117,7 +117,7 @@ export default function AboutPage() { value: "15+", title: "Years Experience", description: "More than a decade of proven expertise in renovation industry.", - imageSrc: "http://img.b2bpic.net/free-photo/man-reading-blueprint-near-colleagues_23-2147808039.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-reading-blueprint-near-colleagues_23-2147808039.jpg?_wi=3", imageAlt: "Professional team experience", }, ]} @@ -141,7 +141,7 @@ export default function AboutPage() { role: "Excellence in Execution", company: "Every Detail Matters", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-man-smiling-portrait_23-2149280769.jpg?_wi=2", imageAlt: "Quality commitment", }, { @@ -150,7 +150,7 @@ export default function AboutPage() { role: "Open Communication", company: "No Hidden Costs", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Transparency principle", }, { @@ -159,7 +159,7 @@ export default function AboutPage() { role: "Modern Solutions", company: "Latest Techniques", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-bu-office-building_1303-31732.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-bu-office-building_1303-31732.jpg?_wi=2", imageAlt: "Innovation focus", }, { @@ -168,7 +168,7 @@ export default function AboutPage() { role: "On-Time Delivery", company: "Trusted Partner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-outdoors_1262-20546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-outdoors_1262-20546.jpg?_wi=2", imageAlt: "Reliability commitment", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 952cedc..101d64d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -112,7 +112,7 @@ export default function ContactPage() { }} buttonText="Send Inquiry" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/working-from-home-time-management-concept_23-2149065331.jpg" + imageSrc="http://img.b2bpic.net/free-photo/working-from-home-time-management-concept_23-2149065331.jpg?_wi=5" imageAlt="renovation planning discussion interior" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5e1e890..b4e2bb4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1425,6 +1425,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +