diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 245b089..4922f40 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -75,7 +75,7 @@ export default function GalleryPage() { price: "Premium", rating: 5, reviewCount: "2.1k+", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193558.jpg?_wi=3", imageAlt: "ceramic coating application luxury car", }, ]} @@ -91,7 +91,7 @@ export default function GalleryPage() { role: "Lamborghini Owner", company: "Automotive Enthusiast", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327171.jpg?_wi=3", }, { id: "2", @@ -99,7 +99,7 @@ export default function GalleryPage() { role: "Executive", company: "Premium Clientele", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-taking-selfie_23-2148142674.jpg?_wi=3", }, { id: "3", @@ -107,7 +107,7 @@ export default function GalleryPage() { role: "Mercedes Collector", company: "Automotive Connoisseur", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-holding-notepad-with-papers-posing_74855-9950.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-holding-notepad-with-papers-posing_74855-9950.jpg?_wi=3", }, ]} kpiItems={[ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4f51446..4acf7d2 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' }, '*'); })(); +` + }} + /> + +