diff --git a/src/app/recipes/page.tsx b/src/app/recipes/page.tsx index ef84b69..850ce16 100644 --- a/src/app/recipes/page.tsx +++ b/src/app/recipes/page.tsx @@ -55,7 +55,7 @@ export default function RecipesPage() { price: "Beginner", rating: 5, reviewCount: "1.2k", - imageSrc: "http://img.b2bpic.net/free-photo/grated-cheese-farfalle-pasta-plate_23-2147925968.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grated-cheese-farfalle-pasta-plate_23-2147925968.jpg?_wi=2", imageAlt: "Fresh homemade pasta with creamy carbonara sauce", }, { @@ -65,7 +65,7 @@ export default function RecipesPage() { price: "Intermediate", rating: 5, reviewCount: "980", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-preparing-pizza_23-2150235804.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-preparing-pizza_23-2150235804.jpg?_wi=2", imageAlt: "Authentic wood fired pizza preparation", }, { @@ -75,7 +75,7 @@ export default function RecipesPage() { price: "Beginner", rating: 5, reviewCount: "1.5k", - imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomatoes-with-olive-oil-mushrooms-raw-pastas-marble_114579-66618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomatoes-with-olive-oil-mushrooms-raw-pastas-marble_114579-66618.jpg?_wi=2", imageAlt: "Classic spaghetti with garlic and oil", }, { @@ -85,7 +85,7 @@ export default function RecipesPage() { price: "Beginner", rating: 5, reviewCount: "856", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-vegetables-red-cabbage-green-tomato-pumpkin-red-onion-bell-pepper-caulifower-lemon-wooden-bowls-white-wooden-surface-free-space_140725-63310.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-vegetables-red-cabbage-green-tomato-pumpkin-red-onion-bell-pepper-caulifower-lemon-wooden-bowls-white-wooden-surface-free-space_140725-63310.jpg?_wi=2", imageAlt: "Fresh colorful salad with organic vegetables", }, { @@ -95,7 +95,7 @@ export default function RecipesPage() { price: "Advanced", rating: 5, reviewCount: "2.1k", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-jelly-delicious-dessert-plate_23-2148238722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-jelly-delicious-dessert-plate_23-2148238722.jpg?_wi=2", imageAlt: "Elegant gourmet chocolate dessert", }, { @@ -105,7 +105,7 @@ export default function RecipesPage() { price: "Intermediate", rating: 5, reviewCount: "2.4k", - imageSrc: "http://img.b2bpic.net/free-photo/spoons-with-assorted-pasta_23-2147853422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spoons-with-assorted-pasta_23-2147853422.jpg?_wi=2", imageAlt: "Traditional spaghetti with meat sauce", }, ]} @@ -126,7 +126,7 @@ export default function RecipesPage() { {/* Footer */}