Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-11 07:16:22 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}