From c1c440ea0d9ef79c0a98f04f6d66dcce8eb5bf25 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:08:25 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 401f069..ad8afdc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -88,7 +88,7 @@ export default function AboutPage() { title: "Serving Tetouan", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-friends-with-drinks-table_23-2149066092.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-friends-with-drinks-table_23-2149066092.jpg?_wi=2" imageAlt="Cozy Frutello café atmosphere with customers enjoying their time" useInvertedBackground={false} mediaAnimation="slide-up" From 6fb025a7f16316f4413a5f273ef01694efc33ffb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:08:25 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index eda8fa1..b204725 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -169,7 +169,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-young-young-woman-sitting-modern-cafe_171337-17121.jpg?_wi=3" imageAlt="café welcoming customers interior warm" mediaAnimation="slide-up" mediaPosition="right" From 54a666da2ddb313d83b4911d2a2b06a92ef52af8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:08:26 +0000 Subject: [PATCH 3/6] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 4b80f2d..2c86dde 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -78,7 +78,7 @@ export default function GalleryPage() { name: "Interior Seating", price: "Welcoming", variant: "Comfortable & Cozy", - imageSrc: "http://img.b2bpic.net/free-photo/cheese-khachapuri-with-sauce-table_140725-2035.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-khachapuri-with-sauce-table_140725-2035.jpg?_wi=2", imageAlt: "Cozy café seating area", }, { @@ -86,7 +86,7 @@ export default function GalleryPage() { name: "Fresh Juices Bar", price: "Refreshing", variant: "Daily Fresh", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-ice-cream-forms_169016-1845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-ice-cream-forms_169016-1845.jpg?_wi=2", imageAlt: "Colorful fresh juices display", }, { @@ -94,7 +94,7 @@ export default function GalleryPage() { name: "Dessert Selection", price: "Delightful", variant: "Homemade", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-muffin-with-forest-fruit-baking-tray_23-2148718779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-muffin-with-forest-fruit-baking-tray_23-2148718779.jpg?_wi=3", imageAlt: "Display of homemade pastries and desserts", }, { @@ -102,7 +102,7 @@ export default function GalleryPage() { name: "Coffee Corner", price: "Premium", variant: "Expertly Brewed", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-beautiful-latte-art-wooden-table_23-2147908330.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-beautiful-latte-art-wooden-table_23-2147908330.jpg?_wi=3", imageAlt: "Barista preparing espresso drinks", }, { @@ -110,7 +110,7 @@ export default function GalleryPage() { name: "Breakfast Spread", price: "Filling", variant: "Fresh Daily", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bread-breakfast_1220-47.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-bread-breakfast_1220-47.jpg?_wi=2", imageAlt: "Beautiful breakfast presentation", }, { @@ -118,7 +118,7 @@ export default function GalleryPage() { name: "Outdoor Ambiance", price: "Relaxing", variant: "Al Fresco Dining", - imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-girl-sitting-table-cafe-with-cup-coffee-drink_627829-10597.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-brunette-girl-sitting-table-cafe-with-cup-coffee-drink_627829-10597.jpg?_wi=2", imageAlt: "Outdoor seating area with natural light", }, ]} From ea3b7d41aaa1d49dce6b6c898a7a00b218a6b2e5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:08:27 +0000 Subject: [PATCH 4/6] 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 316eeae..2658d01 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +