diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 23676bf..8732f35 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -81,7 +81,7 @@ export default function AboutPage() { description: "Meticulously plated dishes that showcase Chef Thomas Keller's dedication to perfection and innovation.", imageSrc: - "http://img.b2bpic.net/free-photo/plate-quince-dolma-made-with-minced-meat_140725-1663.jpg", + "http://img.b2bpic.net/free-photo/plate-quince-dolma-made-with-minced-meat_140725-1663.jpg?_wi=2", imageAlt: "Fine dining plated cuisine", }, { @@ -90,7 +90,7 @@ export default function AboutPage() { description: "Our skilled brigade executes each dish with precision and passion in our state-of-the-art kitchen.", imageSrc: - "http://img.b2bpic.net/free-photo/chef-cooking-recipe_23-2148145541.jpg", + "http://img.b2bpic.net/free-photo/chef-cooking-recipe_23-2148145541.jpg?_wi=2", imageAlt: "Professional fine dining kitchen", }, { @@ -99,7 +99,7 @@ export default function AboutPage() { description: "Sophisticated dining room overlooking Central Park, creating an atmosphere of refined luxury.", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190922.jpg", + "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190922.jpg?_wi=2", imageAlt: "Elegant dining room interior", }, ]} diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 9da9670..10c20f8 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -82,7 +82,7 @@ export default function GalleryPage() { description: "Meticulously plated dishes that showcase Chef Thomas Keller's dedication to perfection and innovation.", imageSrc: - "http://img.b2bpic.net/free-photo/plate-quince-dolma-made-with-minced-meat_140725-1663.jpg", + "http://img.b2bpic.net/free-photo/plate-quince-dolma-made-with-minced-meat_140725-1663.jpg?_wi=3", imageAlt: "Fine dining plated cuisine", }, { @@ -91,7 +91,7 @@ export default function GalleryPage() { description: "Our skilled brigade executes each dish with precision and passion in our state-of-the-art kitchen.", imageSrc: - "http://img.b2bpic.net/free-photo/chef-cooking-recipe_23-2148145541.jpg", + "http://img.b2bpic.net/free-photo/chef-cooking-recipe_23-2148145541.jpg?_wi=3", imageAlt: "Professional fine dining kitchen", }, { @@ -100,7 +100,7 @@ export default function GalleryPage() { description: "Sophisticated dining room overlooking Central Park, creating an atmosphere of refined luxury.", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190922.jpg", + "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190922.jpg?_wi=3", imageAlt: "Elegant dining room interior", }, ]} @@ -129,7 +129,7 @@ export default function GalleryPage() { price: "Included", variant: "Premier Opening Course", imageSrc: - "http://img.b2bpic.net/free-photo/different-kinds-colorful-sandwiches-chopping-board_23-2147922312.jpg", + "http://img.b2bpic.net/free-photo/different-kinds-colorful-sandwiches-chopping-board_23-2147922312.jpg?_wi=5", imageAlt: "Caviar amuse-bouche", }, { @@ -138,7 +138,7 @@ export default function GalleryPage() { price: "Included", variant: "Signature Main Course", imageSrc: - "http://img.b2bpic.net/free-photo/penne-pasta-with-mussels-side-view_140725-9154.jpg", + "http://img.b2bpic.net/free-photo/penne-pasta-with-mussels-side-view_140725-9154.jpg?_wi=5", imageAlt: "Butter-poached Maine lobster", }, { @@ -147,7 +147,7 @@ export default function GalleryPage() { price: "Included", variant: "Delicate Fish Course", imageSrc: - "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens_140725-8792.jpg", + "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens_140725-8792.jpg?_wi=4", imageAlt: "Rainbow trout", }, { @@ -156,7 +156,7 @@ export default function GalleryPage() { price: "Included", variant: "Premium Seafood", imageSrc: - "http://img.b2bpic.net/free-photo/front-view-chef-holding-shrimp-recipe_23-2148510863.jpg", + "http://img.b2bpic.net/free-photo/front-view-chef-holding-shrimp-recipe_23-2148510863.jpg?_wi=5", imageAlt: "Sashimi with caviar", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 841d7f0..ff9f5b8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1434,6 +1434,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +