diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 2538592..d1b2409 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -57,35 +57,35 @@ export default function GalleryPage() { id: "1", name: "Before & After Roof Replacement", price: "Full Restoration", - imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-3266.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-3266.jpg?_wi=3", imageAlt: "Professional roof replacement before and after", }, { id: "2", name: "Premium Shingle Installation", price: "Residential Project", - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg?_wi=3", imageAlt: "Professional asphalt shingle roof installation", }, { id: "3", name: "Modern Metal Roof System", price: "Contemporary Design", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-together-with-helmets_23-2149343707.jpg?_wi=5", imageAlt: "Metal roof installation professional team", }, { id: "4", name: "Commercial Flat Roof Project", price: "Large Scale Installation", - imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937901.jpg?_wi=4", imageAlt: "Commercial flat roof installation", }, { id: "5", name: "Skylight Installation", price: "Natural Light Solution", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-glass-roof-modern-building-blue-sky_181624-8373.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-glass-roof-modern-building-blue-sky_181624-8373.jpg?_wi=3", imageAlt: "Skylight installation in modern building", }, { diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2cb571d..0b00535 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' }, '*'); })(); +` + }} + /> + +