Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-01 08:23:16 +00:00

View File

@@ -54,16 +54,16 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1840.jpg", imageAlt: "Fresh Italian pasta"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fettuccine-pasta-chicken-mushroom-parmesan-tomato-mint-sumakh-cocktail-side-view_141793-2362.jpg", imageAlt: "Creamy risotto dish"
imageSrc: "http://img.b2bpic.net/free-photo/fettuccine-pasta-chicken-mushroom-parmesan-tomato-mint-sumakh-cocktail-side-view_141793-2362.jpg?_wi=1", imageAlt: "Creamy risotto dish"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chocolade-eclairs-table_140725-9377.jpg", imageAlt: "Authentic tiramisu"
imageSrc: "http://img.b2bpic.net/free-photo/chocolade-eclairs-table_140725-9377.jpg?_wi=1", imageAlt: "Authentic tiramisu"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10406.jpg", imageAlt: "Braised osso buco"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10406.jpg?_wi=1", imageAlt: "Braised osso buco"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-grated-cheese-greens_140725-8747.jpg", imageAlt: "Pappardelle with truffle"
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-grated-cheese-greens_140725-8747.jpg?_wi=1", imageAlt: "Pappardelle with truffle"
}
]}
buttons={[
@@ -97,19 +97,19 @@ export default function LandingPage() {
features={[
{
id: "risotto", category: ["Risotto", "Main Course"],
title: "Risotto ai Funghi Porcini", imageSrc: "http://img.b2bpic.net/free-photo/fettuccine-pasta-chicken-mushroom-parmesan-tomato-mint-sumakh-cocktail-side-view_141793-2362.jpg", imageAlt: "Creamy mushroom risotto"
title: "Risotto ai Funghi Porcini", imageSrc: "http://img.b2bpic.net/free-photo/fettuccine-pasta-chicken-mushroom-parmesan-tomato-mint-sumakh-cocktail-side-view_141793-2362.jpg?_wi=2", imageAlt: "Creamy mushroom risotto"
},
{
id: "tiramisu", category: ["Dessert", "Classic"],
title: "Traditional Tiramisu", imageSrc: "http://img.b2bpic.net/free-photo/chocolade-eclairs-table_140725-9377.jpg", imageAlt: "Classic tiramisu dessert"
title: "Traditional Tiramisu", imageSrc: "http://img.b2bpic.net/free-photo/chocolade-eclairs-table_140725-9377.jpg?_wi=2", imageAlt: "Classic tiramisu dessert"
},
{
id: "osso-buco", category: ["Osso Buco", "Braised"],
title: "Osso Buco alla Milanese", imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10406.jpg", imageAlt: "Braised veal shanks"
title: "Osso Buco alla Milanese", imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10406.jpg?_wi=2", imageAlt: "Braised veal shanks"
},
{
id: "pappardelle", category: ["Pasta", "Premium"],
title: "Pappardelle al Tartufo", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-grated-cheese-greens_140725-8747.jpg", imageAlt: "Wide pasta with black truffle"
title: "Pappardelle al Tartufo", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-grated-cheese-greens_140725-8747.jpg?_wi=2", imageAlt: "Wide pasta with black truffle"
}
]}
animationType="slide-up"
@@ -130,10 +130,10 @@ export default function LandingPage() {
id: "specialty-1", name: "Saffron Risotto Milano Style", price: "$28", variant: "Creamy, Yellow Saffron", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-shakh-plov-cooked-rice-dish-with-raisins-inside-plate-white-desk_140725-97751.jpg", imageAlt: "Saffron risotto"
},
{
id: "specialty-2", name: "Tagliatelle Bolognese", price: "$24", variant: "Egg Pasta, Slow-cooked Ragù", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-grated-cheese-greens_140725-8747.jpg", imageAlt: "Tagliatelle with bolognese"
id: "specialty-2", name: "Tagliatelle Bolognese", price: "$24", variant: "Egg Pasta, Slow-cooked Ragù", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-grated-cheese-greens_140725-8747.jpg?_wi=3", imageAlt: "Tagliatelle with bolognese"
},
{
id: "specialty-3", name: "Saltimbocca alla Romana", price: "$32", variant: "Veal, Prosciutto, Sage", imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10406.jpg", imageAlt: "Saltimbocca dish"
id: "specialty-3", name: "Saltimbocca alla Romana", price: "$32", variant: "Veal, Prosciutto, Sage", imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10406.jpg?_wi=3", imageAlt: "Saltimbocca dish"
}
]}
gridVariant="three-columns-all-equal-width"