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", }, ]} 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", }, ]} 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' }, '*'); })(); +` + }} + /> + +