diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 48cf11a..34c3f98 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -54,7 +54,7 @@ export default function GalleryPage() { price: "Completed 2024", rating: 5, reviewCount: "Chantilly", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-learning-shave-from-father_23-2149450886.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-learning-shave-from-father_23-2149450886.jpg?_wi=4", imageAlt: "Bathroom shower conversion project", }, { @@ -64,7 +64,7 @@ export default function GalleryPage() { price: "Completed 2024", rating: 5, reviewCount: "Herndon", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-cooking-home_23-2148869669.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-cooking-home_23-2148869669.jpg?_wi=3", imageAlt: "Kitchen remodeling project showcase", }, { @@ -74,7 +74,7 @@ export default function GalleryPage() { price: "Completed 2023", rating: 5, reviewCount: "Vienna", - imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-learning-his-girlfriend-play-video-games-television-using-controllers-couple-sitting-couch_482257-26568.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-learning-his-girlfriend-play-video-games-television-using-controllers-couple-sitting-couch_482257-26568.jpg?_wi=4", imageAlt: "Finished basement living area", }, { @@ -84,7 +84,7 @@ export default function GalleryPage() { price: "Completed 2023", rating: 5, reviewCount: "Arlington", - imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-smart-home-system-sleek-design_9975-33157.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-smart-home-system-sleek-design_9975-33157.jpg?_wi=2", imageAlt: "Luxury bathroom renovation", }, { @@ -94,7 +94,7 @@ export default function GalleryPage() { price: "Completed 2023", rating: 5, reviewCount: "Fairfax", - imageSrc: "http://img.b2bpic.net/free-photo/woman-finding-out-she-s-expecting-going-be-mother_23-2150167532.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-finding-out-she-s-expecting-going-be-mother_23-2150167532.jpg?_wi=2", imageAlt: "Finished basement bedroom", }, { @@ -104,7 +104,7 @@ export default function GalleryPage() { price: "Completed 2023", rating: 5, reviewCount: "Reston", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-with-spirit-level_23-2148384563.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-with-spirit-level_23-2148384563.jpg?_wi=2", imageAlt: "Professional framing and drywall project", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3148648..dad294e 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' }, '*'); })(); +` + }} + /> + +