diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c2cf163..bb22f95 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -95,7 +95,7 @@ export default function AboutPage() { title: "Dine-In Experience", tags: ["Comfortable Seating", "Friendly Staff"], imageSrc: - "http://img.b2bpic.net/free-photo/happy-smiling-bartender-barista-using-coffee-machine-prepare-order-making-cappuccino-latte_1258-203406.jpg", + "http://img.b2bpic.net/free-photo/happy-smiling-bartender-barista-using-coffee-machine-prepare-order-making-cappuccino-latte_1258-203406.jpg?_wi=2", imageAlt: "restaurant dining experience comfortable seating", }, { @@ -103,7 +103,7 @@ export default function AboutPage() { title: "Drive-Through Service", tags: ["Quick Service", "No Contact"], imageSrc: - "http://img.b2bpic.net/free-photo/young-adults-traveling-london_23-2149259470.jpg", + "http://img.b2bpic.net/free-photo/young-adults-traveling-london_23-2149259470.jpg?_wi=2", imageAlt: "drive through window service food", }, { @@ -111,7 +111,7 @@ export default function AboutPage() { title: "Fast Delivery", tags: ["Same Day", "Reliable"], imageSrc: - "http://img.b2bpic.net/free-photo/delivery-concept-portrait-handsome-african-american-pizza-delivery-man-isolated-grey-studio-background-copy-space_1258-102231.jpg", + "http://img.b2bpic.net/free-photo/delivery-concept-portrait-handsome-african-american-pizza-delivery-man-isolated-grey-studio-background-copy-space_1258-102231.jpg?_wi=2", imageAlt: "food delivery person bike motorcycle", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fd9096b..597cc19 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' }, '*'); })(); +` + }} + /> + +