From a3619a8f4883420dcf2f3c8b1671408ab1180bff Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:26:05 +0000 Subject: [PATCH 1/7] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8629998..0d501de 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -100,28 +100,28 @@ export default function ContactPage() { id: 1, title: "Sunday - Thursday", description: "12:00 PM - 12:00 AM", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-north-america-map-pinpoint_23-2148232460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-north-america-map-pinpoint_23-2148232460.jpg?_wi=2", imageAlt: "Restaurant location", }, { id: 2, title: "Friday - Saturday", description: "12:00 PM - 12:30 AM", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=2", imageAlt: "Restaurant interior", }, { id: 3, title: "Location", description: "6800 Visitors Circle, Orlando, FL 32819", - imageSrc: "http://img.b2bpic.net/free-vector/watercolor-shibori-pattern_23-2148887247.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/watercolor-shibori-pattern_23-2148887247.jpg?_wi=2", imageAlt: "Restaurant decor", }, { id: 4, title: "Contact", description: "+1 (407) 237-9490", - imageSrc: "http://img.b2bpic.net/free-vector/support-chat_23-2147610159.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/support-chat_23-2147610159.jpg?_wi=2", imageAlt: "Phone contact", }, ]} -- 2.49.1 From c8792f76f290da991c19cb57a27841567be7aa88 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:26:05 +0000 Subject: [PATCH 2/7] Update src/app/gift-cards/page.tsx --- src/app/gift-cards/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/gift-cards/page.tsx b/src/app/gift-cards/page.tsx index 64f178e..b29ea1a 100644 --- a/src/app/gift-cards/page.tsx +++ b/src/app/gift-cards/page.tsx @@ -25,28 +25,28 @@ export default function GiftCardsPage() { id: "1", title: "$25 Gift Card", description: "Perfect for a quick bite or appetizers with friends", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-lime_23-2148750462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-lime_23-2148750462.jpg?_wi=8", imageAlt: "Gift card value $25", }, { id: "2", title: "$50 Gift Card", description: "Ideal for a full meal with drinks for one or two", - imageSrc: "http://img.b2bpic.net/free-photo/man-squeezing-cloth-from-yellow-natural-pigment_23-2148734408.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-squeezing-cloth-from-yellow-natural-pigment_23-2148734408.jpg?_wi=7", imageAlt: "Gift card value $50", }, { id: "3", title: "$100 Gift Card", description: "Premium gift for a memorable dining experience", - imageSrc: "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159769.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159769.jpg?_wi=8", imageAlt: "Gift card value $100", }, { id: "4", title: "Custom Amount", description: "Create your own gift card amount up to $500", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-eggplants-dish-still-life_23-2150561812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-eggplants-dish-still-life_23-2150561812.jpg?_wi=8", imageAlt: "Custom gift card amount", }, ]; @@ -128,27 +128,27 @@ export default function GiftCardsPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-lime_23-2148750462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-lime_23-2148750462.jpg?_wi=9", imageAlt: "Sizzling fajitas", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-squeezing-cloth-from-yellow-natural-pigment_23-2148734408.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-squeezing-cloth-from-yellow-natural-pigment_23-2148734408.jpg?_wi=8", imageAlt: "Homemade tamales", }, { - imageSrc: "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159769.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dipping-nacho-chips_23-2148159769.jpg?_wi=9", imageAlt: "Enchiladas", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-eggplants-dish-still-life_23-2150561812.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-eggplants-dish-still-life_23-2150561812.jpg?_wi=9", imageAlt: "Chiles rellenos", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447844.jpg?_wi=5", imageAlt: "Guacamole", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fruit-iced-cocktail-table_141793-281.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fruit-iced-cocktail-table_141793-281.jpg?_wi=4", imageAlt: "Margarita", }, ]} -- 2.49.1 From e188ee80f8e2d96fe2a818bc55cafdf5195299a6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:26:06 +0000 Subject: [PATCH 3/7] 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 ec09365..dcbcfa2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1433,6 +1433,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +