diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4e81cd7..c174c54 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -72,14 +72,14 @@ export default function AboutPage() { id: "2", name: "Local Ingredients", price: "Farm Fresh", - imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-delicious-vegetable-salad_114579-83669.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-delicious-vegetable-salad_114579-83669.jpg?_wi=3", imageAlt: "Fresh local vegetables", }, { id: "3", name: "Warm Hospitality", price: "Always", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg?_wi=3", imageAlt: "Welcoming restaurant interior", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3cd133e..838459a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -78,7 +78,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg?_wi=4" imageAlt="Tamar Mepe restaurant interior" mediaPosition="right" mediaAnimation="opacity" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f79a5af..3bb1881 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1414,6 +1414,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +