diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 07f2e92..ad47c0b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -98,7 +98,7 @@ export default function AboutPage() { "This place should always be hopping! Everything is perfect! From the food to the service, every detail shows how much they care.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", + "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg?_wi=2", imageAlt: "professional headshot woman smiling portrait", }, { @@ -109,7 +109,7 @@ export default function AboutPage() { "Best fine dining in Freeport! The creativity and quality are unmatched. Perfect for date night or celebrating with friends.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-upset-woman-black-shirt-posing-white-background-high-quality-photo_114579-60988.jpg", + "http://img.b2bpic.net/free-photo/portrait-upset-woman-black-shirt-posing-white-background-high-quality-photo_114579-60988.jpg?_wi=2", imageAlt: "professional headshot woman diverse portrait", }, { @@ -120,7 +120,7 @@ export default function AboutPage() { "Supporting local Latino business has never tasted so good. The passion in every dish is incredible.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-serious-business-man-suit-looking-work-laptop-white-background_1258-103931.jpg", + "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-serious-business-man-suit-looking-work-laptop-white-background_1258-103931.jpg?_wi=2", imageAlt: "professional headshot man portrait business", }, { @@ -131,7 +131,7 @@ export default function AboutPage() { "The atmosphere is vibrant and welcoming. Staff truly goes above and beyond. Will definitely be back!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/confident-woman-standing-white_114579-77602.jpg", + "http://img.b2bpic.net/free-photo/confident-woman-standing-white_114579-77602.jpg?_wi=2", imageAlt: "professional headshot woman studio portrait", }, ]} diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 6792f2d..54694ce 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -52,7 +52,7 @@ export default function GalleryPage() { price: "$22", variant: "Served with cilantro lime sauce", imageSrc: - "http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-95997.jpg", + "http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-95997.jpg?_wi=3", imageAlt: "Charred steak tacos", }, { @@ -61,7 +61,7 @@ export default function GalleryPage() { price: "$28", variant: "With tropical mango salsa", imageSrc: - "http://img.b2bpic.net/free-photo/fried-fish-narsharab-sauce_140725-4677.jpg", + "http://img.b2bpic.net/free-photo/fried-fish-narsharab-sauce_140725-4677.jpg?_wi=4", imageAlt: "Pan-seared mahi mahi", }, { @@ -70,7 +70,7 @@ export default function GalleryPage() { price: "$18", variant: "Slow-roasted with house sauce", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-liver-pate-with-onion-bread_141793-4065.jpg", + "http://img.b2bpic.net/free-photo/top-view-liver-pate-with-onion-bread_141793-4065.jpg?_wi=3", imageAlt: "BBQ pork sandwich", }, { @@ -79,7 +79,7 @@ export default function GalleryPage() { price: "$12", variant: "With berry compote", imageSrc: - "http://img.b2bpic.net/free-photo/front-view-red-nougat-sliced-with-nuts-fresh-red-strawberries-white-surface-sweet-dessert-nougat-nut-cake-biscuit_140725-53318.jpg", + "http://img.b2bpic.net/free-photo/front-view-red-nougat-sliced-with-nuts-fresh-red-strawberries-white-surface-sweet-dessert-nougat-nut-cake-biscuit_140725-53318.jpg?_wi=3", imageAlt: "Chocolate mousse dessert", }, ]} @@ -111,7 +111,7 @@ export default function GalleryPage() { "This place should always be hopping! Everything is perfect! From the food to the service, every detail shows how much they care.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", + "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg?_wi=3", imageAlt: "professional headshot woman smiling portrait", }, { @@ -122,7 +122,7 @@ export default function GalleryPage() { "Best fine dining in Freeport! The creativity and quality are unmatched. Perfect for date night or celebrating with friends.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-upset-woman-black-shirt-posing-white-background-high-quality-photo_114579-60988.jpg", + "http://img.b2bpic.net/free-photo/portrait-upset-woman-black-shirt-posing-white-background-high-quality-photo_114579-60988.jpg?_wi=3", imageAlt: "professional headshot woman diverse portrait", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 214eaba..873b904 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1427,6 +1427,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +