From 6dd20fa1909ff9e54cda47535dc9678e88f15c4e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:30:48 +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 76d6805..0438cc9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -86,21 +86,21 @@ export default function AboutPage() { value: "24/7", title: "Always Open", description: "Round-the-clock dining for any craving", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-having-lunch_23-2150598339.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-having-lunch_23-2150598339.jpg?_wi=3", }, { id: "2", value: "4.6★", title: "Guest Approved", description: "Highly rated by over 70 satisfied customers", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table-cafe_1150-4001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table-cafe_1150-4001.jpg?_wi=4", }, { id: "3", value: "30+", title: "Menu Items", description: "Fresh American cuisine for all tastes", - imageSrc: "http://img.b2bpic.net/free-photo/high-view-fresh-salad-bowl_23-2148585835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-view-fresh-salad-bowl_23-2148585835.jpg?_wi=4", }, ]} title="Why Choose CanteenM" -- 2.49.1 From 6e2db11b4ae33f6a2969ca7e722df513e3b4332c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:30:49 +0000 Subject: [PATCH 2/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 2f0fce2..ff089f0 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -76,7 +76,7 @@ export default function GalleryPage() { name: "Pizza Parma", price: "$16.99", variant: "Fresh mozzarella, prosciutto, basil", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-meringue-cake-with-pine-cone_23-2148368222.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-meringue-cake-with-pine-cone_23-2148368222.jpg?_wi=3", imageAlt: "Pizza Parma with prosciutto and fresh basil", }, { @@ -84,7 +84,7 @@ export default function GalleryPage() { name: "Spicy Margherita Pizza", price: "$14.99", variant: "Tomato sauce, mozzarella, hot peppers", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3976.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3976.jpg?_wi=3", imageAlt: "Spicy Margherita pizza with hot peppers", }, { @@ -92,7 +92,7 @@ export default function GalleryPage() { name: "Classic American Burger", price: "$15.99", variant: "Beef patty, cheese, lettuce, tomato, special sauce", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-wooden-board-with-fresh-tomatoes_23-2148238496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-wooden-board-with-fresh-tomatoes_23-2148238496.jpg?_wi=4", imageAlt: "Classic American burger with cheese and toppings", }, { @@ -100,7 +100,7 @@ export default function GalleryPage() { name: "American Breakfast Combo", price: "$12.99", variant: "Eggs, bacon, pancakes, toast, coffee", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-breakfast-meal-composition_23-2148833953.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-breakfast-meal-composition_23-2148833953.jpg?_wi=3", imageAlt: "Classic American breakfast with eggs and bacon", }, ]} @@ -126,7 +126,7 @@ export default function GalleryPage() { role: "Tourist", company: "Visiting from Boston", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elderly-businesswoman-sitting-outside-cafe_1303-19462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elderly-businesswoman-sitting-outside-cafe_1303-19462.jpg?_wi=2", }, { id: "2", @@ -134,7 +134,7 @@ export default function GalleryPage() { role: "Business Traveler", company: "Frequent Guest", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=2", }, { id: "3", @@ -142,7 +142,7 @@ export default function GalleryPage() { role: "Local", company: "Manhattan Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting_23-2149213193.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting_23-2149213193.jpg?_wi=2", }, { id: "4", @@ -150,7 +150,7 @@ export default function GalleryPage() { role: "Night Worker", company: "Times Square Professional", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-laughing-european-female-white-t-shirt-posing-park_273443-3164.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-laughing-european-female-white-t-shirt-posing-park_273443-3164.jpg?_wi=2", }, ]} /> -- 2.49.1 From 1d19aca6ddebdb867f5b64a4ca783a2b3e0a62ca Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:30:50 +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 846f2f3..85cbe8a 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' }, '*'); })(); +` + }} + /> + +