From efb84091c69695b8daa143aad375c1a908bd6720 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:30:13 +0000 Subject: [PATCH 01/11] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b551e3a..6e48894 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -54,17 +54,17 @@ export default function AboutPage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg", + "http://img.b2bpic.net/free-photo/construction-people-working-roof_23-2149343666.jpg?_wi=2", imageAlt: "Essential Roofing team at work", }, { imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343643.jpg", + "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343643.jpg?_wi=2", imageAlt: "Professional roofing installation", }, { imageSrc: - "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks_342744-442.jpg", + "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks_342744-442.jpg?_wi=1", imageAlt: "Experienced roofing professional", }, ]} From 7b895521152cd63f7524b90bffafc5ccceb6f675 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:30:14 +0000 Subject: [PATCH 02/11] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 24c9f78..6b1ca98 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -50,42 +50,42 @@ export default function GalleryPage() { id: "1", name: "Before & After Roof Replacement", price: "Transformation Project", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-construction-roof-daylight_23-2148748815.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-construction-roof-daylight_23-2148748815.jpg?_wi=5", imageAlt: "Roof replacement before after comparison", }, { id: "2", name: "Premium Shingle Roof Installation", price: "Residential Excellence", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-roof_23-2149343643.jpg?_wi=7", imageAlt: "Professional asphalt shingle roof", }, { id: "3", name: "Modern Metal Roofing System", price: "Durable & Stylish", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-working-roof_23-2149343654.jpg?_wi=7", imageAlt: "Metal roof installation professional", }, { id: "4", name: "Commercial Flat Roof Project", price: "Large Scale Installation", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-high-stone-bridge-with-clear-blue-sky_181624-1811.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-high-stone-bridge-with-clear-blue-sky_181624-1811.jpg?_wi=4", imageAlt: "Commercial flat roof installation", }, { id: "5", name: "Skylight Installation", price: "Natural Light Enhancement", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-walking-sspring-park_1157-21317.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-walking-sspring-park_1157-21317.jpg?_wi=4", imageAlt: "Skylight installation roof window", }, { id: "6", name: "Gutter & Fascia Work", price: "Complete Exterior Care", - imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg?_wi=2", imageAlt: "New gutter and fascia installation", }, ]} From 4c1b8fcad1248b5b2f248bf6c2c06eca482e185d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:30:14 +0000 Subject: [PATCH 03/11] 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 aac103c..3e2a75e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +