Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-07 20:40:40 +00:00
2 changed files with 1378 additions and 11 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -50,15 +50,15 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-bolognese-garnished-with-cherry-tomatoes-parmesan-slices_140725-1624.jpg", imageAlt: "Carbonara Pasta"},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-bolognese-garnished-with-cherry-tomatoes-parmesan-slices_140725-1624.jpg?_wi=1", imageAlt: "Carbonara Pasta"},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-with-sliced-mushroom-herb_140725-6279.jpg", imageAlt: "Risotto Mushroom"},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-with-sliced-mushroom-herb_140725-6279.jpg?_wi=1", imageAlt: "Risotto Mushroom"},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/meat-cutting-glass-champagne_140725-2149.jpg", imageAlt: "Osso Buco"},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/meat-cutting-glass-champagne_140725-2149.jpg?_wi=1", imageAlt: "Osso Buco"},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/sweet-cake-table_140725-1424.jpg", imageAlt: "Tiramisu Dessert"},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/sweet-cake-table_140725-1424.jpg?_wi=1", imageAlt: "Tiramisu Dessert"},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/plate-quince-dolma-made-with-minced-meat_140725-1663.jpg", imageAlt: "Panna Cotta"},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/plate-quince-dolma-made-with-minced-meat_140725-1663.jpg?_wi=1", imageAlt: "Panna Cotta"},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/sliced-grilled-chicken-breast-eggplant-zucchini-greens-basil-buns-tomato-top-view_141793-4206.jpg", imageAlt: "Restaurant Ambiance"},
]}
@@ -82,17 +82,17 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Pasta alla Carbonara", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-bolognese-garnished-with-cherry-tomatoes-parmesan-slices_140725-1624.jpg", imageAlt: "Creamy carbonara with guanciale and pecorino"},
id: "1", name: "Pasta alla Carbonara", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-bolognese-garnished-with-cherry-tomatoes-parmesan-slices_140725-1624.jpg?_wi=2", imageAlt: "Creamy carbonara with guanciale and pecorino"},
{
id: "2", name: "Risotto ai Funghi", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-with-sliced-mushroom-herb_140725-6279.jpg", imageAlt: "Creamy mushroom risotto with truffle oil"},
id: "2", name: "Risotto ai Funghi", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-with-sliced-mushroom-herb_140725-6279.jpg?_wi=2", imageAlt: "Creamy mushroom risotto with truffle oil"},
{
id: "3", name: "Osso Buco", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/meat-cutting-glass-champagne_140725-2149.jpg", imageAlt: "Braised veal shanks with gremolata"},
id: "3", name: "Osso Buco", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/meat-cutting-glass-champagne_140725-2149.jpg?_wi=2", imageAlt: "Braised veal shanks with gremolata"},
{
id: "4", name: "Tiramisu", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/sweet-cake-table_140725-1424.jpg", imageAlt: "Classic Italian tiramisu with cocoa"},
id: "4", name: "Tiramisu", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/sweet-cake-table_140725-1424.jpg?_wi=2", imageAlt: "Classic Italian tiramisu with cocoa"},
{
id: "5", name: "Panna Cotta", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/plate-quince-dolma-made-with-minced-meat_140725-1663.jpg", imageAlt: "Silky panna cotta with berry compote"},
id: "5", name: "Panna Cotta", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/plate-quince-dolma-made-with-minced-meat_140725-1663.jpg?_wi=2", imageAlt: "Silky panna cotta with berry compote"},
{
id: "6", name: "Pasta ai Frutti di Mare", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-bolognese-garnished-with-cherry-tomatoes-parmesan-slices_140725-1624.jpg", imageAlt: "Fresh seafood pasta with clams and mussels"},
id: "6", name: "Pasta ai Frutti di Mare", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-bolognese-garnished-with-cherry-tomatoes-parmesan-slices_140725-1624.jpg?_wi=3", imageAlt: "Fresh seafood pasta with clams and mussels"},
]}
/>
</div>