diff --git a/src/app/page.tsx b/src/app/page.tsx index 67c158f..5c64da0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,23 +65,23 @@ export default function LandingPage() { imageAlt: "Fresh organic salad bowl", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-97260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-97260.jpg?_wi=1", imageAlt: "Gourmet artisan sandwich", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tagliatelle-with-cream-sauce-salmon_140725-2219.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tagliatelle-with-cream-sauce-salmon_140725-2219.jpg?_wi=1", imageAlt: "Gourmet organic pasta", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-ingredients-cutting-board_23-2148235076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-ingredients-cutting-board_23-2148235076.jpg?_wi=1", imageAlt: "Gourmet burger", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cream-pie-inside-designed-plate-with-candies-dark-space_140725-95438.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cream-pie-inside-designed-plate-with-candies-dark-space_140725-95438.jpg?_wi=1", imageAlt: "Pastry assortment", }, { - imageSrc: "http://img.b2bpic.net/free-photo/healthy-salad-with-avocadolettucetomato-chickpeas-wooden-table_123827-31934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-salad-with-avocadolettucetomato-chickpeas-wooden-table_123827-31934.jpg?_wi=1", imageAlt: "Healthy vegan bowl", }, ]} @@ -124,13 +124,13 @@ export default function LandingPage() { id: "1", name: "Organic Garden Salad", price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-97260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-97260.jpg?_wi=2", }, { id: "2", name: "Roasted Vegetable Pasta", price: "$18.00", - imageSrc: "http://img.b2bpic.net/free-photo/tagliatelle-with-cream-sauce-salmon_140725-2219.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tagliatelle-with-cream-sauce-salmon_140725-2219.jpg?_wi=2", }, { id: "3", @@ -142,19 +142,19 @@ export default function LandingPage() { id: "4", name: "Artisan Harvest Burger", price: "$16.00", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-ingredients-cutting-board_23-2148235076.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-ingredients-cutting-board_23-2148235076.jpg?_wi=2", }, { id: "5", name: "Fresh Pastry Selection", price: "$8.00", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cream-pie-inside-designed-plate-with-candies-dark-space_140725-95438.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cream-pie-inside-designed-plate-with-candies-dark-space_140725-95438.jpg?_wi=2", }, { id: "6", name: "Vegan Harvest Bowl", price: "$14.00", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-salad-with-avocadolettucetomato-chickpeas-wooden-table_123827-31934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-salad-with-avocadolettucetomato-chickpeas-wooden-table_123827-31934.jpg?_wi=2", }, ]} title="Our Signature Dishes"