Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-09 14:16:10 +00:00
5 changed files with 1394 additions and 27 deletions

View File

@@ -66,11 +66,11 @@ export default function AboutPage() {
"Handmade daily with premium durum wheat flour and eggs. From classic spaghetti to creative filled pastas.",
phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-delicious-uncooked-pasta_23-2149164786.jpg",
"http://img.b2bpic.net/free-photo/top-view-delicious-uncooked-pasta_23-2149164786.jpg?_wi=3",
},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/some-assorted-pasta-bowls-grey-plaster-wicker-placemat-background-top-view_176474-64129.jpg",
"http://img.b2bpic.net/free-photo/some-assorted-pasta-bowls-grey-plaster-wicker-placemat-background-top-view_176474-64129.jpg?_wi=3",
},
},
{
@@ -80,11 +80,11 @@ export default function AboutPage() {
"Fresh catch prepared with Mediterranean herbs and the finest olive oils. A taste of the Italian coast.",
phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg",
"http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg?_wi=4",
},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/plate-with-mussels-served-with-lemon-slices_140725-8999.jpg",
"http://img.b2bpic.net/free-photo/plate-with-mussels-served-with-lemon-slices_140725-8999.jpg?_wi=4",
},
},
{
@@ -94,11 +94,11 @@ export default function AboutPage() {
"Creamy arborio rice dishes featuring seasonal ingredients and authentic preparation methods.",
phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/cooking-tomato-sauce_23-2147985220.jpg",
"http://img.b2bpic.net/free-photo/cooking-tomato-sauce_23-2147985220.jpg?_wi=4",
},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902528.jpg",
"http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902528.jpg?_wi=3",
},
},
]}

View File

@@ -48,7 +48,7 @@ export default function ContactPage() {
variant: "sparkles-gradient",
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891127.jpg"
imageSrc="http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891127.jpg?_wi=2"
imageAlt="Restaurant wine and ambiance"
mediaAnimation="slide-up"
mediaPosition="right"

File diff suppressed because it is too large Load Diff

View File

@@ -85,28 +85,28 @@ export default function MenuPage() {
id: "1",
name: "Spaghetti alla Carbonara",
price: "$18.99",
imageSrc: "http://img.b2bpic.net/free-photo/cheese-pasta-topped-with-ham_140725-3720.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheese-pasta-topped-with-ham_140725-3720.jpg?_wi=2",
imageAlt: "Creamy spaghetti alla carbonara",
},
{
id: "2",
name: "Pappardelle al Ragù",
price: "$22.99",
imageSrc: "http://img.b2bpic.net/free-photo/sauce-stir-frying-spaghetti-stir-frying-macaroni-black-plate_1150-25381.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sauce-stir-frying-spaghetti-stir-frying-macaroni-black-plate_1150-25381.jpg?_wi=2",
imageAlt: "Wide ribbon pasta with rich meat sauce",
},
{
id: "3",
name: "Linguine al Pesto",
price: "$19.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-uncooked-pasta_23-2149164786.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-uncooked-pasta_23-2149164786.jpg?_wi=2",
imageAlt: "Fresh linguine with basil pesto",
},
{
id: "4",
name: "Fettuccine Alfredo",
price: "$17.99",
imageSrc: "http://img.b2bpic.net/free-photo/some-assorted-pasta-bowls-grey-plaster-wicker-placemat-background-top-view_176474-64129.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/some-assorted-pasta-bowls-grey-plaster-wicker-placemat-background-top-view_176474-64129.jpg?_wi=2",
imageAlt: "Creamy fettuccine alfredo",
},
]}
@@ -128,21 +128,21 @@ export default function MenuPage() {
id: "1",
name: "Spaghetti ai Frutti di Mare",
price: "$28.99",
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg?_wi=2",
imageAlt: "Spaghetti with mixed seafood",
},
{
id: "2",
name: "Branzino al Forno",
price: "$32.99",
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-mussels-served-with-lemon-slices_140725-8999.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-mussels-served-with-lemon-slices_140725-8999.jpg?_wi=2",
imageAlt: "Grilled Mediterranean branzino",
},
{
id: "3",
name: "Scampi al Limone",
price: "$26.99",
imageSrc: "http://img.b2bpic.net/free-photo/cooking-tomato-sauce_23-2147985220.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cooking-tomato-sauce_23-2147985220.jpg?_wi=2",
imageAlt: "Lemon garlic shrimp scampi",
},
]}
@@ -164,10 +164,10 @@ export default function MenuPage() {
title: "Risotto ai Funghi",
description: "Creamy mushroom risotto with porcini and truffle oil. A rich and earthy masterpiece that showcases Italian culinary tradition.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/cooking-tomato-sauce_23-2147985220.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cooking-tomato-sauce_23-2147985220.jpg?_wi=3",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902528.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902528.jpg?_wi=2",
},
},
{
@@ -175,10 +175,10 @@ export default function MenuPage() {
title: "Risotto ai Frutti di Mare",
description: "Seafood risotto with clams, mussels, and scallops. Fresh Mediterranean flavors combined with creamy arborio rice.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg?_wi=3",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-mussels-served-with-lemon-slices_140725-8999.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-mussels-served-with-lemon-slices_140725-8999.jpg?_wi=3",
},
},
]}

View File

@@ -103,14 +103,14 @@ export default function HomePage() {
id: "1",
name: "Spaghetti alla Carbonara",
price: "$18.99",
imageSrc: "http://img.b2bpic.net/free-photo/cheese-pasta-topped-with-ham_140725-3720.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheese-pasta-topped-with-ham_140725-3720.jpg?_wi=1",
imageAlt: "Creamy spaghetti alla carbonara",
},
{
id: "2",
name: "Pappardelle al Ragù",
price: "$22.99",
imageSrc: "http://img.b2bpic.net/free-photo/sauce-stir-frying-spaghetti-stir-frying-macaroni-black-plate_1150-25381.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sauce-stir-frying-spaghetti-stir-frying-macaroni-black-plate_1150-25381.jpg?_wi=1",
imageAlt: "Wide ribbon pasta with rich meat sauce",
},
{
@@ -171,10 +171,10 @@ export default function HomePage() {
title: "Fresh Pastas",
description: "Handmade daily with premium durum wheat flour and eggs. From classic spaghetti to creative filled pastas.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-uncooked-pasta_23-2149164786.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-uncooked-pasta_23-2149164786.jpg?_wi=1",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/some-assorted-pasta-bowls-grey-plaster-wicker-placemat-background-top-view_176474-64129.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/some-assorted-pasta-bowls-grey-plaster-wicker-placemat-background-top-view_176474-64129.jpg?_wi=1",
},
},
{
@@ -182,10 +182,10 @@ export default function HomePage() {
title: "Seafood Specialties",
description: "Fresh catch prepared with Mediterranean herbs and the finest olive oils. A taste of the Italian coast.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg?_wi=1",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-mussels-served-with-lemon-slices_140725-8999.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-mussels-served-with-lemon-slices_140725-8999.jpg?_wi=1",
},
},
{
@@ -193,10 +193,10 @@ export default function HomePage() {
title: "Risotto & Rice",
description: "Creamy arborio rice dishes featuring seasonal ingredients and authentic preparation methods.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/cooking-tomato-sauce_23-2147985220.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cooking-tomato-sauce_23-2147985220.jpg?_wi=1",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902528.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table_23-2151902528.jpg?_wi=1",
},
},
]}
@@ -252,7 +252,7 @@ export default function HomePage() {
description="Subscribe to receive weekly specials, new menu items, and exclusive dining invitations. Be the first to know about our special events and seasonal offerings."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891127.jpg"
imageSrc="http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891127.jpg?_wi=1"
imageAlt="Restaurant wine and ambiance"
mediaAnimation="slide-up"
mediaPosition="right"