From 53c3d73eb65e08821c861f1145208997343edd64 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 02:22:08 +0000 Subject: [PATCH 1/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, ]} -- 2.49.1 From f2af899cdde5de99c62b74d121244fe134bf0b14 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 02:22:09 +0000 Subject: [PATCH 2/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 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' }, '*'); })(); +` + }} + /> + +