From 274f066b8c58d04d97ebe3f6587156cccc711d23 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:19:18 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3d909da..476d377 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -86,7 +86,7 @@ export default function AboutPage() { description="We're committed to providing honest, reliable roofing services to families throughout Katy and the Greater Houston Area." tag="Trusted Local Service" tagAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=3" imageAlt="Professional roofing team" mediaAnimation="blur-reveal" accordionItems={[ @@ -147,7 +147,7 @@ export default function AboutPage() { avatarSrc: "http://img.b2bpic.net/free-photo/modern-man-with-coffee_23-2147961596.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/modern-man-with-coffee_23-2147961596.jpg", + "http://img.b2bpic.net/free-photo/modern-man-with-coffee_23-2147961596.jpg?_wi=2", }, { id: "2", @@ -160,7 +160,7 @@ export default function AboutPage() { avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", + "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg?_wi=2", }, { id: "3", @@ -173,7 +173,7 @@ export default function AboutPage() { avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-pointing-side-isolated-purple-wall_141793-94405.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-pointing-side-isolated-purple-wall_141793-94405.jpg", + "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-pointing-side-isolated-purple-wall_141793-94405.jpg?_wi=2", }, { id: "4", @@ -186,7 +186,7 @@ export default function AboutPage() { avatarSrc: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg", + "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg?_wi=2", }, { id: "5", @@ -199,7 +199,7 @@ export default function AboutPage() { avatarSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139114.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139114.jpg", + "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139114.jpg?_wi=2", }, { id: "6", @@ -212,7 +212,7 @@ export default function AboutPage() { avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-charming-casual-girl-joyfully-looking-camera-isolated_574295-3854.jpg", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-charming-casual-girl-joyfully-looking-camera-isolated_574295-3854.jpg", + "http://img.b2bpic.net/free-photo/beautiful-charming-casual-girl-joyfully-looking-camera-isolated_574295-3854.jpg?_wi=2", }, ]} title="What Our Clients Say" @@ -271,7 +271,7 @@ export default function AboutPage() { "Yes, we offer emergency storm damage repair services with fast response times. If your roof is damaged, contact us immediately and we'll prioritize your repair to protect your home from further damage.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-standing-sideways-camera-talking-smartphone-outdoors_259150-59320.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-standing-sideways-camera-talking-smartphone-outdoors_259150-59320.jpg?_wi=4" imageAlt="Professional roofing consultation" mediaAnimation="blur-reveal" mediaPosition="left" -- 2.49.1 From b18a0543aba86e04b8042260149ff92276948a0c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:19:18 +0000 Subject: [PATCH 2/5] 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 ffbf692..94eee57 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -115,7 +115,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/man-standing-sideways-camera-talking-smartphone-outdoors_259150-59320.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-standing-sideways-camera-talking-smartphone-outdoors_259150-59320.jpg?_wi=5" imageAlt="Professional roofing consultation" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1 From 7040c2a5afd72f56c9ad2953136727cd2f9dbfdf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:19:19 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d07a09d..af3bdee 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1434,6 +1434,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +