diff --git a/src/app/page.tsx b/src/app/page.tsx index b463d8c..d31c843 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,13 +49,13 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-chicken-meal-with-potatoes-vegetables-saucepan-red-stripped-towel-tomatoes-salt-gray-background_140725-159403.jpg", imageAlt: "Chef preparing delicious food"}, { - imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg", imageAlt: "Gourmet meal"}, + imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg?_wi=1", imageAlt: "Gourmet meal"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutrition-food-meal-planning_23-2149074242.jpg", imageAlt: "Fresh healthy bowl"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutrition-food-meal-planning_23-2149074242.jpg?_wi=1", imageAlt: "Fresh healthy bowl"}, { - imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg", imageAlt: "Savory dinner dish"}, + imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg?_wi=1", imageAlt: "Savory dinner dish"}, { - imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5032.jpg", imageAlt: "Refreshing salad"}, + imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5032.jpg?_wi=1", imageAlt: "Refreshing salad"}, ]} mediaAnimation="slide-up" /> @@ -70,16 +70,16 @@ export default function LandingPage() { products={[ { id: "1", brand: "Easy", name: "Classic Pasta", price: "15m", rating: 5, - reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg"}, + reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg?_wi=2"}, { id: "2", brand: "Medium", name: "Fresh Salad", price: "10m", rating: 4, - reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutrition-food-meal-planning_23-2149074242.jpg"}, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutrition-food-meal-planning_23-2149074242.jpg?_wi=2"}, { id: "3", brand: "Hard", name: "Beef Wellington", price: "90m", rating: 5, - reviewCount: "310", imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg"}, + reviewCount: "310", imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg?_wi=2"}, { id: "4", brand: "Easy", name: "Berry Smoothie", price: "5m", rating: 4, - reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5032.jpg"}, + reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5032.jpg?_wi=2"}, { id: "5", brand: "Medium", name: "Roasted Chicken", price: "45m", rating: 5, reviewCount: "202", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cookie-pastries-inside-plate-light-table-cake-biscuit-sugar-sweet-pastry-bake_140725-24490.jpg"}, @@ -138,9 +138,9 @@ export default function LandingPage() { description="Expert tips and tricks for your kitchen adventures." blogs={[ { - id: "1", category: "Technique", title: "Mastering The Sear", excerpt: "Learn how to get the perfect crust on your protein every time.", imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg", authorName: "Chef Maria", authorAvatar: "http://img.b2bpic.net/free-photo/top-view-nutrition-food-meal-planning_23-2149074242.jpg", date: "Oct 12, 2024"}, + id: "1", category: "Technique", title: "Mastering The Sear", excerpt: "Learn how to get the perfect crust on your protein every time.", imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg?_wi=3", authorName: "Chef Maria", authorAvatar: "http://img.b2bpic.net/free-photo/top-view-nutrition-food-meal-planning_23-2149074242.jpg", date: "Oct 12, 2024"}, { - id: "2", category: "Nutrition", title: "Healthy Meal Prep", excerpt: "Planning your week has never been easier or more delicious.", imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg", authorName: "Chef John", authorAvatar: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5032.jpg", date: "Oct 15, 2024"}, + id: "2", category: "Nutrition", title: "Healthy Meal Prep", excerpt: "Planning your week has never been easier or more delicious.", imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg?_wi=3", authorName: "Chef John", authorAvatar: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5032.jpg", date: "Oct 15, 2024"}, ]} />