diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index 36000ec..12d986d 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -72,7 +72,7 @@ export default function EventsPage() { price: "No Cover Charge", rating: 5, reviewCount: "500+", - imageSrc: "http://img.b2bpic.net/free-photo/magic-look-handsome-young-man-black-clothes-sitting-chair-near-dark-room-with-light_146671-19721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/magic-look-handsome-young-man-black-clothes-sitting-chair-near-dark-room-with-light_146671-19721.jpg?_wi=2", imageAlt: "Live band performing at Blue Collar Sports Bar", }, { @@ -82,7 +82,7 @@ export default function EventsPage() { price: "Game Day Specials", rating: 5, reviewCount: "450+", - imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-night-out-together_23-2149173623.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-night-out-together_23-2149173623.jpg?_wi=2", imageAlt: "Excited crowd watching football game at sports bar", }, { @@ -92,7 +92,7 @@ export default function EventsPage() { price: "Starting at $16", rating: 5, reviewCount: "380+", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-with-vegetables_23-2148169168.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-with-vegetables_23-2148169168.jpg?_wi=2", imageAlt: "Fresh crispy fish fry special plate", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 223bbae..0f3c61c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1415,6 +1415,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +