diff --git a/src/app/page.tsx b/src/app/page.tsx index 728c033..5ab0efa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,8 +50,8 @@ export default function LandingPage() { ]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict-served-with-bread-crackers-green-salad_114579-2594.jpg", imageAlt: "Metro Cafe signature breakfast platter" }, - { imageSrc: "http://img.b2bpic.net/free-photo/delicious-waffles-with-vanilla-ice-cream-strawberries-raspberries-breakfast-table_181624-57039.jpg", imageAlt: "Fluffy pancakes with fresh berries" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-meat-bun-sandwich-fries_140725-82159.jpg", imageAlt: "Artisanal burger lunch special" } + { imageSrc: "http://img.b2bpic.net/free-photo/delicious-waffles-with-vanilla-ice-cream-strawberries-raspberries-breakfast-table_181624-57039.jpg?_wi=1", imageAlt: "Fluffy pancakes with fresh berries" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-meat-bun-sandwich-fries_140725-82159.jpg?_wi=1", imageAlt: "Artisanal burger lunch special" } ]} autoplayDelay={4000} showDimOverlay={true} @@ -74,10 +74,10 @@ export default function LandingPage() {