diff --git a/src/app/page.tsx b/src/app/page.tsx index c7e5073..1293dec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,10 +78,10 @@ export default function LandingPage() { title="Our Signature Menu" description="Hand-crafted Belgian dishes designed for recovery and enjoyment." products={[ - { id: "1", name: "Belgian Steak with Fries", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-meat-broccoli-homemade-potatoes_140725-2187.jpg?_wi=1" }, - { id: "2", name: "Chicken Burger", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/dinning-room-table-chairs_1339-4043.jpg?_wi=2" }, - { id: "3", name: "Cheese Croquettes", price: "9€", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-meat-broccoli-homemade-potatoes_140725-2187.jpg?_wi=2" }, - { id: "4", name: "Belgian Waffles", price: "7€", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-meat-broccoli-homemade-potatoes_140725-2187.jpg?_wi=3" }, + { id: "1", name: "Belgian Steak with Fries", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/steak-fries_35647-1234.jpg?_wi=1" }, + { id: "2", name: "Chicken Burger", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/chicken-burger-fries_1339-5043.jpg?_wi=2" }, + { id: "3", name: "Cheese Croquettes", price: "9€", imageSrc: "http://img.b2bpic.net/free-photo/cheese-croquettes-salad_140725-3387.jpg?_wi=2" }, + { id: "4", name: "Spaghetti Bolognese", price: "12€", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-bolognese_140725-4487.jpg?_wi=3" }, ]} />