diff --git a/src/app/page.tsx b/src/app/page.tsx index ed6314f..3fbdaa7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,11 +75,11 @@ export default function LandingPage() { description="Explore our most celebrated dishes, each crafted with meticulous attention to detail and premium ingredients." features={[ { - id: "1", title: "Pan-Seared Branzino", author: "Chef Marco", description: "Fresh Mediterranean branzino with crispy skin, served with seasonal vegetables, lemon beurre blanc, and micro greens. A restaurant favorite.", tags: ["Seafood", "Mediterranean"], + id: "1", title: "Pan-Seared Branzino — $48", author: "Chef Marco", description: "Fresh Mediterranean branzino with crispy skin, served with seasonal vegetables, lemon beurre blanc, and micro greens. A restaurant favorite.", tags: ["Seafood", "Mediterranean"], imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg?_wi=1", imageAlt: "Pan-seared branzino with vegetables" }, { - id: "2", title: "Truffle Risotto", author: "Chef Marco", description: "Creamy Arborio rice infused with black truffle and Parmigiano-Reggiano. Finished with wild mushrooms and fresh truffle shavings.", tags: ["Vegetarian", "Italian"], + id: "2", title: "Truffle Risotto — $56", author: "Chef Marco", description: "Creamy Arborio rice infused with black truffle and Parmigiano-Reggiano. Finished with wild mushrooms and fresh truffle shavings.", tags: ["Vegetarian", "Italian"], imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg?_wi=2", imageAlt: "Luxurious truffle risotto" } ]} @@ -184,4 +184,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file