diff --git a/src/app/page.tsx b/src/app/page.tsx index d1ba9b4..9686cad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,11 +73,11 @@ export default function LandingPage() { features={[ { id: "1", title: "Pan-Seared Scallops with Seasonal Vegetables", author: "Chef's Signature", description: "Perfectly seared scallops finished with lemon beurre blanc, accompanied by locally-sourced organic vegetables and microgreens.", tags: ["Appetizer", "Seafood"], - imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-dish-burrata-mozzarella_501050-759.jpg", imageAlt: "Pan-seared scallops plating" + imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-dish-burrata-mozzarella_501050-759.jpg?_wi=1", imageAlt: "Pan-seared scallops plating" }, { id: "2", title: "Handmade Pasta Primavera", author: "House Specialty", description: "Fresh tagliatelle crafted daily, tossed with vibrant seasonal vegetables, garlic-infused olive oil, and finished with aged parmesan.", tags: ["Main Course", "Vegetarian"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1840.jpg", imageAlt: "Handmade pasta primavera dish" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1840.jpg?_wi=1", imageAlt: "Handmade pasta primavera dish" }, { id: "3", title: "Decadent Chocolate Torte", author: "Dessert Selection", description: "Rich triple-layer chocolate creation with dark ganache, silky mousse, and a hint of espresso. Served with house-made vanilla ice cream.", tags: ["Dessert", "Chocolate"], @@ -98,10 +98,10 @@ export default function LandingPage() {