diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 28ca0a2..ca6d60e 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -61,28 +61,28 @@ export default function GalleryPage() { id: "1", name: "Complete Lawn Replacement", price: "View Project", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stone-path-walk-run-garden_74190-8974.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stone-path-walk-run-garden_74190-8974.jpg?_wi=2", imageAlt: "before after lawn transformation comparison", }, { id: "2", name: "Yard Cleanup & Landscaping", price: "View Project", - imageSrc: "http://img.b2bpic.net/free-psd/open-house-template-design_23-2150957251.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/open-house-template-design_23-2150957251.jpg?_wi=2", imageAlt: "garden before after professional landscaping", }, { id: "3", name: "Tree Removal & Renovation", price: "View Project", - imageSrc: "http://img.b2bpic.net/free-psd/vertical-poster-template-indoor-plant-growing_23-2149301615.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/vertical-poster-template-indoor-plant-growing_23-2149301615.jpg?_wi=2", imageAlt: "tree removal before after landscape", }, { id: "4", name: "Landscape Redesign", price: "View Project", - imageSrc: "http://img.b2bpic.net/free-photo/agriculture-healthy-food_23-2151969783.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/agriculture-healthy-food_23-2151969783.jpg?_wi=2", imageAlt: "landscape renovation before after photos", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d4d2bcb..c263c7b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1427,6 +1427,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +