diff --git a/src/app/page.tsx b/src/app/page.tsx index 9502781..eb2588a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,9 +48,9 @@ export default function LandingPage() { { text: "Visit Us", href: "#contact" }, ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/coffee-fresh-aroma-drinking-relax_53876-23420.jpg", imageAlt: "cozy diner restaurant interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/coffee-fresh-aroma-drinking-relax_53876-23420.jpg?_wi=1", imageAlt: "cozy diner restaurant interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-kaiserschmarrn-with-torn-pancakes-cranberries-jam-apple-puree-table_181624-57311.jpg", imageAlt: "fresh breakfast plate eggs bacon" }, - { imageSrc: "http://img.b2bpic.net/free-photo/chicken-dish-restaurant-table_7939-2121.jpg", imageAlt: "fried fish platter lemon" }, + { imageSrc: "http://img.b2bpic.net/free-photo/chicken-dish-restaurant-table_7939-2121.jpg?_wi=1", imageAlt: "fried fish platter lemon" }, { imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-plate-with-tomato-sauce-parmesan-herbs_140725-5879.jpg", imageAlt: "homestyle comfort food meal" }, ]} /> @@ -73,8 +73,8 @@ export default function LandingPage() { textboxLayout="split" animationType="slide-up" features={[ - { id: "b-1", title: "Breakfast Favorites", author: "Daily 7am-11am", description: "Biscuits & gravy, fresh eggs, and hot cocoa to kickstart your morning.", tags: ["Classic", "Breakfast"], imageSrc: "http://img.b2bpic.net/free-photo/coffee-fresh-aroma-drinking-relax_53876-23420.jpg" }, - { id: "b-2", title: "Friday Fish Night", author: "Every Friday", description: "Our famous all-you-can-eat fish fry served with crispy golden fries and slaw.", tags: ["Popular", "Dinner"], imageSrc: "http://img.b2bpic.net/free-photo/chicken-dish-restaurant-table_7939-2121.jpg" }, + { id: "b-1", title: "Breakfast Favorites", author: "Daily 7am-11am", description: "Biscuits & gravy, fresh eggs, and hot cocoa to kickstart your morning.", tags: ["Classic", "Breakfast"], imageSrc: "http://img.b2bpic.net/free-photo/coffee-fresh-aroma-drinking-relax_53876-23420.jpg?_wi=2" }, + { id: "b-2", title: "Friday Fish Night", author: "Every Friday", description: "Our famous all-you-can-eat fish fry served with crispy golden fries and slaw.", tags: ["Popular", "Dinner"], imageSrc: "http://img.b2bpic.net/free-photo/chicken-dish-restaurant-table_7939-2121.jpg?_wi=2" }, ]} />