From af026ec597b6032d4d491d6acc83c99ea1cf409b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 05:01:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a8b43b..5377c64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,19 +58,19 @@ export default function LandingPage() { imageAlt: "Chef preparing delicious food", }, { - imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg", + 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", + 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5032.jpg?_wi=1", imageAlt: "Refreshing salad", }, ]} @@ -91,7 +91,7 @@ export default function LandingPage() { name: "Classic Pasta", price: "15m", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/piece-roasted-meat-served-with-breaded-squid-ring_651396-1441.jpg?_wi=2", }, { id: "2", @@ -99,7 +99,7 @@ export default function LandingPage() { name: "Fresh Salad", price: "10m", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutrition-food-meal-planning_23-2149074242.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-nutrition-food-meal-planning_23-2149074242.jpg?_wi=2", }, { id: "3", @@ -107,7 +107,7 @@ export default function LandingPage() { name: "Beef Wellington", price: "90m", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/foie-gras-duck-meat-with-sweet-sauce_1203-9378.jpg?_wi=2", }, { id: "4", @@ -115,7 +115,7 @@ export default function LandingPage() { name: "Berry Smoothie", price: "5m", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5032.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-ceramic-plate-with-fresh-salad-wooden-surface_343596-5032.jpg?_wi=2", }, { id: "5", @@ -210,7 +210,7 @@ export default function LandingPage() { 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", + 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", @@ -220,7 +220,7 @@ export default function LandingPage() { 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", + 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", -- 2.49.1