diff --git a/src/app/page.tsx b/src/app/page.tsx index b31a8e9..337d866 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,6 +114,42 @@ export default function LandingPage() { }, { id: "3", name: "Chocolate Indulgence", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-snack_329181-2965.jpg", imageAlt: "Chocolate Indulgence Dessert" + }, + { + id: "4", name: "Truffle Risotto", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/risotto-with-mushrooms-wooden-table_23-2149739292.jpg", imageAlt: "Truffle Risotto" + }, + { + id: "5", name: "Seared Foie Gras", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-dish-on-white-plate_23-2149739391.jpg", imageAlt: "Seared Foie Gras" + }, + { + id: "6", name: "Lobster Thermidor", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/fresh-lobster-plate-restaurant_23-2149739456.jpg", imageAlt: "Lobster Thermidor" + }, + { + id: "7", name: "Duck Confit", price: "$44", imageSrc: "http://img.b2bpic.net/free-photo/roasted-duck-leg-with-herbs_23-2149739523.jpg", imageAlt: "Duck Confit" + }, + { + id: "8", name: "Venison Wellington", price: "$56", imageSrc: "http://img.b2bpic.net/free-photo/beef-wellington-fine-dining_23-2149739587.jpg", imageAlt: "Venison Wellington" + }, + { + id: "9", name: "Branzino en Papillote", price: "$46", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-lemon-herbs_23-2149739654.jpg", imageAlt: "Branzino en Papillote" + }, + { + id: "10", name: "Beef Bourguignon", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/beef-burgundy-classic-french-dish_23-2149739721.jpg", imageAlt: "Beef Bourguignon" + }, + { + id: "11", name: "Crème Brûlée", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/classic-creme-brulee-dessert_23-2149739788.jpg", imageAlt: "Crème Brûlée" + }, + { + id: "12", name: "Soufflé Grand Marnier", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/elegant-souffel-dessert_23-2149739855.jpg", imageAlt: "Soufflé Grand Marnier" + }, + { + id: "13", name: "Château de Fromage", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-cheese-board-selection_23-2149739922.jpg", imageAlt: "Château de Fromage" + }, + { + id: "14", name: "Panna Cotta Passion Fruit", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/silky-panna-cotta-fruit_23-2149739989.jpg", imageAlt: "Panna Cotta Passion Fruit" + }, + { + id: "15", name: "Tasting Menu Selection", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/multi-course-tasting-menu-plating_23-2149740056.jpg", imageAlt: "Tasting Menu Selection" } ]} />