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" 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" 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", }, ]} 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' }, '*'); })(); +` + }} + /> + +