diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 7ec4881..b6a814d 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -60,7 +60,7 @@ export default function GalleryPage() { price: "Comfortable & Welcoming", rating: 5, reviewCount: "Family Friendly", - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=3", imageAlt: "Beautiful restaurant dining area with warm ambiance", }, { @@ -70,7 +70,7 @@ export default function GalleryPage() { price: "Fresh & Hygienic", rating: 5, reviewCount: "Quality Assured", - imageSrc: "http://img.b2bpic.net/free-photo/chief-cook-holds-pork-meat-fry-pan-kitchen_613910-12477.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chief-cook-holds-pork-meat-fry-pan-kitchen_613910-12477.jpg?_wi=2", imageAlt: "Professional restaurant kitchen with modern equipment", }, { @@ -80,7 +80,7 @@ export default function GalleryPage() { price: "Warm Reception", rating: 5, reviewCount: "Always Open", - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-dining-room-comtemporary-style-concept_53876-31643.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-design-dining-room-comtemporary-style-concept_53876-31643.jpg?_wi=2", imageAlt: "Restaurant entrance and elegant reception area", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f95234b..bfd24a8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1428,6 +1428,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +