From 435188751b0b5e1fe6077ef43feded8a84950fc7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:05:24 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", }, ]} -- 2.49.1 From b3e497969a8ca264091acf115c7a067274dc6b02 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:05:25 +0000 Subject: [PATCH 2/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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", }, ]} -- 2.49.1 From 75031b244a0c3910778600a386d5fe0417951e47 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:05:25 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) 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' }, '*'); })(); +` + }} + /> + +