diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 559517a..6f6e798 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -66,11 +66,11 @@ export default function AboutPage() { "Handmade daily with premium durum wheat flour and eggs. From classic spaghetti to creative filled pastas.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/top-view-delicious-uncooked-pasta_23-2149164786.jpg", + "http://img.b2bpic.net/free-photo/top-view-delicious-uncooked-pasta_23-2149164786.jpg?_wi=3", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/some-assorted-pasta-bowls-grey-plaster-wicker-placemat-background-top-view_176474-64129.jpg", + "http://img.b2bpic.net/free-photo/some-assorted-pasta-bowls-grey-plaster-wicker-placemat-background-top-view_176474-64129.jpg?_wi=3", }, }, { @@ -80,11 +80,11 @@ export default function AboutPage() { "Fresh catch prepared with Mediterranean herbs and the finest olive oils. A taste of the Italian coast.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg", + "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg?_wi=4", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/plate-with-mussels-served-with-lemon-slices_140725-8999.jpg", + "http://img.b2bpic.net/free-photo/plate-with-mussels-served-with-lemon-slices_140725-8999.jpg?_wi=4", }, }, { @@ -94,11 +94,11 @@ export default function AboutPage() { "Creamy arborio rice dishes featuring seasonal ingredients and authentic preparation methods.", phoneOne: { imageSrc: - "http://img.b2bpic.net/free-photo/cooking-tomato-sauce_23-2147985220.jpg", + "http://img.b2bpic.net/free-photo/cooking-tomato-sauce_23-2147985220.jpg?_wi=4", }, phoneTwo: { imageSrc: - "http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902528.jpg", + "http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902528.jpg?_wi=3", }, }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 94baf5f..0cb0e46 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -48,7 +48,7 @@ export default function ContactPage() { variant: "sparkles-gradient", }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891127.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891127.jpg?_wi=2" imageAlt="Restaurant wine and ambiance" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 81407f0..f1c5df4 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' }, '*'); })(); +` + }} + /> + +