diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c42e0b..ccaf40a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-red-carpet-floor-tables-chairs_140725-8025.jpg", imageAlt: "Yukee's Restaurant Interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-avocado-raddish-orange-arugula-sauce_140725-1337.jpg?_wi=1", imageAlt: "Signature Main Course"}, + imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-with-avocado-raddish-orange-arugula-sauce_140725-1337.jpg", imageAlt: "Signature Main Course"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152913.jpg?_wi=1", imageAlt: "Happy Diners"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-together_23-2149152913.jpg", imageAlt: "Happy Diners"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -64,13 +64,13 @@ export default function LandingPage() {