diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 97e42d1..1227dab 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -63,42 +63,42 @@ export default function LandingPage() { name: "Cheeseburger Fries", price: "$13.99", category: "Appetizers", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sweet-potato_23-2148619072.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sweet-potato_23-2148619072.jpg?_wi=4", }, { id: "m2", name: "Boneless Wings", price: "$9.99", category: "Appetizers", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sweet-potato_23-2148619072.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sweet-potato_23-2148619072.jpg?_wi=5", }, { id: "m3", name: "Caesar Salad", price: "$10.49", category: "Salads", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-salad-plate_23-2147761589.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-salad-plate_23-2147761589.jpg?_wi=3", }, { id: "m4", name: "Deli Turkey & Cheese", price: "$11.99", category: "Sandwiches", - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg?_wi=6", }, { id: "m5", name: "BBB BBQ Bacon Bleu", price: "$15.99", category: "Burgers", - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg?_wi=7", }, { id: "m6", name: "Grilled Cheese", price: "$6.99", category: "Kids", - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg?_wi=8", }, ]} /> diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index bea770c..db4a20c 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -69,13 +69,13 @@ export default function LandingPage() { icon: ShoppingBag, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg?_wi=9", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sweet-potato_23-2148619072.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sweet-potato_23-2148619072.jpg?_wi=6", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/barista-with-drink-looking-away_23-2147830585.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-with-drink-looking-away_23-2147830585.jpg?_wi=3", imageAlt: "gourmet american burger restaurant", }, { @@ -84,13 +84,13 @@ export default function LandingPage() { icon: Truck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-salad-plate_23-2147761589.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-salad-plate_23-2147761589.jpg?_wi=4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg?_wi=10", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg?_wi=11", imageAlt: "gourmet bacon cheeseburger on plate", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ed66b8..c6ff4d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,32 +77,32 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/barista-with-drink-looking-away_23-2147830585.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-with-drink-looking-away_23-2147830585.jpg?_wi=1", imageAlt: "Modern restaurant interior", }, { id: "h2", - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg?_wi=1", imageAlt: "Gourmet bacon cheeseburger", }, { id: "h3", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sweet-potato_23-2148619072.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sweet-potato_23-2148619072.jpg?_wi=1", imageAlt: "Crispy loaded cheese fries", }, { id: "h4", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-salad-plate_23-2147761589.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-salad-plate_23-2147761589.jpg?_wi=1", imageAlt: "Fresh garden salad", }, { id: "h5", - imageSrc: "http://img.b2bpic.net/free-photo/barista-with-drink-looking-away_23-2147830585.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barista-with-drink-looking-away_23-2147830585.jpg?_wi=2", imageAlt: "Cozy restaurant setting", }, { id: "h6", - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg?_wi=2", imageAlt: "Artisan craft burger", }, ]} @@ -120,37 +120,37 @@ export default function LandingPage() { id: "p1", name: "Tyson Burger", price: "$16.49", - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg?_wi=3", }, { id: "p2", name: "Cheeseburger Fries", price: "$13.99", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sweet-potato_23-2148619072.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sweet-potato_23-2148619072.jpg?_wi=2", }, { id: "p3", name: "Southwest Chicken Salad", price: "$14.49", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-salad-plate_23-2147761589.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-salad-plate_23-2147761589.jpg?_wi=2", }, { id: "p4", name: "Nashville Ranch Wrap", price: "$13.49", - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg?_wi=4", }, { id: "p5", name: "BBB BBQ Bacon Bleu", price: "$15.99", - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-ham-tomatoes-cabbage_140725-2354.jpg?_wi=5", }, { id: "p6", name: "Mozzarella Sticks", price: "$9.99", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sweet-potato_23-2148619072.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sweet-potato_23-2148619072.jpg?_wi=3", }, ]} title="Featured Favorites"